[babl/wip/pippin/inverted-cmyk: 10/11] docs: update
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl/wip/pippin/inverted-cmyk: 10/11] docs: update
- Date: Sat, 17 Nov 2018 12:24:43 +0000 (UTC)
commit d06f905fc1e0e602c792ee3aa02003b651e0589a
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]