fastimage icon indicating copy to clipboard operation
fastimage copied to clipboard

Support of AVIF

Open entGriff opened this issue 3 years ago • 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!

entGriff avatar Mar 01 '22 12:03 entGriff

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.

bmuller avatar Mar 01 '22 12:03 bmuller