1、修改了jpg图像的存储方式,使用原文件直接存储
@ -105,7 +105,7 @@ public class ImgChooseWrapper {
} else {
BufferedImage image = BaseUtils.readImage(selectedFile.getPath());
String type = ImageUtils.getImageType(selectedFile);
imageWithSuffix = new ImageWithSuffix(image, type);
imageWithSuffix = new ImageWithSuffix(image, type, selectedFile.getPath());
}
CoreGraphHelper.waitForImage(imageWithSuffix);