Crates.io | zune-qoi |
lib.rs | zune-qoi |
version | 0.5.0-rc0 |
source | src |
created_at | 2023-11-16 15:04:45.068903 |
updated_at | 2024-04-07 16:10:40.938751 |
description | Quite Ok Image (QOI) decoder and encoder part of the zune-image family |
homepage | |
repository | https://github.com/etemesi254/zune-image/tree/dev/crates/zune-qoi |
max_upload_size | |
id | 1037695 |
size | 31,291 |
A quite OK Image Decoder and encoder.
This is part of the zune-image
family of crates
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"
log
: Enable or disable logging features. The library uses log
to relay
decoding and encoding process and details.
This project is triple-licensed under MIT,Zlib and Apache 2.0.