How to install ImageMagick?

by Stephen on August 27, 2008

Download the source from http://www.imagemagick.org/script/download.php => Extract it => “cd” to inside the folder => Then execute these commands:

./configure -prefix=/usr/local
make
make install
identify -verbose logo:
cd PerlMagick
perl Makefile.PL
make
make install

Done :D

Leave a Comment

Previous post:

Next post: