Robert Garrett f4eef2f863 Relocate the old Decoder::new method to mod test
The old `Decoder::new()` method would not pull the image header out of
the iterator. This was fine for the design then, but I've just decided
that I want to collect this info and store it in the Decoder struct.

I've moved the old method down into the test module so that I can still
use it to test the decoder parts alone. Same philosophy as the
`new_with_previous_pixel()` and `new_with_backbuffer()` methods.
2024-10-14 21:07:30 -05:00
2024-10-14 21:07:30 -05:00
2024-10-14 21:07:29 -05:00
Description
QOI codec library made in Rust
70 KiB
Languages
Rust 100%