8ccf6bd475baf0a46de70dd5f040a0b26eeef059
I was thinking about doing some partial parsing where I retrieve a few extra bytes to see if it's a footer, but that's really hard with an iterator as an input stream. Instead, I'm just going to count how many pixels the decoder has output and stop iterating at that point. Now to fix the test cases that don't have an image size assigned.
Description
QOI codec library made in Rust
Languages
Rust
100%