Module picto::processing [] [src]

Image manipulation functions.

Reexports

pub use self::sampler::Sampler;
pub use self::scaler::Scaler;
pub use self::ditherer::Ditherer;
pub use self::flip::Flip;
pub use self::rotate::Rotate;
pub use self::scale::Scale;
pub use self::sample::Sample;
pub use self::blur::Blur;
pub use self::sharpen::Sharpen;
pub use self::dither::Dither;

Modules

blur

Image blurring.

dither

Image dithering.

ditherer

Image dithering algorithms.

flip

Image flipping.

prelude

Module grouping all the processing functionality for easier usage.

rotate

Image rotation.

sample

Image sampling.

sampler

Image sampling algorithms.

scale

Image scaling.

scaler

Image scaling algorithms.

sharpen

Image sharpening.