Ubuntu 上是否有一个好的图像编辑器应用程序可以将 jpg/png 图像转换为 WebP 格式?ImageMagick 对我来说就是一坨屎!有了它,输出的 webp 图像的大小就增加了!!!
There is a plugin for the Gimp that provides the ability to load and export WebP images. You can install the package (gimp-webp) from this PPA:
ppa:george-edison55/webp
(Click here for instructions on using PPAs.)
The commands for doing this would be:
sudo add-apt-repository ppa:george-edison55/webp
sudo apt-get update
sudo apt-get install gimp-webp
Run Code Online (Sandbox Code Playgroud)
Once the package is installed, open up the Gimp and you will now be able to export images to the WebP format:
The package is currently available for Trusty, Utopic, Vivid, and Wily.
Disclaimer: I am the author of the plugin.