bmp-rust 0.1.1

Rust library to read, write, and create BMP Image files
Documentation

BMP Rust

Install

First add bmp-rust to your Cargo.toml file

[dependencies]
bmp-rust ="0.1.0"

You can now use the crate:

use bmp_rust::bmp::BMP;