image 0.23.1

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.
Documentation
1
2
3
4
5
6
//! Mathematical helper functions and types.
pub mod nq;
pub mod utils;

mod rect;
pub use self::rect::Rect;