Skip to content

Releases: Nahara-OSS/color

1.1.0

05 Apr 18:17
2a46b82

Choose a tag to compare

This release introduces a new module for parsing ICC profiles: @nahara/color/unstable/icc, as well as fixing important bug related to wrong tone reproduction curve in rgb.ts (and another bug related to converting from white point chromaticity to nCIEXYZ).

  • If you only need to parse ICC profile for use in your project that doesn't requires color conversion from @nahara/color then it is good enough (at least for RGB profiles).
  • The ICC RGB color conversion is currently broken because no chromatic adaptation

1.0.0

04 Apr 20:40
98c82de

Choose a tag to compare

First release. We hope to finish ICC profile parser one day.