Home Easy installation of ImageMagick on Debian
Post
Cancel

Easy installation of ImageMagick on Debian

On Debian the convert utility from ImageMagick is missing HEIC support (at least in the stable version I’m running now). Luckily there is an easy and automated way to install a newer version that has all the bells and whistles:

IMEI - ImageMagick Easy Install

Running it is as easy as:

1
2
3
git clone https://github.com/SoftCreatR/imei.git
cd imei
./imei.sh --checkinstall 

This will create .deb files which you can install with dpkg -i.

This post is licensed under CC BY 4.0 by the author.