#qoi #codec #decoder #image-encoding #encoder #qoi-decoder #qoi-encoder

no-std zune-qoi

Quite Ok Image (QOI) decoder and encoder part of the zune-image family

3 unstable releases

0.5.0-rc0 Apr 7, 2024
0.4.10 Dec 28, 2023
0.4.0 Nov 16, 2023

#5 in #qoi

Download history 144/week @ 2024-11-15 71/week @ 2024-11-22 38/week @ 2024-11-29 142/week @ 2024-12-06 111/week @ 2024-12-13 59/week @ 2024-12-20 29/week @ 2024-12-27 43/week @ 2025-01-03 96/week @ 2025-01-10 93/week @ 2025-01-17 61/week @ 2025-01-24 75/week @ 2025-01-31 87/week @ 2025-02-07 105/week @ 2025-02-14 72/week @ 2025-02-21 91/week @ 2025-02-28

368 downloads per month
Used in 2 crates (via zune-image)

MIT OR Apache-2.0 OR Zlib

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 uses log 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

Format Specification

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

Dependencies