How to Install Imagemagic on cpanel
Use the following command to check whether image magic already installed.
/scripts/checkimagemagick
If you didn’t received any thing, then use the following steps to install image magic on your cpanel server.
Installation
/scripts/installimagemagick
Installation will take a couple minutes as it will install other packages needed by ImageMagick. After the installation, check that it is installed again and it should state the version.
/usr/bin/convert –version
root@server[/]# /usr/bin/convert -version
Version: ImageMagick 6.5.4-7 2012-05-07 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Imagick
Go to WHM -> Software -> Module Installers -> PHP Pecl (manage). On the box below “Install a PHP Pecl” enter “imagick” and click “Install Now” button
that’s all. Restart Apache.
Use the following command to check where is imagemagick
root@server[/]#whereis convert
In order to uninstall image magick
ImageMagick: /scripts/cleanimagemagick
Imagick: WHM -> Software -> Module Installers -> PHP Pecl (manage). Click on Uninstall button for Imagick
Restart apache
service httpd restart