2022-11-12
🔗Today I wrote image reading and writing tests for Pic Store. I came across a number of issues reading AVIF files, which eventually were fixed by switching directly to the libavif
crate which seems to do a better job parsing certain AVIF files that aren't quite up to spec.
I also made a fork of the `imageinfo` crate to help with detecting these files, but I need to go back and see if my fix is really correct before I submit it upstream.