WebP是谷歌的图片格式,java 类库imageio 是不支持此种格式的.眼下除了在线转换以及工具以外,第三方类库转换webp格式大致有: 1.linux:Google libwebp 既是类库也能够在命令行调用 2.Python:Python Image Library(PIL)及其分支 https://pypi.python.org/pypi/PIL 不太了解 3.Java:luciad/webp-imageio https://bitbucket.org/luciad/webp-ima…