cmm: add support for compound_power_2_4
This commit is contained in:
parent
3e3cb3114c
commit
b5c0e3a07e
11 changed files with 58 additions and 7 deletions
|
|
@ -12,6 +12,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);
|
||||
|
||||
const PRIMARIES_MUL: f64 = 1_000_000.0;
|
||||
const PRIMARIES_MUL_INV: f64 = 1.0 / PRIMARIES_MUL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue