Install ImageMagick on the server.
- SSH into your server
- Install it by typing: yum install pcre-devel ImageMagick ImageMagick-devel
- The installation will take a minute or two and may install other required packages.
- After the installation check your ImageMagick version by typing: /usr/bin/convert --version
Install Imagick on cPanel Server
- Login to your WHM installation (https://xx.xx.xx.xx:8027/)
- Go to WHM -> Software -> Module Installers -> PHP Pecl (manage)
- In the box below 'Install a PHP Pecl' enter: imagick
- Click the 'Install Now' button
- Imagick will now be automatically installed by WHM on your cPanel server.