diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-02 23:33:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-02 23:33:15 +0100 |
commit | b51a413074a9844e3c045c743dc1ba56414b6263 (patch) | |
tree | 77a564ee78eb059d13d45191783857bd87901960 /NEWS | |
parent | Add new colour spaces (diff) | |
download | libclut-b51a413074a9844e3c045c743dc1ba56414b6263.tar.gz libclut-b51a413074a9844e3c045c743dc1ba56414b6263.tar.bz2 libclut-b51a413074a9844e3c045c743dc1ba56414b6263.tar.xz |
Add libclut_model_rgb_to_ciexyz and libclut_model_ciexyz_to_rgb
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ libclut NEWS -*- outline -*- New RGB colour spaces added: ITU-R BT.709 and Lightroom RGB. + libclut_model_get_rgb_conversion_matrix accepts NULL as + as the first and second argument. + + Add the functions libclut_model_rgb_to_xyz and + libclut_model_rgb_to_xyz. + * Noteworthy changes in release 1.0 (2016-(12)Dec-02) [stable] RGB colour space conversion added. |