[gimp-help-2] LayerModes reform 2



commit 235522a4960bc1b78bd81608e32b796b1c6fa916
Author: SimaMoto,RyÅ?Ta <liangtai s4 gmail com>
Date:   Tue Nov 24 01:54:12 2009 +0900

    LayerModes reform 2
    
    Signed-off-by: Ulf-D. Ehlert <ulfehlert svn gnome org>

 images/C/math/layer-mode-addition.png    |  Bin 1989 -> 1852 bytes
 images/C/math/layer-mode-darken.png      |  Bin 1290 -> 1207 bytes
 images/C/math/layer-mode-hard-light1.png |  Bin 2949 -> 2961 bytes
 images/C/math/layer-mode-lighten.png     |  Bin 1349 -> 1308 bytes
 images/C/math/layer-mode-subtract.png    |  Bin 1864 -> 1786 bytes
 src/concepts/layer-modes.xml             |   12 ++++++------
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/images/C/math/layer-mode-addition.png b/images/C/math/layer-mode-addition.png
index 92dc3b0..c516b38 100644
Binary files a/images/C/math/layer-mode-addition.png and b/images/C/math/layer-mode-addition.png differ
diff --git a/images/C/math/layer-mode-darken.png b/images/C/math/layer-mode-darken.png
index ee1f15d..a87e896 100644
Binary files a/images/C/math/layer-mode-darken.png and b/images/C/math/layer-mode-darken.png differ
diff --git a/images/C/math/layer-mode-hard-light1.png b/images/C/math/layer-mode-hard-light1.png
index 469c5a7..0f17a36 100644
Binary files a/images/C/math/layer-mode-hard-light1.png and b/images/C/math/layer-mode-hard-light1.png differ
diff --git a/images/C/math/layer-mode-lighten.png b/images/C/math/layer-mode-lighten.png
index 4ede15d..ebc0fad 100644
Binary files a/images/C/math/layer-mode-lighten.png and b/images/C/math/layer-mode-lighten.png differ
diff --git a/images/C/math/layer-mode-subtract.png b/images/C/math/layer-mode-subtract.png
index deaf465..2b4e81e 100644
Binary files a/images/C/math/layer-mode-subtract.png and b/images/C/math/layer-mode-subtract.png differ
diff --git a/src/concepts/layer-modes.xml b/src/concepts/layer-modes.xml
index e22381a..62bfab6 100644
--- a/src/concepts/layer-modes.xml
+++ b/src/concepts/layer-modes.xml
@@ -684,8 +684,8 @@
             Equation for layer mode <quote>Hard light</quote>, M &gt; 128
           </title>
           <alt role="latex">
-            $$E = 255 - \frac{\{255 - 2\times (M-128)\}\times (255 - I)}{256},
-              \qquad M > 128$$
+            $$E = 255 - \frac{\big(255 - 2\times (M-128)\big)\times (255 - I)}
+              {256}, \qquad M > 128$$
           </alt>
           <graphic fileref="images/math/layer-mode-hard-light1.png"/>
         </equation>
@@ -973,7 +973,7 @@
         <para>The equation is:</para>
         <equation>
           <title>Equation for layer mode <quote>Addition</quote></title>
-          <alt role="latex">$$E = min\bigl( (M + I), 255\bigr)$$</alt>
+          <alt role="latex">$$E = \min\bigl( (M + I), 255\bigr)$$</alt>
           <graphic fileref="images/math/layer-mode-addition.png"/>
         </equation>
         <para>
@@ -1028,7 +1028,7 @@
         <para>The equation is:</para>
         <equation>
           <title>Equation for layer mode <quote>Subtraction</quote></title>
-          <alt role="latex">$$E = max\bigl( (I - M), 0\bigr)$$</alt>
+          <alt role="latex">$$E = \max\bigl( (I - M), 0\bigr)$$</alt>
           <graphic fileref="images/math/layer-mode-subtract.png"/>
         </equation>
       </listitem>
@@ -1079,7 +1079,7 @@
         <para>The equation is:</para>
         <equation>
           <title>Equation for layer mode <quote>Darken only</quote></title>
-          <alt role="latex">$$E = min(M, I)$$</alt>
+          <alt role="latex">$$E = \min(M, I)$$</alt>
           <graphic fileref="images/math/layer-mode-darken.png"/>
         </equation>
         <para>
@@ -1133,7 +1133,7 @@
         <para>The equation is:</para>
         <equation>
           <title>Equation for layer mode <quote>Lighten only</quote></title>
-          <alt role="latex">$$E = max(M, I)$$</alt>
+          <alt role="latex">$$E = \max(M, I)$$</alt>
           <graphic fileref="images/math/layer-mode-lighten.png"/>
         </equation>
         <para>



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