bmp_rs 0.0.9

A bitmap file decoder for Microsoft bmp files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.byteorder]
version = "1.2.*"

[package]
authors = ["Daniel Drywa <daniel@drywa.me>"]
categories = ["multimedia::images", "parsing"]
description = "A bitmap file decoder for Microsoft bmp files"
homepage = "http://www.drywa.me"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
keywords = ["bitmap", "bmp", "decoding", "image"]
license = "Apache-2.0"
name = "bmp_rs"
readme = "README.md"
repository = "https://github.com/TheSatoshiChiba/bmp_rs"
version = "0.0.9"