image 0.5.4

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.
Documentation
//! Encoding of portable pixmap Images

pub use self::encoder::PPMEncoder as PPMEncoder;

mod encoder;