[gimp-help-2] desaturate: content update in the progress
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] desaturate: content update in the progress
- Date: Sun, 29 Jan 2017 12:39:40 +0000 (UTC)
commit 8ca3faf113b8e23822e7cdb5e44cfc6bf5979da2
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sun Jan 29 15:22:33 2017 +0300
desaturate: content update in the progress
src/menus/colors/desaturate/desaturate.xml | 39 +++++++++++++++++++++++----
1 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/src/menus/colors/desaturate/desaturate.xml b/src/menus/colors/desaturate/desaturate.xml
index f96dc82..54b023a 100644
--- a/src/menus/colors/desaturate/desaturate.xml
+++ b/src/menus/colors/desaturate/desaturate.xml
@@ -79,17 +79,14 @@
</informalequation>
</listitem>
</varlistentry>
- <varlistentry id="plug-in-desaturate-luminosity">
- <term>Luminosity</term>
+ <term>Luma</term>
<listitem>
<para>The graylevel will be calculated as</para>
<informalequation>
<mediaobject>
<textobject>
<phrase>
- Luminosity = 0.21 × R +
- 0.72 × G +
- 0.07 × B
+ Luma = 0.21 × R + 0.72 × G + 0.07 × B
</phrase>
</textobject>
</mediaobject>
@@ -109,6 +106,23 @@
</informalequation>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>Luminance</term>
+ <listitem>
+ <para>The graylevel will be calculated as</para>
+ <informalequation>
+ <mediaobject>
+ <textobject>
+ <phrase>
+ Luminance = 0.21 × R +
+ 0.72 × G +
+ 0.07 × B
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </informalequation>
+ </listitem>
+ </varlistentry>
</variablelist>
<figure>
<title>Comparing the three options</title>
@@ -138,7 +152,7 @@
</imageobject>
<caption>
<para>
- <quote>Luminosity</quote> applied.
+ <quote>Luma</quote> applied.
<!-- The result is brighter. -->
</para>
</caption>
@@ -155,6 +169,19 @@
</para>
</caption>
</mediaobject>
+<!-- Find out what Luminance and Luma really do
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/toolbox/colors-desaturate-luminance.png"/>
+ </imageobject>
+ <caption>
+ <para>
+ <quote>Luminance</quote> applied.
+ </para>
+ </caption>
+ </mediaobject>
+-->
<!-- XXX:
The conclusions above are true only for this special example;
e.g. try
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]