From b33c8e5183157d7457c2ec9eb6197d487e0a7aeb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 29 Aug 2021 00:37:00 +0200 Subject: Add STATUS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- STATUS | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ TODO | 33 ---------------------- 2 files changed, 99 insertions(+), 33 deletions(-) create mode 100644 STATUS diff --git a/STATUS b/STATUS new file mode 100644 index 0000000..086850e --- /dev/null +++ b/STATUS @@ -0,0 +1,99 @@ +[X] RGB + ├─[X] custom + ├─[X] sRGB + ├─[X] Adobe RGB + ├─[X] Apple RGB (1998) + ├─[X] Best RGB + ├─[X] Beta RGB + ├─[X] Bruce RGB + ├─[X] CIE 1931 RGB + ├─[X] ColorMatch RGB + ├─[X] DCI-P3 D65 + ├─[X] DCI-P3 Theater + ├─[X] Don RGB 4 + ├─[X] ECI RGB + ├─[X] ECI RGB v2 + ├─[X] Ekta Space PS5 + ├─[X] ITU-R Recommendation BT.601, 625 line + ├─[X] ITU-R Recommendation BT.601, 525 line + ├─[X] ITU-R Recommendation BT.709 + ├─[X] ITU-R Recommendation BT.2020 + ├─[X] ITU-R Recommendation BT.2100, using PQ EOTF + ├─[X] ITU-R Recommendation BT.2100, using PQ OOTF + ├─[X] ITU-R Recommendation BT.2100, using PQ OETF + ├─[X] ITU-R Recommendation BT.2100, using HLG EOTF + ├─[X] ITU-R Recommendation BT.2100, using HLG OOTF + ├─[X] ITU-R Recommendation BT.2100, using HLG OETF + ├─[X] Lightroom RGB + ├─[X] NTSC RGB + ├─[X] PAL/SECAM RGB + ├─[X] ProPhoto RGB + ├─[X] SGI RGB + ├─[X] SMPTE 240M RGB + ├─[X] SMPTE C RGB + ├─[X] wide-gamut RGB, also known as Adobe Wide Gamut RGB + ├─[ ] scRGB + ├─[ ] HWB (Alternative model to RGB) + ├─[ ] HSL (Alternative model to RGB) + ├─[ ] HSV (Alternative model to RGB), also known as HSB + ├─[ ] HSI (Alternative model to RGB) + ├─[ ] HCL (Alternative model to RGB) + ├─[ ] HCV (Alternative model to RGB) + └─[ ] HCI (Alternative model to RGB) +[X] CIE xyY +[X] CIE 1931 XYZ +[X] CIE L*a*b* +[X] CIE 1976 (L*, u*, v*) +[X] CIE LChuv, also known as CIE HLCuv +[ ] CIE 1960 UCS + └─ https://en.wikipedia.org/wiki/CIE_1960_color_space +[ ] CIE 1964 (U*, V*, W*) + └─ https://en.wikipedia.org/wiki/CIE_1964_color_space +[X] YIQ +[ ] Y'IQ +[X] YDbDr +[X] YUV +[ ] Y'UV +[X] YPBPR +[X] YCgCo +[X] CIE 1960 UCS +[X] CIE 1964 (U*, V*, W*) +[X] YES +[ ] Y'ES +[ ] LMS +[ ] L'M'S' +[ ] ICtCp +[ ] YCbCr +[ ] Y'CbCr +[ ] YcCbcBrc + └─ https://en.wikipedia.org/wiki/YCbCr#ITU-R_BT.2020_conversion +[ ] TSL +[ ] rgY +[ ] RG +[ ] RGK +[ ] CIE DSH +[ ] HSP +[ ] HCY +[ ] HCG +[ ] IPT +[ ] xvYCC +[ ] Munsell +[ ] NCS +[ ] RAL +[ ] HKS +[ ] PMS + └─ https://en.wikipedia.org/wiki/Pantone#Pantone_Color_Matching_System +[ ] Coloroid +[ ] OSA-UCS +[ ] Hunter Rdab +[ ] Hunter 1948 color space + ├─ https://en.wikipedia.org/wiki/CIELAB + └─ http://www.konicaminolta.com/instruments/knowledge/color/part4/06.html +[ ] CIELChab, also known as CIEHLCab + └─ https://en.wikipedia.org/wiki/CIELAB_color_space#Cylindrical_model +[ ] CIELChuv, also known as CIEHLCuv + └─ https://en.wikipedia.org/wiki/CIELUV#Cylindrical_representation_(CIELCh) +[ ] CMY +[ ] CMYK +[ ] custom additive with 3 or more channels +[ ] custom subtractive with 3 or more channels diff --git a/TODO b/TODO index 5e0eecd..44659c2 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3-70-g09d2