## 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 ```shell cargo add zune-qoi ``` Alternatively you can add below to your `Cargo.toml` ```toml [dependencies] zune-qoi = "0.4" ``` ## Features - `log`: Enable or disable logging features. The library uses `log` to relay decoding and encoding process and details. ## License This project is triple-licensed under MIT,Zlib and Apache 2.0.