How to install ImageMagick from YUM repository
The easiest way to install ImageMagick extension is to install it from yum repository:
1) Run “yum search imagick” command to check if ImageMagick extension is available in your repositories.
If you get the line below – ImageMagick extension is available in your repository and you can install it using “yum install” command
2) Run “yum install php-pecl-imagick” to install ImageMagick extension.
3) Restart Apache webserver.
How...