[gimp-help-2] Minor changes to Noise filter docs
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] Minor changes to Noise filter docs
- Date: Sat, 29 May 2010 11:56:32 +0000 (UTC)
commit b2605c41a06d6e3b039d93ec5b23655da46ff568
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Sat May 29 11:48:01 2010 +0200
Minor changes to Noise filter docs
src/filters/noise.xml | 4 ++--
src/filters/noise/hurl.xml | 2 +-
src/filters/noise/introduction.xml | 9 ++++-----
src/filters/noise/pick.xml | 2 +-
src/filters/noise/{noisify.xml => rgb-noise.xml} | 13 ++++++++-----
.../noise/{scatterHSV.xml => scatter-hsv.xml} | 10 +++++-----
src/filters/noise/slur.xml | 2 +-
src/filters/noise/spread.xml | 2 +-
8 files changed, 23 insertions(+), 21 deletions(-)
---
diff --git a/src/filters/noise.xml b/src/filters/noise.xml
index cd753e4..9d904d0 100644
--- a/src/filters/noise.xml
+++ b/src/filters/noise.xml
@@ -8,10 +8,10 @@
<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/scatter-hsv.xml"/>
<xi:include href="noise/hurl.xml"/>
- <xi:include href="noise/noisify.xml"/>
<xi:include href="noise/pick.xml"/>
- <xi:include href="noise/scatterHSV.xml"/>
+ <xi:include href="noise/rgb-noise.xml"/>
<xi:include href="noise/slur.xml"/>
<xi:include href="noise/spread.xml"/>
</sect1>
diff --git a/src/filters/noise/hurl.xml b/src/filters/noise/hurl.xml
index 97dbea3..8a6fac1 100644
--- a/src/filters/noise/hurl.xml
+++ b/src/filters/noise/hurl.xml
@@ -74,7 +74,7 @@
</figure>
<variablelist>
<varlistentry>
- <term>Random Seed</term>
+ <term>Random seed</term>
<listitem>
<para>
Controls randomness of hurl. If the same random seed in the
diff --git a/src/filters/noise/introduction.xml b/src/filters/noise/introduction.xml
index e6d5dee..1006182 100644
--- a/src/filters/noise/introduction.xml
+++ b/src/filters/noise/introduction.xml
@@ -15,10 +15,9 @@
<tertiary>Introduction</tertiary>
</indexterm>
<para>
- Noise filters <emphasis>add</emphasis> noise to the active layer or to
- the selection. To remove small defects from an image, see the
- <link linkend="plug-in-despeckle">Despeckle</link> and
- <link linkend="plug-in-sel-gauss">Selective Gaussian Blur</link>
- filters.
+ Noise filters <emphasis>add</emphasis> noise to the active layer or to the
+ selection. To <emphasis>remove</emphasis> small defects from an image, see
+ the <link linkend="plug-in-despeckle">Despeckle</link> and
+ <link linkend="plug-in-sel-gauss">Selective Gaussian Blur</link> filters.
</para>
</sect2>
diff --git a/src/filters/noise/pick.xml b/src/filters/noise/pick.xml
index ef445b8..635f43e 100644
--- a/src/filters/noise/pick.xml
+++ b/src/filters/noise/pick.xml
@@ -76,7 +76,7 @@
</figure>
<variablelist>
<varlistentry>
- <term>Random Seed</term>
+ <term>Random seed</term>
<listitem>
<para>
Controls randomness of picking. If the same random seed in the
diff --git a/src/filters/noise/noisify.xml b/src/filters/noise/rgb-noise.xml
similarity index 92%
rename from src/filters/noise/noisify.xml
rename to src/filters/noise/rgb-noise.xml
index 8d0aa74..5fa6b8a 100644
--- a/src/filters/noise/noisify.xml
+++ b/src/filters/noise/rgb-noise.xml
@@ -118,14 +118,17 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Red, Blue, Green and Alfa Sliders</term>
+ <term>Red</term>
+ <term>Green</term>
+ <term>Blue</term>
+ <term>Alpha</term>
<listitem>
<para>
These slidebars and adjacent input boxes allow to set noise level
- (0.00 - 1.00) in each channel. Alpha channel is only present, if
- your layer holds such a channel. In case of a grayscale image, a
- <guilabel>Grey</guilabel>
- is shown instead of color sliders.
+ (0.00 - 1.00) in each channel. Alpha channel is only
+ present if your layer holds such a channel. In case of a grayscale
+ image, a <guilabel>Grey</guilabel> is shown instead of color
+ sliders.
</para>
<para>
The value set by these sliders actually determine the standard
diff --git a/src/filters/noise/scatterHSV.xml b/src/filters/noise/scatter-hsv.xml
similarity index 93%
rename from src/filters/noise/scatterHSV.xml
rename to src/filters/noise/scatter-hsv.xml
index a6fd1f4..ce0ad61 100644
--- a/src/filters/noise/scatterHSV.xml
+++ b/src/filters/noise/scatter-hsv.xml
@@ -25,7 +25,7 @@
<sect3>
<title>Overview</title>
<figure>
- <title>Example of applying the Pick HSV filter</title>
+ <title>Example of applying the Scatter HSV filter</title>
<mediaobject>
<imageobject>
<imagedata format="JPG"
@@ -41,7 +41,7 @@
fileref="images/filters/examples/noise-taj-scatter-hsv.jpg"/>
</imageobject>
<caption>
- <para>Filter <quote>Pick HSV</quote> applied</para>
+ <para>Filter <quote>Scatter HSV</quote> applied</para>
</caption>
</mediaobject>
</figure>
@@ -96,7 +96,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Hue slider</term>
+ <term>Hue</term>
<listitem>
<para>
This slider changes the color of the pixels in a random pattern.
@@ -106,7 +106,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Saturation Slider</term>
+ <term>Saturation</term>
<listitem>
<para>
This slider increases saturation of scattered pixels.
@@ -114,7 +114,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Value Slider</term>
+ <term>Value</term>
<listitem>
<para>
This slider increases brightness of scattered pixels.
diff --git a/src/filters/noise/slur.xml b/src/filters/noise/slur.xml
index 3f9ea3b..0df1cbe 100644
--- a/src/filters/noise/slur.xml
+++ b/src/filters/noise/slur.xml
@@ -77,7 +77,7 @@
</figure>
<variablelist>
<varlistentry>
- <term>Random Seed</term>
+ <term>Random seed</term>
<listitem>
<para>
It controls randomness of slurring. If the same random seed in
diff --git a/src/filters/noise/spread.xml b/src/filters/noise/spread.xml
index 05cbda9..dc84d2f 100644
--- a/src/filters/noise/spread.xml
+++ b/src/filters/noise/spread.xml
@@ -83,7 +83,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Spread amount</term>
+ <term>Spread Amount</term>
<listitem>
<para>
You can set the distance that pixels will be moved along
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]