Crate resize [] [src]

Simple resampling library in pure Rust.

Structs

Filter

Resampling filter.

Resizer

Simple resampler with preallocated buffers and coeffecients for the given dimensions. See also: * https://github.com/sekrit-twc/zimg/tree/master/src/zimg/resize * https://github.com/PistonDevelopers/image/blob/master/src/imageops/sample.rs

Enums

Type

Resizing type to use.

Functions

new

Create a new resizer instance. Alias for Resizer::new.