diff options
author | Mattias Andrée <maandree@kth.se> | 2021-08-29 00:37:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-08-29 00:37:00 +0200 |
commit | b33c8e5183157d7457c2ec9eb6197d487e0a7aeb (patch) | |
tree | b19f5458895ba731075a43acaedb413f31a6272b /TODO | |
parent | m libcolour.7 (diff) | |
download | libcolour-b33c8e5183157d7457c2ec9eb6197d487e0a7aeb.tar.gz libcolour-b33c8e5183157d7457c2ec9eb6197d487e0a7aeb.tar.bz2 libcolour-b33c8e5183157d7457c2ec9eb6197d487e0a7aeb.tar.xz |
Add STATUS
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 33 |
1 files changed, 0 insertions, 33 deletions
@@ -1,35 +1,2 @@ -Colour models and colour spaces: - LMS - L'M'S' - ICtCp - YCbCr - Y'CbCr - TSL - Y'UV - Y'IQ - Y'ES - rgY - RGK - CIE DSH - HSP - HCY - HCG - Hunter 1948 color space (see Wikipedia article on CIELAB; see http://www.konicaminolta.com/instruments/knowledge/color/part4/06.html) - Hunter Rdab - CIELCh (CIEHLC) (see Wikipedia article on CIELAB) - IPT - xvYCC - scRGB - HWB (Alternative RGB model) - HSL (Alternative RGB model) - HSV (Alternative RGB model) - HSI (Alternative RGB model) - HCL (Alternative RGB model) - HCV (Alternative RGB model) - HCI (Alternative RGB model) - -Support for generic additive colour spaces (3 channels and more) -Support for generic subtractive colour spaces (3 channels and more) - GPU accelerate libcolour_convert_en_masse Premultiply matrices for faster conversion from and to RGB |