Imagick / imagick

🌈 The Imagick PHP extension 🌈
http://pecl.php.net/imagick
Other
542 stars 138 forks source link

request support for avif image format #356

Open haohetao opened 3 years ago

SoftCreatR commented 3 years ago

Imagick already supports AVIF. It just depends on the installed ImageMagick version and the installed/compiled delegates:

image

As for the ImageMagick installation (including HEIF/HEIX/AVIF), you may check this out: https://github.com/SoftCreatR/imei

haohetao commented 3 years ago

@SoftCreatR I'll have a try

haohetao commented 3 years ago

@SoftCreatR It's success.

SoftCreatR commented 3 years ago

Great :)