• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question imagick php with webp support

python

Regular Pleskian
Hi, I need to create webp image formats from php, I currently use ImageMagick 6.7.8-9 2016-06-16 Q16 with its imaginick extension for php, but it does not support webp.

I need help to be able to update to the latest version of imagickMagick with support for webp with its imaginick extension for php.

can someone help me, I use php 7.2.10 would be for a centos 7.

regards
 
I've done this before and its not exactly easy. First you need to build dummy imagick rpms for every version of plesk's PHP (E.g. plesk-php70-imagick-7.0.99-noop.x86_64) with a .99 version so that plesk won't install their own versions on every upgrade. Then you need to use rpmbuild to build the latest ImageMagick patching it first for WebP (libwebp) support.

See for an example. This works with the latest verison:
ImageMagick 6.7.8 with WebP (libwebp) support on CentOS 7

Expect to spend at least an hour or two to get this all working.
 
Back
Top