#bmp #byte #file-io #convert #bitmapfileheader #bitmapinfoheader #rgbtriple

yanked rust_bmp

A library to work with BMP files

0.1.1 Dec 22, 2022
0.1.0 Dec 22, 2022

#21 in #bmp

MIT license

4KB
75 lines

Rust BMP


A library to work with bmp files. It provides BITMAPFILEHEADER, BITMAPINFOHEADER and RGBTRIPLE structs + methods to convert them to bytes and to help with file I/O.

No runtime deps