Skip to content

Instantly share code, notes, and snippets.

@zeeq911
zeeq911 / imagemagick-ubuntu.txt
Last active October 31, 2021 15:12 — forked from nickferrando/imagemagick-ubuntu.txt
Install ImageMagick with JPG, PNG and TIFF Delegates - Ubuntu (20.04)
#These are the steps required in order to Install ImageMagick with JPG, PNG and TIFF delegates.
sudo add-apt-repository ppa:linuxuprising/libpng12
sudo apt-get update
#Install Build-Essential in order to configure and make the final Install
sudo apt-get install build-essential
#libjpg62-dev required in order to work with basic JPG files