Module picto::processing[][src]

Expand description

Image manipulation functions.

Re-exports

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

Image blurring.

Image dithering.

Image dithering algorithms.

Image flipping.

Module grouping all the processing functionality for easier usage.

Image rotation.

Image sampling.

Image sampling algorithms.

Image scaling.

Image scaling algorithms.

Image sharpening.