Registry / other / tinybmp

tinybmp

JSON →
library0.7.0rscratesunverified

No-std, low memory footprint BMP image loader for embedded graphics.

# Cargo.toml [dependencies] tinybmp = "0.7.0"
INSTALL
IMPORT
SIG · TINYBMP
T
tinybmp
otherrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bmp
use tinybmp::Bmp;

Loads a BMP image from a byte slice and prints its dimensions.

use tinybmp::Bmp; let bmp = Bmp::from_slice(include_bytes!("image.bmp")).unwrap(); println!("Width: {}, Height: {}", bmp.width(), bmp.height());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
tinybmp — cargo add tinybmp · libregistry