摘要: 代码如下: public class test01 { private static int DPI = 300; public static void main(String[] args) { String path = "E:\\002.jpg"; File file = new File(p 阅读全文
posted @ 2021-06-10 14:49 云村的王子 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: 代码如下: public static void main(String[] args) { try { BufferedImage bufferegImage = ImageIO.read(new File("C:\\YD\\2021-06-01\\temp\\094.tif")); ImageI 阅读全文
posted @ 2021-06-10 10:08 云村的王子 阅读(815) 评论(0) 推荐(0) 编辑