thumbmailator组件对图像的使用缩放、裁剪、旋转、格式钻换
maven项目添加依赖
直接上代码
public static void main(String[] args) {
try {
//复制
Thumbnailator.createThumbnail(new File("2.png"), new File("21.png"), 300, 200);
//scale缩略比例,rotate旋转角度,
Thumbnails.of(new File("2.png")).scale(0.
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/18373.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论