Install ImageMagick on cPanel Server
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
Install ImageMagick on cPanel Server
Check the php.ini file location.
php -i | grep php.ini
Check the extension imagick enabled in php.ini.
grep imagick.so /usr/local/lib/php.ini
Install ImageMagick using cPanel Scripts.
/scripts/installimagemagick
Confirm the ImageMagick installation.
grep imagick.so /usr/local/lib/php.ini