BMP Rust is a rust library to read and write .bmp Image files. It has zero dependencies.
First add bmp-rust to your Cargo.toml file
toml [dependencies] bmp-rust ="0.2.3"
You can now use the crate:
rust use bmp_rust::bmp::BMP;