1 unstable release
0.1.0 | Apr 11, 2024 |
---|
#183 in #decoding
35KB
835 lines
dib: bmp/dib format decoder
we decode your old windows file format.
support table
enc | dec | |
---|---|---|
palette (2|4|8 bits) | ❎ | ✅ |
16|24|32 bpp | ❎ | ✅ |
run length (4|8) | ❎ | ✅ |
bitfields | 🟩 | ✅ |
CMYK | ❎ | ❎ |
PNG | ❎ | ❎ |
JPEG | ❎ | ❎ |
lib.rs
:
DIB, also known as BMP is a image format for bitmap storage.
this crate implements encoding and decoding most types of BMPs.
Dependencies
~280–720KB
~17K SLoC