ImageMagick with WebP Support on Ubuntu
I recently wrote about reinstalling ImageMagick on OS X to get WebP support. A little later I was facing the same problem on an Ubuntu machine. To fix it there is also mainly just a matter of reinstalling. How to do that was explained to me here. It basically boils down to:
|
|
Unfortunately, this does not take into consideration that one might run apt-get upgrade
at some point in the future again and that this upgrade operation might overwrite the just painfully compiled webp supporting ImageMagick package. Luckily, there is a simple fix for that. Apt allows packages to be blacklisted from future operations. The list of these is contained in /etc/apt/apt.conf.d/01autoremove.conf
. In order to keep the compiled version of the package
all one needs to do is to add imagemagick*
in the Never-MarkAuto-Sections
, e.g. something like:
|
|