Crates.io | rust_bmp |
lib.rs | rust_bmp |
version | 0.1.1 |
source | src |
created_at | 2022-12-22 18:01:49.938673 |
updated_at | 2022-12-22 18:11:22.425981 |
description | A library to work with BMP files. |
homepage | |
repository | https://github.com/CodeWolf33/rust_bmp |
max_upload_size | |
id | 744047 |
size | 3,477 |
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
.