Robert Garrett 8ccf6bd475 Track decode progress and stop at W*H pixels
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.
2025-10-13 10:56:23 -05:00
2024-10-14 21:07:30 -05:00
Description
QOI codec library made in Rust
70 KiB
Languages
Rust 100%