Hi friends, In this post I am going to explain the steps how to install ImageMagick to CentOS 6.X , in earlier posts we learned about Install or Upgrade wget in Ubuntu / CentOS. We need to follow below steps to install ImageMagick.

How to install ImageMagick in CentOS by Anil Kumar Panigrahi
Step 1:
yum install php54w-devel.x86_64
Step 2:
yum install gcc*
Step 3:
yum install ImageMagick ImageMagick-devel ImageMagick-perl
Step 4:
pecl install imagick
Step 5:
echo extension=imagick.so >> /etc/php.ini
Step 6:
service httpd restart
Step 7:
php -m | grep imagick
Now we can use ImageMagick module in PHP applications
Must say Great Information.
Thanks