[babl/wip/pippin/inverted-cmyk] docs: update
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl/wip/pippin/inverted-cmyk] docs: update
- Date: Fri, 16 Nov 2018 01:02:41 +0000 (UTC)
commit a32f38946e39e56c0ce9bb902eabc495e1473556
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]