[gimp-help] Add CIE lch Noise filter



commit e90d2945d060facbae37ee271100c0ce6d37ab50
Author: Julien Hardelin <jhardlin orange fr>
Date:   Sat Jan 12 14:59:42 2019 +0100

    Add CIE lch Noise filter

 .../examples/noise/CIE_lch_noise-default.jpg       | Bin 0 -> 145309 bytes
 images/C/filters/noise/CIE_lch_noise-dialog.png    | Bin 0 -> 22477 bytes
 src/filters/noise.xml                              |   1 +
 src/filters/noise/cie-lch-noise.xml                | 117 +++++++++++++++++++++
 4 files changed, 118 insertions(+)
---
diff --git a/images/C/filters/examples/noise/CIE_lch_noise-default.jpg 
b/images/C/filters/examples/noise/CIE_lch_noise-default.jpg
new file mode 100644
index 000000000..577fa42fd
Binary files /dev/null and b/images/C/filters/examples/noise/CIE_lch_noise-default.jpg differ
diff --git a/images/C/filters/noise/CIE_lch_noise-dialog.png b/images/C/filters/noise/CIE_lch_noise-dialog.png
new file mode 100644
index 000000000..050c669b7
Binary files /dev/null and b/images/C/filters/noise/CIE_lch_noise-dialog.png differ
diff --git a/src/filters/noise.xml b/src/filters/noise.xml
index f8816ca39..50c36cbef 100644
--- a/src/filters/noise.xml
+++ b/src/filters/noise.xml
@@ -5,6 +5,7 @@
 <sect1 xmlns:xi="http://www.w3.org/2001/XInclude"; id="filters-noise">
   <title>Noise Filters</title>
   <xi:include href="noise/introduction.xml"/>
+  <xi:include href="noise/cie-lch-noise.xml"/>
   <xi:include href="noise/hsv-noise.xml"/>
   <xi:include href="noise/hurl.xml"/>
   <xi:include href="noise/pick.xml"/>
diff --git a/src/filters/noise/cie-lch-noise.xml b/src/filters/noise/cie-lch-noise.xml
new file mode 100644
index 000000000..a4b9cfcad
--- /dev/null
+++ b/src/filters/noise/cie-lch-noise.xml
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!-- section history:
+  2019-01-11 j;h: create
+-->
+<sect2 xmlns:xi="http://www.w3.org/2001/XInclude"; id="gimp-filter-noise-cie-lch">
+  <title>CIE lch Noise</title>
+
+  <indexterm>
+    <primary>Filters</primary>
+    <secondary>Noise</secondary>
+    <tertiary>CIE lch</tertiary>
+  </indexterm>
+  <indexterm>
+    <primary>CIE lch Noise</primary>
+  </indexterm>
+
+  <sect3>
+    <title>Overview</title>
+    <figure>
+      <title>Example of applying the <quote>CIE lch Noise</quote> filter</title>
+      <mediaobject>
+        <imageobject>
+          <imagedata format="JPG"
+            fileref="images/filters/examples/taj_orig.jpg"/>
+        </imageobject>
+        <caption>
+          <para>Original image</para>
+        </caption>
+      </mediaobject>
+      <mediaobject>
+        <imageobject>
+          <imagedata format="JPG"
+            fileref="images/filters/examples/noise/CIE_lch_noise-default.jpg"/>
+        </imageobject>
+        <caption>
+          <para>Filter <quote>CIE lch Noise</quote> applied</para>
+        </caption>
+      </mediaobject>
+    </figure>
+    <para>
+      The CIE lch Noise filter creates noise in the active layer or selection by
+      using the Lightness, Chroma, Hue color model, according to the CIE 
+      (<quote>Compagnie Internationale d'Électricité</quote>) specifications.
+    </para>
+  </sect3>
+
+  <sect3>
+    <title>Activate the filter</title>
+    <para>
+      You can find this filter through
+      <menuchoice>
+        <guimenu>Filters</guimenu>
+        <guisubmenu>Noise</guisubmenu>
+        <guimenuitem>CIE lch Noise…</guimenuitem>
+      </menuchoice>.
+    </para>
+  </sect3>
+  
+  <sect3>
+    <title>Options</title>
+    <figure>
+      <title><quote>CIE lch Noise</quote> filter options</title>
+      <mediaobject>
+        <imageobject>
+          <imagedata format="PNG"
+            fileref="images/filters/noise/CIE_lch_noise-dialog.png"/>
+        </imageobject>
+      </mediaobject>
+    </figure>
+    <variablelist>
+      <varlistentry>
+        <term>Presets, Preview, Split view</term>
+        <listitem>
+          <xi:include href="../about-common-features.xml"/>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>Dulling</term>
+        <listitem>
+          <para>
+            This slider (1 -8) controls the randomness of the noise: a high value 
+            lowers the randomness.
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>Chroma</term>
+        <listitem>
+          <para>
+            This slider changes the chroma of the pixels in a random pattern 
+            (percentage of a white of the same lightness).
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>Hue</term>
+        <listitem>
+          <para>
+            This slider changes hue of the pixels in a random pattern.
+            It selects an increasing available color range in the HSV color
+            circle starting from the original pixel color.
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>Random seed</term>
+        <listitem>
+          <para>
+            You can change the seed for randomness.
+          </para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </sect3>
+</sect2>


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