bmp-rust 0.2.3

Rust library to read, write, and create BMP Image files
Documentation
bmp-rust-0.2.3 has been yanked.

BMP Rust

BMP Rust is a rust library to read and write .bmp Image files. It has zero dependencies.

Install

First add bmp-rust to your Cargo.toml file

[dependencies]
bmp-rust ="0.2.3"

You can now use the crate:

use bmp_rust::bmp::BMP;