How to install the imagemagic on Linux server

/scripts/installimagemagic

How to rectify if ImageMagic is installed on server :

Run below command

root@test [~]# identify -version

Version: ImageMagick 6.4.8 2010-06-27 Q16 OpenMP http://www.imagemagick.org

Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

If the identify program executes and identifies itself as ImageMagick, you may not need to install ImageMagick from source unless you want to add support for additional image formats or upgrade to a newer version. You also have the option of installing a pre-compiled binary release. However, if you still want to install from source, choose a platform, Unix or Windows. Before installing from source, you may want to review recent changes to the ImageMagick distribution.

Command to check the ImageMagic Version

/usr/bin/convert

Version: ImageMagick 6.0.7

To check the Imamagic enable on the server or not

Open command prompt and type

]#which convert

It will return below output

/usr/bin/convert

Path for Imagemagick on server:

root@test# whereis ImageMagick

Below is the output :

ImageMagick: /usr/include/ImageMagick /usr/share/man/man1/ImageMagick.1