Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Install Image Magick on linux CentOS

    • 0
    • 2
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 1.15k
    Comment on it

    We can easily install image magick on linux centos by following the below given steps :

    $ yum install make
    $ yum install gcc
    $ yum install php php-fpm php-devel php-pear
    $ yum install ImageMagick ImageMagick-devel
    $ pecl install imagick
    $ echo "extension=imagick.so" > /etc/php.d/imagick.ini

    After following all the steps restart the web server and you are ready to use image magick with PHP.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: