The ImageMagick extension supports PHP 5.4, 5.5, 5.6, 7.0, and 7.1.
ImageMagick
The ImageMagick extension is a native php extension to create and modify images using the ImageMagick API.
To install this extension, run the following commands as your server's root user:
sudo apt-get install gcc make autoconf libc-dev pkg-config sudo apt-get install libmagickwand-dev sudo peclX.Y-sp install imagick
When prompted with:
Please provide the prefix of Imagemagick installation [autodetect] :
just press enter; do not type a prefix (that is, allow autodetect).
Once installed, create a configuration file for the extension and restart PHP by running the following commands as root
sudo bash -c "echo extension=imagick.so > /etc/phpX.Y-sp/conf.d/imagick.ini" sudo service phpX.Y-fpm-sp restart
Verifying the Installation
You can verify the ImageMagick extension is installed with the command:
phpX.Y-sp -i | grep imagick
If ImageMagick is installed correctly, you will see the following:
/etc/phpX.Y-sp/conf.d/imagick.ini, imagick imagick module => enabled imagick module version => 3.4.3RC1 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator Imagick compiled with ImageMagick version => ImageMagick 6.6.9-7 2016-06-01 Q16 http://www.imagemagick.org Imagick using ImageMagick library version => ImageMagick 6.6.9-7 2016-06-01 Q16 http://www.imagemagick.org imagick.locale_fix => 0 => 0 imagick.progress_monitor => 0 => 0 imagick.skip_version_check => 0 => 0
Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials