qoi/README.md
2022-01-03 14:25:40 +03:00

957 B

qoi-fast

VERY fast encoder/decoder for QOI image format, implemented in pure Rust.

Build Latest Version Documentation Apache 2.0 MIT

Quick summary:

  • One of the fastest encoders/decoders out there.
  • Compliant with the latest QOI format specification.
  • Supports decoding from streams and encoding to streams.
  • No unsafe code.

License

Dual-licensed under the terms of both the MIT license and the Apache License (Version 2.0)