Skip to content
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 support for AVIF image files #407

Open
jficz opened this issue Feb 27, 2020 · 6 comments
Open

Add support for AVIF image files #407

jficz opened this issue Feb 27, 2020 · 6 comments
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request file support request Request support for a new mime type

Comments

@jficz
Copy link
Contributor

jficz commented Feb 27, 2020

What file type
image/avif

What application is using it
Not too many yet.

Please attach a sample file here (or a direct external link to one)
avif sample file

Browser support isn't full yet but there's https://github.com/Kagami/avif.js for instance which works just fine.

AVIF-compressed files can also be embedded inside HEIF containers so support might also be added as part of #4

@jficz jficz added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request file support request Request support for a new mime type labels Feb 27, 2020
@skjnldsv
Copy link
Member

Supported browsers

With native decoder:

Chrome Desktop 70+
Firefox 63+ (with media.av1.enabled activated)
Firefox for Android 64+ (with media.av1.enabled and media.av1.use-dav1d activated)
Edge 18+ (with AV1 Video Extension installed)
Bromite 71+

With AV1 polyfill:

Chrome 57+
Firefox 53+
Edge 17+
Safari 11+

@skjnldsv skjnldsv added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Feb 27, 2020
@XeonG

This comment was marked as spam.

@jmigual

This comment was marked as spam.

@szaimen
Copy link
Contributor

szaimen commented Mar 7, 2023

This should already be possible with the memories app iirc

@cromefire
Copy link

cromefire commented Dec 23, 2023

Nope doesn't find it as an image it seems.

Even if there was no resizing or previews or anything available yet it would still be nice to at least see the current image in all supported browsers (which is any browser except Edge right now which will finally enable it in January).

@cromefire
Copy link

Supported browsers

With native decoder:

Chrome Desktop 70+
Firefox 63+ (with media.av1.enabled activated)
Firefox for Android 64+ (with media.av1.enabled and media.av1.use-dav1d activated)
Edge 18+ (with AV1 Video Extension installed)
Bromite 71+

With AV1 polyfill:

Chrome 57+
Firefox 53+
Edge 17+
Safari 11+

Starting with the next edge version if everything goes according to plan, every major browser will have avif support natively. So I guess the polyfill shouldn't be needed anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request file support request Request support for a new mime type
Projects
None yet
Development

No branches or pull requests

6 participants