How to install ImageMagick?
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