• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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