• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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