Closed (works as designed)
Project:
AVIF
Version:
1.0.x-dev
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2020 at 16:57 UTC
Updated:
21 Dec 2020 at 08:20 UTC
Jump to comment: Most recent
Comments
Comment #2
yepaFor now, a lot of servers don’t support to convert to AVIF through Image Magick.
You need one of the last version which is not included in Linux distribution yet.
That’s why one of the best way (We hope!) is to use a stand-alone library like CAVIF-RS.
There is an example in the avif_lib module. Perhaps you should deal with your hosting company. On Infomaniak it seems working.
Hope it helps 😉
Comment #3
luksakLooking at the issue queue of Image Magick, 7.0.10-25 and upwards seems to support AVIF. I am currently on an older version. Here is my source:
https://github.com/ImageMagick/ImageMagick/issues/1432#issuecomment-6710...
Comment #4
luksakI was able to generate AVIF images using avif_lib, but i had two issues:
I guess i'll wait until my imagemagick got updated to test this again.
I guess we can close this issue.