bmuller/fastimage

Support of AVIF

Opened this issue · 1 comments

hello,
since AVIF format becomes more and more popular, would be great if support of HEIC/AVIF formats would be added.

Here is the implementation of HEIC support in ruby fastimage : https://github.com/sdsykes/fastimage/pull/125/files
Here is implementation of AVIF support(which generally uses the same code as HEIC, since both of them have ISO_BMFF format.): https://github.com/sdsykes/fastimage/pull/135/files

Thank you!

Hey @ent1c3d - this is a great idea! Thanks for the suggestion. I'm unlikely to be able to have the time to add support any time soon, but pull requests are welcome if you want to implement.