#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

#5 in #qoi

Download history 7/week @ 2024-02-19 26/week @ 2024-02-26 57/week @ 2024-03-11 75/week @ 2024-03-18 13/week @ 2024-03-25 107/week @ 2024-04-01 49/week @ 2024-04-08 19/week @ 2024-04-15 67/week @ 2024-04-22 62/week @ 2024-04-29 45/week @ 2024-05-06 83/week @ 2024-05-13 169/week @ 2024-05-20

370 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