WebP library for java? [closed]
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Is there a library in java for creating/saving image files in the WebP format ? I couldn't find anything that does this, except for googles encoder which is an exe file, and I don't want to have to execute some .exe from my code to do this... 回答1: Found this library today: webp-imageio . Haven't tried it out yet, but it looks like it'll do encoding using ImageIO. 回答2: sprd-webp is another java JNI library based on webp-imageio . It is a wrapper around googles libwebp and not a real java implementation. 回答3: Java VP8 Decoder is a