摘要:
代码如下: public class test01 { private static int DPI = 300; public static void main(String[] args) { String path = "E:\\002.jpg"; File file = new File(p 阅读全文
摘要:
代码如下: public static void main(String[] args) { try { BufferedImage bufferegImage = ImageIO.read(new File("C:\\YD\\2021-06-01\\temp\\094.tif")); ImageI 阅读全文