image 0.22.3

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.
Documentation
//! Input and output of images.
mod reader;
pub(crate) mod free_functions;

pub use self::reader::Reader;