#qoi #decoder #encoder #codec #image-format #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

#4 in #qoi

Download history 4/week @ 2024-02-16 20/week @ 2024-02-23 9/week @ 2024-03-01 15/week @ 2024-03-08 79/week @ 2024-03-15 48/week @ 2024-03-22 54/week @ 2024-03-29 95/week @ 2024-04-05 21/week @ 2024-04-12 33/week @ 2024-04-19

205 downloads per month
Used in 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