[babl/wip/pippin/inverted-cmyk: 11/11] docs: update



commit b72af9a93c06b82c3ba5d0a83c54fafb5922d6b9
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri Nov 16 02:01:41 2018 +0100

    docs: update

 docs/index-static.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index 033b9f6..968653c 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -363,13 +363,13 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
 in ICC and the corresponding premultiplied alpha version of them. cmykA and
 camayakaA are the core encodings used, with u8 u16 half or float. The encoded
 in pixel data is inverted to make the components usable with additive math in
-GEGL.</p>
+GEGL. CMYK uses lower case for the component names to keep separate from the alrady existing Y.</p>
 <p>lower case is used since it then uniquely distinguishes y from the already
 existing componeny Y</p>.
-  <p>If compiled without lcms2, babl will still deal with CMYK formats but will fall back to an internal 
sRGB related conversion.</p>
-<p>RGB encodings can also be created from the CMYK space, the RGB encodings behaves as sRGB</p>
+<p>RGB encodings can also be created from the CMYK space, the RGB encodings behaves as sRGB.</p>
 <p>When converting between CMYK spaces currently nothing is done, better than
 all wrong, lcms2 can do K preserving conversions which should be used - but additional memory management of 
on-demand created and cached conversions will be needed.</p>
+  <p>If compiled without lcms2 the CMYK to/from RGB conversions will be worse but be behaviourly 
functional.</p>
 
   <a name='premultiplied-alpha'></a>
   <h2>Pre-multiplied alpha</h2>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]