Imagick with webp delegates

kbarg

Verified User
Joined
Dec 19, 2020
Messages
26
I run some software that require a certain delegate on imagick installed:

The following issues currently prevent an upgrade:

  • Support for WebP images in Imagick is missing
    This is a default feature of Imagick, but the used version of this PHP extension is either heavily outdated or incomplete. Please contact your hosting provider or system administrator to fix this error.

    Alternatively please set the graphics library in the options to GD and retry this process.

When I go in ssh and type "/usr/bin/convert --version"

I get this in response:

Version: ImageMagick 7.1.0-0 Q16 x86_64 2021-06-02 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP(3.1)
Delegates (built-in): bzlib freetype jng jpeg lzma png xml zip zlib

How can I recompile imagick through directadmin to include webp as a delegate?
 
Last edited:
Back
Top