Registry / utility / lcms2
library6.1.1rscratesunverified

Rust wrapper for Little CMS, providing ICC color profile handling and color management.

# Cargo.toml [dependencies] lcms2 = "6.1.1"
INSTALL
IMPORT
SIG · LCMS2
L
lcms2
utilityrustv6.1.1
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.

Profile
use lcms2::Profile;

Create an sRGB color profile

use lcms2::Profile; fn main() { let profile = Profile::new_srgb(); println!("sRGB profile created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
lcms2 — cargo add lcms2 · libregistry