image 0.23.0

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

pub use self::reader::Reader;