彪壮期待

文章
3
资源
0
加入时间
2年10月21天

Java图片压缩方法

Java图片压缩方法 InputStream inputStream = file.getInputStream(); // 把图片读入到内存中 BufferedImage bufImg = ImageIO.read(inputStream); // 压缩代码 // 存储图片文件byte数组 ByteArrayOut