C Cbeam New Pleskian Jan 9, 2022 #1 A php-info page return imagick but Imagemagick itself is not installed. root@s1 / # convert -version -bash: convert: command not found Did plesk remove Imagemagick automatically or did it get installed in a private directory? How can I find out?
A php-info page return imagick but Imagemagick itself is not installed. root@s1 / # convert -version -bash: convert: command not found Did plesk remove Imagemagick automatically or did it get installed in a private directory? How can I find out?
IgorG Plesk addicted! Plesk Certified Professional Jan 9, 2022 #2 Cbeam said: root@s1 / # convert -version -bash: convert: command not found Click to expand... What about installing a related package with the OS package manager? For Ubuntu/Debian: # apt-get install imagemagick For CentOS: # yum install ImageMagick
Cbeam said: root@s1 / # convert -version -bash: convert: command not found Click to expand... What about installing a related package with the OS package manager? For Ubuntu/Debian: # apt-get install imagemagick For CentOS: # yum install ImageMagick
C Cbeam New Pleskian Jan 10, 2022 #3 Sorry I'm trying to get webp running with imagick but it's not working. From the attachment notice there is no webp in ImageMagick supported format. What are the way I can do to add webp support? Attachments chrome_ZZZ0UybzGS.jpg 392.5 KB · Views: 11
Sorry I'm trying to get webp running with imagick but it's not working. From the attachment notice there is no webp in ImageMagick supported format. What are the way I can do to add webp support?
C Cbeam New Pleskian Jan 10, 2022 #4 I have same problem as this user: Resolved - Support for WebP images in Imagick missing Tried remove and reinstall, not working.
I have same problem as this user: Resolved - Support for WebP images in Imagick missing Tried remove and reinstall, not working.
C Cbeam New Pleskian Jan 11, 2022 #5 The problem seem to be plesk-php74-imagick is compiled from ImageMagick 6.9.7-4 without webp support. Can plesk recompiled this with webp format support and update their repository?
The problem seem to be plesk-php74-imagick is compiled from ImageMagick 6.9.7-4 without webp support. Can plesk recompiled this with webp format support and update their repository?