[go: up one dir, main page]

qoi 0.2.0

An implementation of Phoboslab's QOI image format.
Documentation
qoi-0.2.0 has been yanked.

docs.rs docs.rs

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