3 unstable releases
0.5.0-rc0 | Apr 7, 2024 |
---|---|
0.4.10 | Dec 28, 2023 |
0.4.0 | Nov 16, 2023 |
#3 in #qoi
155 downloads per month
Used in zune-image
125KB
2K
SLoC
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 useslog
to relay decoding and encoding process and details.
License
This project is triple-licensed under MIT,Zlib and Apache 2.0.
lib.rs
:
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