nursit / AdaptiveImages

Automated Adapive Image solution
http://openweb.eu.org/277
GNU General Public License v3.0
11 stars 2 forks source link

Support AVIF format #12

Open Cerdic opened 3 years ago

Cerdic commented 3 years ago

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 : https://github.com/ImageMagick/ImageMagick/issues/1432

Cerdic commented 2 years ago

maybe see also the lib sharp https://sharp.pixelplumbing.com/