How to Install ImageMagick on Cloudlinux / Centos Server ?

What is ImageMagick?

ImageMagick (imagick) is software designed to display, convert, and edit raster and vector images. It can be leveraged with PHP by installing the ImageMagick PHP extension on cPanel servers.

Step 1: Install ImageMagick

Login in as root user and run below command on your terminal.

/opt/cpanel/ea-php74/root/usr/bin/pecl install imagick

Just change that PHP version in the command to the specific version you're working with.

Note: Php popen() extension must be disabled before proceed this installation in your php-74.ini file. 

  • imagemagick, cloudlinux, centos gui, imagick
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to access server via Remote Desktop (RDP)?

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a...

How to install Let’s Encrypt on CentOS 7 with Apache?

Today, we will show you, How to install Let’s Encrypt on CentOS 7 with Apache. Let’s Encrypt is a...

Domains are not showing in WHM -> List accounts

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

HOW TO INSTALL LITESPEED WEB SERVER IN LINUX SERVER?

Litespeed Cache is useful to increase high performance for your Wordpress Website. Following are...

Remove ONLY_FULL_GROUP_BY in my.cnf file

Remove ONLY_FULL_GROUP_BY in my.cnf file First you need to find my.cnf file location and then...