-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .avif (AV1 Image File Format) support #4684
Comments
Mozilla is planning to support it in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1443863 |
Microsoft is also going to support AVIF in Windows 10 (and so probably Edge). |
Avif 1.0 is released, so it's definitly a thing now. |
libavif tagged a new release, 0.1.3. See Colorist for an example implementation. Both Chromium and Firefox now have issues open tracking the AVIF implementation: |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
There's active work on supporting AVIF in Chromium! |
Now available at https://caniuse.com/#feat=avif |
It seems that not all type of AVIF images are supported and be able to display on all major browsers (tested on Firefox, Edge, Chrome). Here is a link for sample images. Here is an issue about render image on browser. Maybe change from support to be partial support? |
The AV1 Image File Format (AVIF) is a new image format based on the AV1 video codec. It would be great if support for this format could be added.
The AVIF spec can be found here: https://aomediacodec.github.io/av1-avif/
Netflix published a bunch of test images: http://download.opencontent.netflix.com/?prefix=AV1/Chimera/AVIF/
The text was updated successfully, but these errors were encountered: