windows file format device independent bitmap dib / bmp decoding and encoding
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dib"
version = "0.1.0"
edition = "2021"
description = "device independent bitmap (DIB) / BMP file format decoder"
authors = ["bend-n <[email protected]>"]
license = "MIT"
repository = "https://github.com/bend-n/dib"
exclude = ["tdata", ".gitignore", "benches", "fuzz"]
keywords = ["image", "format", "encoding", "decoding"]
categories = ["multimedia::images", "graphics", "encoding"]

[dependencies]
atools = "0.1.4"
bites = "0.0.0"
car = "0.1.0"
raad = "0.1.0"