Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Java 调整 .jpg 文件的大小?例如,我想将图像的宽度和高度加倍。
您可以使用 中的方法getScaledInstance。Image有关更多信息,请参阅文档
getScaledInstance
Image