qoi-0.2.0 has been yanked.
This is working but the API will change very soon.
A Rust implemention of the “Quite OK Image” format for fast, lossless image compression.
See Phoboslab's original C implementation for more details.
License
Apache-2.0 OR MIT.
To do
- Make integer casts more strict to prevent overflows
- More tests
- Fuzzing
- Maybe make it generic over
Write+Seek
and the number of channels. - Examples