| 类 | 说明 |
|---|---|
| ImageUtils |
图片工具类
服务器,可转成
BufferedImage,使用的时候再用输出流,返回到页面
本地磁盘,可直接写到文件中
Thumbnails,还提供了根据比例压缩,比如缩小原图的1半
Thumbnails.of(source)
.scale(0.5)
.toFile(thumbnail);
图片压缩
图片压缩,是用的Google,如果需要用到图片压缩,请引入jar,如下: groupId: net.coobird artifactId: thumbnailator version: 0.4.8 |
Copyright © 2022. All Rights Reserved.