ai-image 0.25.10

no_std fork of image — imaging library with basic image processing and encoders/decoders for common image formats.
Documentation
1
2
3
4
5
6
7
//! Decoding and Encoding of WebP Images

mod decoder;
mod encoder;

pub use self::decoder::WebPDecoder;
pub use self::encoder::WebPEncoder;