• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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