1
0
Fork 0
forked from wry/wry

cmm: add support for absolute_no_adaptation intent

This commit is contained in:
Julian Orth 2026-03-29 15:51:33 +02:00
parent 154438f7dc
commit e3be3ca41e
3 changed files with 16 additions and 4 deletions

View file

@ -13,6 +13,7 @@ pub mod wp_image_description_v1;
const UNIQUE_CM_IDS_SINCE: Version = Version(2);
const SRGB_DEPRECATED_SINCE: Version = Version(2);
const COMPOUND_POWER_2_4_SINCE: Version = Version(2);
pub const ABSOLUTE_NO_ADAPTATION_SINCE: Version = Version(2);
const PRIMARIES_MUL: f64 = 1_000_000.0;
const PRIMARIES_MUL_INV: f64 = 1.0 / PRIMARIES_MUL;