• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question How to install ImageMagick with 17.8 and ubuntu 16.04?

onki

Regular Pleskian
Hi,

I need ImageMagick to do image manipulation through a cron job and PHP based. As far as I understand these are two different modules so that the server side version must be installed in ubuntu while the PHP part of Plesk?

Best regards

Onki
 
If not installed yet, it can be installed like this on Debian and Ubuntu for example:
# sudo apt-get install imagemagick

the php part "imagick" should be available by default on the PHP Verisons of Plesk
How to install additional PHP versions provided by Plesk

you can check this via Plesk Panel > Domain > your Domain > PHP Settings > View the phpinfo() page

verify also Plesk Panel > Tools & Settings > PHP Settings > select the php Version > check that the imagick modul is enabled
 
Last edited:
Back
Top