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

[Feature Request] AVIF Image Format Support #628

Open
luxlogica opened this issue Oct 10, 2020 · 3 comments
Open

[Feature Request] AVIF Image Format Support #628

luxlogica opened this issue Oct 10, 2020 · 3 comments

Comments

@luxlogica
Copy link

luxlogica commented Oct 10, 2020

Now that we can see support for webp on the horizon (Issue #619), would it be possible to ask for support also for AVIF? It seems to be gaining very quick adoption, because of the gigantic gains in lossless compression, coupled with the fact that it is already being supported and pushed forward by major players.

The current status, as of today, is that:

  • Chrome supports it
  • Opera supports it
  • Firefox has been working on actively supporting it since January: currently avif support can be 'turned on' optionally, and it is expected to be turned on by default on new versions before the end of the year
  • Edge is expected to implement it very soon, as Windows 10 already has built-in support for it, as does the Chromium engine
  • Safari is expected to support it soon, as Apple was involved in the development of the AV1 codec that AVIF uses, as well as being a founding member of the 'Alliance for Open Media' that is pushing the format.

Large media and internet companies like Netflix and Cloudflare are already using it, and supporting it.

Ideally, by "support" I mean it would be great if CodeKit could actually convert images from other formats into AVIF...

@tavlean
Copy link

tavlean commented May 23, 2022

I'm transitioning all my projects from WebP to AVIF. If the conversion of images is introduced in CodeKit, I'll be very happy to become a customer.

@bdkjones
Copy link
Owner

Years ago, AVIF was poorly supported outside of Chrome. The additional file-size reduction compared to webp was statistically insignificant as well. Have those conditions changed?

@tavlean
Copy link

tavlean commented May 23, 2022

Absolutely. It's a successor of WebP and its adoption is increasing really fast.
Check this and this

Firefox is supporting since 93, Edge is WIP. But with picture tag and using webp and jpg as a fallback, we can still serve the most optimized version to 70% of the users and webp to the other modern browsers and traditional formats for traditional browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants