-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
Supported browsersWith native decoder:
With AV1 polyfill:
|
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This should already be possible with the memories app iirc |
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). |
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. |
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
The text was updated successfully, but these errors were encountered: