Skip to content
harbik edited this page Dec 28, 2021 · 6 revisions

Color Management in Rust

The goal of this project is to create a native Rust color management library using standard ICC profiles. The library will support traditional, colorimetry based workflows, but the end goal is to fully support spectral data based iccMAX color profiles.

Roadmap

V0.0.1 (January 2022)

  • Read & write standalone (binary files with extension .icc) V2, V4, and V5 ICC profiles
  • Add/delete/edit profile header tags
  • ...

License

All content in this repository is ©2021 Harbers Bik LLC, and licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Clone this wiki locally