Fast and safe image scaling in Rust
This crate provides zero unsafe fast rescaling.
Example
let img = open
.unwrap
.decode
.unwrap;
let dimensions = img.dimensions;
let transient = img.to_rgb8;
let src_size = new;
let dst_size = new;
let resized = resize_rgb8.unwrap;
This project is licensed under either of
at your option.