thumbnailator + webp-imageio-core实现java处理图片支持webp

Posted 博观约取 厚积薄发

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thumbnailator + webp-imageio-core实现java处理图片支持webp相关的知识,希望对你有一定的参考价值。

thumbnailator提供了便捷的图片处理api,webp-imageio-core屏蔽了不同平台webp本地库的差异。

<dependency>  
    <groupId>com.github.nintha</groupId>  
    <artifactId>webp-imageio-core</artifactId>  
    <version>{versoin}</version>  
    <scope>system</scope>  
    <systemPath>${project.basedir}/libs/webp-imageio-core-{version}.jar</systemPath>  
</dependency>
<dependency>
    <groupId>net.coobird</groupId>
    <artifactId>thumbnailator</artifactId>
    <version>0.4.8</version>
</dependency>

链接:

  1. Java图片处理工具类库推荐---ThumbNailtor
  2. webp-imageio-core

以上是关于thumbnailator + webp-imageio-core实现java处理图片支持webp的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 sorl-thumbnail? (django)

Django:sorl-thumbnail 和 easy-thumbnail 在同一个项目中

Thumbnails为图片加水印

java图片压缩(Thumbnails)

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

Java生成缩略图之Thumbnailator