• 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.

Issue Missing AVIF support in Imagick for PHP 8.5?

Azurel

Silver Pleskian
Server operating system version
AlmaLinux 9.8
Plesk version and microupdate number
18.0.80#6
I’m running AlmaLinux 9.8 with Plesk PHP 8.5 and would like to use Imagick to save images in AVIF format. According to phpinfo():
Imagick module version: 3.8.1
ImageMagick compiled and loaded version: 7.1.2-30 Q16-HDRI
AVIF is missing from the supported formats list.

GD has AVIF support enabled, but my application uses Imagick.
Is there a supported way to add AVIF encoding support to Plesk’s PHP 8.5 Imagick package while retaining Plesk-managed packages and updates?
 
My understanding is there there is no supported way to add AVIF to Imagick without recompiling PHP yourself which means it's self manage at that point. You can always create a helper function to pass any AVIF request off to GD instead if you don't mind rewriting some of the code to allow such functions to work, otherwise you'll need to self manage your own version of PHP with the added support.
 
@Azurel , there doesn't seem to be an existing initiative for adding AVIF support to Imagick for PHP 8.5 provided by Plesk. I will consult with our team if that's something they are considering putting on their agenda.
 
Back
Top