qoi-0.1.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
- Add errors and make integer casts more strict to prevent overflows
- More tests
- Benchmarks
- Fuzzing
- Replace unsafe without reducing performance
- Maybe make it generic over
Write+Seekand the number of channels. - Examples