Registry / other / load-image

load-image

JSON →
library3.3.2rscratesunverified

Load PNG or JPEG images with color profile support.

# Cargo.toml [dependencies] load_image = "3.3.2"
INSTALL
IMPORT
SIG · LOAD-IMAGE
L
load-image
otherrustv3.3.2
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.

load_image
use load_image::load_image;

Load an image file and print its dimensions.

use load_image::load_image; let img = load_image("photo.jpg").unwrap(); println!("Loaded {}x{} image", img.width(), img.height());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
load-image — cargo add load-image · libregistry