shop--7.使用thumbnailator进行图片处理

Posted SkyeAngel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shop--7.使用thumbnailator进行图片处理相关的知识,希望对你有一定的参考价值。

在https://mvnrepository.com/search?q=thumbnailator找到依赖相关的版本,然后加到pom.xml中

<!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator -->
<dependency>
    <groupId>net.coobird</groupId>
    <artifactId>thumbnailator</artifactId>
    <version>0.4.8</version>
</dependency>

  

以上是关于shop--7.使用thumbnailator进行图片处理的主要内容,如果未能解决你的问题,请参考以下文章

使用Thumbnails工具对图片进行缩放,压缩

java中使用Thumbnails对图片进行处理

shop--7.店铺信息编辑--Controller层

javascript shop-script 7正确添加谷歌地图

shop--7.店铺信息编辑--Service层(包括更新店铺,对照片的处理)

使用Python PIL库中的Image.thumbnail函数裁剪图片