bdkjones / CodeKit

CodeKit 3 Issue Tracker
https://codekitapp.com
82 stars 5 forks source link

[Feature Request] AVIF Image Format Support #628

Open luxlogica opened 3 years ago

luxlogica commented 3 years ago

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:

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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.