November
26
How to install Imagick application on Centos 6 or Centos 7
yum install -y ImageMagick ImageMagick-devel
In case when we need to install the latest ImageMagick from the vendor site:
yum install -н openjpeg2 openjpeg-libs fftw-libs-double
Then download the latest ImageMagick from here: https://imagemagick.org/download/linux/CentOS/x86_64/
And move to the install:
rpm -Uvh ImageMagick-libs-7.0.8-53.x86_64.rpm; rpm -Uvh ImageMagick-7.0.8-53.x86_64.rpm; rpm -Uvh ImageMagick-perl-7.0.8-53.x86_64.rpm
In the case with the perl module, now we can “test” it:
perldoc Image::Magick