I want to add webp support to my ImageMagick on Ubuntu Linux, and the "make install" is not a good way for me, if I want to keep easily maintainable my system. So I'm looking a way what is working with "apt-get install" and/or editing config files.
I installed the webp and libwebp-dev packages and it's dependencies.
After this I checked the /etc/ImageMagick/delegates.xml but nothing found about webp, so I insert this line:
Code: Select all
<delegate decode="webp" command=""dwebp" -pam "%i" -o "%o""/>
Code: Select all
Image::Magick error: Exception 420: no encode delegate for this image format '2.webp' @ error/constitute.c/WriteImage/1209 (2.webp)