V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
KevinBlandy
V2EX  ›  程序员

Java - 有啥好用的 Webp 转换工具库吗?

  •  
  •   KevinBlandy · 2022-11-03 15:19:36 +08:00 · 871 次点击
    这是一个创建于 566 天前的主题,其中的信息可能已经有所发展或是发生改变。

    现在在用 webp-imageio,但是它不能用于 gif ,转换 gif 图片的话,只会保留第一帧,图不动了。难受!

    <dependency>
        <groupId>org.sejda.imageio</groupId>
        <artifactId>webp-imageio</artifactId>
    </dependency>
    

    大伙儿有啥推荐的工具类 /库吗?

    1 条回复    2022-11-03 15:22:52 +08:00
    moshiyeap100
        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>
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2500 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 15:12 · PVG 23:12 · LAX 08:12 · JFK 11:12
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.