5 releases
| 0.5.1 | Oct 27, 2025 |
|---|---|
| 0.5.0 | Oct 27, 2025 |
| 0.5.0-rc0 | Apr 7, 2024 |
| 0.4.10 | Dec 28, 2023 |
| 0.4.0 | Nov 16, 2023 |
#623 in Images
3,676 downloads per month
Used in 2 crates
(via zune-image)
125KB
2K
SLoC
Decoding and encoding Quite Ok Image format
Features
- Decoding and encoding
-
no_std - Fast
- Fuzz tested
no_std
You can use no_std with alloc feature to compile for no_std endpoints
Zune-QOI
A quite OK Image Decoder and encoder.
This is part of the zune-image family of crates
Usage
Use cargo add to add it to your library
cargo add zune-qoi
Alternatively you can add below to your Cargo.toml
[dependencies]
zune-qoi = "0.4"
Features
log: Enable or disable logging features. The library useslogto relay decoding and encoding process and details.
License
This project is triple-licensed under MIT,Zlib and Apache 2.0.