cmm: add color-management module
This commit is contained in:
parent
ed1955d3d1
commit
82085a3858
27 changed files with 1182 additions and 20 deletions
8
src/cmm.rs
Normal file
8
src/cmm.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pub mod cmm_description;
|
||||
pub mod cmm_luminance;
|
||||
pub mod cmm_manager;
|
||||
pub mod cmm_primaries;
|
||||
#[cfg(test)]
|
||||
mod cmm_tests;
|
||||
pub mod cmm_transfer_function;
|
||||
pub mod cmm_transform;
|
||||
Loading…
Add table
Add a link
Reference in a new issue