Add AVIF Support #1320
Replies: 7 comments 8 replies
-
My Paint.NET AVIF plugin is another open-source implementation (MIT licensed). The code that reads and writes the AVIF file format is C#, the AV1 decoding and encoding is handled by a C++ library that uses libaom. I did not use libavif because it currently terminates the process on out-of-memory conditions. |
Beta Was this translation helpful? Give feedback.
-
This would be really great to support. I have recently seen more tweet about this, e.g https://twitter.com/addyosmani/status/1403608002372980736 and latest versions of Chrome already support AVIF https://caniuse.com/avif There is also a nice article here about AVIF: https://jakearchibald.com/2020/avif-has-landed/ Other resources: |
Beta Was this translation helpful? Give feedback.
-
There appears to be a native C# implementation for Paint.Net. The code looks promising. |
Beta Was this translation helpful? Give feedback.
-
I'd like to upvote this idea. With latest browser generations AVIF is the next big image format after WEBP. |
Beta Was this translation helpful? Give feedback.
-
bump! we need avif |
Beta Was this translation helpful? Give feedback.
-
Yes, how to make this a priority? all of a sudden, a significant proportion of creative works are using AVIF format exclusively. It will not be long before AVIF is more common than other image formats, at least on mainstream web sites. I would love to help if I could. |
Beta Was this translation helpful? Give feedback.
-
There is a 3rd-party ImageSharp extension that adds HEIF/AVIF decoding support: https://www.nuget.org/packages/HeyRed.ImageSharp.Heif/ |
Beta Was this translation helpful? Give feedback.
-
Next generation royalty free image format.
AVIF offers significant file size reduction for images compared with JPEG or WebP; ~50% savings compared to JPEG, and ~20% savings compared to WebP
https://www.ctrl.blog/entry/webp-avif-comparison.html
Specification.
https://aomediacodec.github.io/av1-avif/
Source BSD licensed.
https://github.com/AOMediaCodec/libavif
Beta Was this translation helpful? Give feedback.
All reactions