No description
.github/workflows | ||
assets | ||
doc | ||
ext | ||
fuzz | ||
qoi-bench | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rustfmt.toml |
qoi-fast
VERY fast encoder/decoder for QOI image format, implemented in pure Rust.
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)