#qoi #qoi-decoder #qoi-encoder

no-std zune-qoi

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

5 releases

0.5.1 Oct 27, 2025
0.5.0 Oct 27, 2025
0.5.0-rc0 Apr 7, 2024
0.4.10 Dec 28, 2023
0.4.0 Nov 16, 2023

#623 in Images

Download history 126/week @ 2025-08-02 207/week @ 2025-08-09 172/week @ 2025-08-16 292/week @ 2025-08-23 338/week @ 2025-08-30 308/week @ 2025-09-06 478/week @ 2025-09-13 130/week @ 2025-09-20 303/week @ 2025-09-27 1170/week @ 2025-10-04 835/week @ 2025-10-11 697/week @ 2025-10-18 886/week @ 2025-10-25 797/week @ 2025-11-01 1156/week @ 2025-11-08 666/week @ 2025-11-15

3,676 downloads per month
Used in 2 crates (via zune-image)

MIT OR Apache-2.0 OR Zlib

125KB
2K SLoC

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


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.

Dependencies