zune-qoi

Crates.iozune-qoi
lib.rszune-qoi
version0.5.0-rc0
sourcesrc
created_at2023-11-16 15:04:45.068903
updated_at2024-04-07 16:10:40.938751
descriptionQuite Ok Image (QOI) decoder and encoder part of the zune-image family
homepage
repositoryhttps://github.com/etemesi254/zune-image/tree/dev/crates/zune-qoi
max_upload_size
id1037695
size31,291
Caleb Etemesi (etemesi254)

documentation

README

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 uses log to relay decoding and encoding process and details.

License

This project is triple-licensed under MIT,Zlib and Apache 2.0.

Commit count: 1717

cargo fmt