rustbitmap 0.1.0

Read, write and edit bitmap files.
Documentation
mod bit_data;
mod bit_depth;
mod file;
mod file_data;
mod file_header;

///
/// Read in, create and edit bitmaps
///
pub mod image;
mod info_header;
mod pixel_data;
mod rgb_quad;

///
/// Color representation (Red, Green, Blue, Alpha)
///
pub mod rgba;
mod util;