You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
AVIF seems is coming fast as a new supported format:
https://caniuse.com/?search=avif
https://jakearchibald.com/2020/avif-has-landed/
In HTML5 markup option we could provide a avif version in a dedicated
<source>, keeping the jpg<source>as a fallback for all other browsers.This would fit cause of:
https://docs.fileformat.com/image/avif/
It seems also that avif image format is supported by uptodate ImageMagick lib with libheif :
ImageMagick/ImageMagick#1432