Install ImageMagick. Print

  • 0

Installation:

yum install ImageMagick -y
yum install ImageMagick-devel -y
yum install php-pear -y
pecl install imagick -y

You might need to run yum install php-devel -y before pecl install imagick -y
Then add the php.ini file:

nano -w /etc/php.d/imagick.ini
; Enable Imagick extension module
extension=imagick.so

Was this answer helpful?

« Back