bmp 0.5.0

Small library for reading and writing BMP images in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.byteorder]
version = "^1.0.0"

[package]
authors = ["Sondre Lefsaker"]
description = "Small library for reading and writing BMP images in Rust."
documentation = "https://docs.rs/bmp"
exclude = ["test/*"]
homepage = "https://github.com/sondrele/rust-bmp"
keywords = ["bmp", "image"]
license = "MIT"
name = "bmp"
readme = "README.md"
repository = "https://github.com/sondrele/rust-bmp.git"
version = "0.5.0"