现在在用 webp-imageio
,但是它不能用于 gif ,转换 gif 图片的话,只会保留第一帧,图不动了。难受!
<dependency>
<groupId>org.sejda.imageio</groupId>
<artifactId>webp-imageio</artifactId>
</dependency>
大伙儿有啥推荐的工具类 /库吗?
1
moshiyeap100 2022-11-03 15:22:52 +08:00
<!-- https://mvnrepository.com/artifact/com.facebook.fresco/animated-webp -->
<dependency> <groupId>com.facebook.fresco</groupId> <artifactId>animated-webp</artifactId> <version>2.6.0</version> </dependency> |