#qoi #codec #image-encoding #decoder #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 77/week @ 2024-09-30 9/week @ 2024-10-07 4/week @ 2024-10-14 2/week @ 2024-10-21 326/week @ 2024-10-28 227/week @ 2024-11-04 241/week @ 2024-11-11 164/week @ 2024-11-18 56/week @ 2024-11-25 22/week @ 2024-12-02 162/week @ 2024-12-09 109/week @ 2024-12-16 42/week @ 2024-12-23 29/week @ 2024-12-30 86/week @ 2025-01-06 57/week @ 2025-01-13

217 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