Crate zune_qoi

Crate zune_qoi 

Source
Expand description

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

Re-exports§

pub use zune_core;

Structs§

QoiDecoder
A Quite OK Image decoder
QoiEncoder
Quite Ok Image Encoder

Enums§

QoiEncodeErrors
Errors encountered during encoding
QoiErrors
Possible Errors that may occur during decoding