[go: up one dir, main page]

image 0.24.3

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.
mod rect;
mod utils;

pub use self::rect::Rect;
pub(super) use utils::resize_dimensions;