[gimp-help-2] Minor changes to Edge-Detect filter docs
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] Minor changes to Edge-Detect filter docs
- Date: Mon, 31 May 2010 16:39:01 +0000 (UTC)
commit 7c43bcead70fbe48106fc42e7da839840ba14ec3
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Mon May 31 12:28:41 2010 +0200
Minor changes to Edge-Detect filter docs
src/filters/edge-detect.xml | 3 +-
src/filters/edge-detect/dog.xml | 51 ++++++++---------
src/filters/edge-detect/edge_detect.xml | 90 +++++++++++++++++--------------
src/filters/edge-detect/laplace.xml | 29 +++++------
src/filters/edge-detect/neon.xml | 46 +++++++---------
src/filters/edge-detect/sobel.xml | 6 +-
6 files changed, 110 insertions(+), 115 deletions(-)
---
diff --git a/src/filters/edge-detect.xml b/src/filters/edge-detect.xml
index 858f3d8..88a586e 100644
--- a/src/filters/edge-detect.xml
+++ b/src/filters/edge-detect.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2007-04-11 KoSt: added 'no'
050829 de added neon by axel.wernicke
diff --git a/src/filters/edge-detect/dog.xml b/src/filters/edge-detect/dog.xml
index 1e6508d..7d655c6 100644
--- a/src/filters/edge-detect/dog.xml
+++ b/src/filters/edge-detect/dog.xml
@@ -1,5 +1,6 @@
<?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">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2007-08-17 Added Spanish translation by AntI
2007-04-09 KoSt: added 'no'
@@ -8,9 +9,8 @@
050829 de added by axel.wernicke
-->
<sect2 id="plug-in-dog">
- <title>
- Difference of Gaussians
- </title>
+ <title>Difference of Gaussians</title>
+
<indexterm>
<primary>Filters</primary>
<secondary>Edge Detect</secondary>
@@ -21,17 +21,15 @@
</indexterm>
<sect3>
- <title>
- Overview
- </title>
+ <title>Overview</title>
<figure>
<title>
- Applying example for the <quote>Difference of Gaussians</quote>
- filter
+ Applying example for the <quote>Difference of Gaussians</quote> filter
</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/examples/taj_orig.jpg" format="JPG"/>
+ <imagedata format="JPG"
+ fileref="images/filters/examples/taj_orig.jpg"/>
</imageobject>
<caption>
<para>Original image</para>
@@ -39,11 +37,11 @@
</mediaobject>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/examples/edge-taj-dog.jpg" format="JPG"/>
+ <imagedata format="JPG"
+ fileref="images/filters/examples/edge-taj-dog.jpg"/>
</imageobject>
<caption>
- <para>Filter <quote>Difference of Gaussians</quote>
- applied</para>
+ <para>Filter <quote>Difference of Gaussians</quote> applied</para>
</caption>
</mediaobject>
</figure>
@@ -68,43 +66,42 @@
</sect3>
<sect3>
- <title>
- Activating the filter
- </title>
+ <title>Activating the filter</title>
<para>
You can find this filter through
<menuchoice>
<guimenu>Filters</guimenu>
- <guisubmenu>Edge detect</guisubmenu>
+ <guisubmenu>Edge-Detect</guisubmenu>
<guimenuitem>Difference of Gaussians</guimenuitem>
</menuchoice>.
</para>
</sect3>
<sect3>
- <title>
- Options
- </title>
+ <title>Options</title>
<figure>
<title>
Gaussian Difference filter options
</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/diff-gauss-options.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/filters/diff-gauss-options.png"/>
</imageobject>
</mediaobject>
</figure>
<variablelist>
<varlistentry>
- <term>Smoothing parameters</term>
+ <term>Smoothing Parameters</term>
<listitem>
<para>
- Radius 1 and Radius 2 are the blurring radii for the two Gaussian
- blurs. The only constraints on them is that they cannot be equal,
- or else the result will be a blank image. If you want to produce
- something that looks like a sketch, in most cases setting Radius 2
- smaller than Radius 1 will give better results.
+ <guilabel>Radius 1</guilabel> and <guilabel>Radius 2</guilabel>
+ are the blurring radii for the two Gaussian blurs. The only
+ constraints on them is that they cannot be equal, or else the
+ result will be a blank image. If you want to produce something
+ that looks like a sketch, in most cases setting
+ <quote>Radius 2</quote> smaller than
+ <quote>Radius 1</quote> will give better results.
</para>
</listitem>
</varlistentry>
diff --git a/src/filters/edge-detect/edge_detect.xml b/src/filters/edge-detect/edge_detect.xml
index c053031..18350a7 100644
--- a/src/filters/edge-detect/edge_detect.xml
+++ b/src/filters/edge-detect/edge_detect.xml
@@ -125,7 +125,7 @@
You can find this filter through
<menuchoice>
<guimenu>Filters</guimenu>
- <guisubmenu>Edge detect</guisubmenu>
+ <guisubmenu>Edge-Detect</guisubmenu>
<guimenuitem>Edge...</guimenuitem>
</menuchoice>.
</para>
@@ -145,45 +145,51 @@
<varlistentry>
<term>Algorithm</term>
<listitem>
- <para>
- Edge detector offers several detection methods:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- <guilabel>Sobel</guilabel>: Here, this method has no options
- and so is less interesting than the specific Sobel.
- </para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Prewitt compass</guilabel>: Result doesn't look
- different from Sobel.
- </para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Gradient</guilabel>: Edges are thinner, less
- contrasted and more blurred than Sobel.
- </para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Roberts</guilabel>: No evident difference from Sobel.
- </para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Differential</guilabel>: Edges less bright.
- </para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Laplace</guilabel>: Less interesting than the
- specific one.
- </para>
- </listitem>
- </itemizedlist>
+ <variablelist>
+ <para>Edge detector offers several detection methods:</para>
+ <varlistentry>
+ <term><guilabel>Sobel</guilabel></term>
+ <listitem>
+ <para>
+ Here, this method has no options and so is less interesting
+ than the specific Sobel.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Prewitt compass</guilabel></term>
+ <listitem>
+ <para>Result doesn't look different from Sobel.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Gradient</guilabel></term>
+ <listitem>
+ <para>
+ Edges are thinner, less contrasted and more blurred than
+ Sobel.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Roberts</guilabel></term>
+ <listitem>
+ <para>No evident difference from Sobel.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Differential</guilabel></term>
+ <listitem>
+ <para>Edges less bright.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Laplace</guilabel></term>
+ <listitem>
+ <para>Less interesting than the specific one.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</listitem>
</varlistentry>
<varlistentry>
@@ -197,7 +203,9 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Wrap, Smear, Black</term>
+ <term>Wrap</term>
+ <term>Smear</term>
+ <term>Black</term>
<listitem>
<para>
Where the edge detector will get adjoining pixels for its
diff --git a/src/filters/edge-detect/laplace.xml b/src/filters/edge-detect/laplace.xml
index cf93519..3e4bd3b 100644
--- a/src/filters/edge-detect/laplace.xml
+++ b/src/filters/edge-detect/laplace.xml
@@ -1,5 +1,6 @@
<?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">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2007-08-17 Added Spanish translation by AntI
2007-07-07 kost: added no
@@ -8,9 +9,8 @@
050829 de added by axel.wernicke
-->
<sect2 id="plug-in-laplace">
- <title>
- Laplace
- </title>
+ <title>Laplace</title>
+
<indexterm>
<primary>Filters</primary>
<secondary>Edge Detect</secondary>
@@ -21,16 +21,13 @@
</indexterm>
<sect3>
- <title>
- Overview
- </title>
+ <title>Overview</title>
<figure>
- <title>
- Applying example for the Laplace filter
- </title>
+ <title>Applying example for the Laplace filter</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/examples/taj_orig.jpg" format="JPG"/>
+ <imagedata format="JPG"
+ fileref="images/filters/examples/taj_orig.jpg"/>
</imageobject>
<caption>
<para>Original image</para>
@@ -38,7 +35,8 @@
</mediaobject>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/examples/edge-taj-laplace.jpg" format="JPG"/>
+ <imagedata format="JPG"
+ fileref="images/filters/examples/edge-taj-laplace.jpg"/>
</imageobject>
<caption>
<para>Filter <quote>Laplace</quote> applied</para>
@@ -50,15 +48,14 @@
which produces thin, pixel wide borders.
</para>
</sect3>
+
<sect3>
- <title>
- Activating the filter
- </title>
+ <title>Activating the filter</title>
<para>
You can find this filter through
<menuchoice>
<guimenu>Filtres</guimenu>
- <guisubmenu>Edge detect</guisubmenu>
+ <guisubmenu>Edge-Detect</guisubmenu>
<guimenuitem>Laplace</guimenuitem>
</menuchoice>.
</para>
diff --git a/src/filters/edge-detect/neon.xml b/src/filters/edge-detect/neon.xml
index d5ae279..e367e9f 100644
--- a/src/filters/edge-detect/neon.xml
+++ b/src/filters/edge-detect/neon.xml
@@ -1,5 +1,6 @@
<?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">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2007-08-17 Added Spanish translation by AntI
2007-04-11 KoSt: added 'no'
@@ -9,9 +10,8 @@
050829 de added by axel.wernicke
-->
<sect2 id="plug-in-neon">
- <title>
- Neon
- </title>
+ <title>Neon</title>
+
<indexterm>
<primary>Filters</primary>
<secondary>Edge Detect</secondary>
@@ -22,16 +22,13 @@
</indexterm>
<sect3>
- <title>
- Overview
- </title>
+ <title>Overview</title>
<figure>
- <title>
- Applying example for the Neon filter
- </title>
+ <title>Applying example for the Neon filter</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/examples/taj_orig.jpg" format="JPG"/>
+ <imagedata format="JPG"
+ fileref="images/filters/examples/taj_orig.jpg"/>
</imageobject>
<caption>
<para>Original image</para>
@@ -39,7 +36,8 @@
</mediaobject>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/examples/edge-taj-neon.jpg" format="JPG"/>
+ <imagedata format="JPG"
+ fileref="images/filters/examples/edge-taj-neon.jpg"/>
</imageobject>
<caption>
<para>Filter <quote>Neon</quote> applied</para>
@@ -51,38 +49,32 @@
them a bright neon effect.
</para>
<para>
- You will find in GIMP a script-fu also named Neon, which works in a
- different manner. The script-fu is an easy shortcut to construct
- logo-like letters outlined with a configurable neon-effect. See
- <xref linkend="script-fu-neon-logo-alpha"/> for details.
+ You will find in <acronym>GIMP</acronym> a Script-Fu also named Neon,
+ which works in a different manner. The Script-Fu is an easy shortcut to
+ construct logo-like letters outlined with a configurable neon-effect.
+ See <xref linkend="script-fu-neon-logo-alpha"/> for details.
</para>
</sect3>
<sect3>
- <title>
- Activating the filter
- </title>
+ <title>Activating the filter</title>
<para>
You can find this filter through
<menuchoice>
<guimenu>Filters</guimenu>
- <guisubmenu>Edge Detect</guisubmenu>
+ <guisubmenu>Edge-Detect</guisubmenu>
<guimenuitem>Neon...</guimenuitem>
</menuchoice>.
</para>
</sect3>
<sect3>
- <title>
- Options
- </title>
+ <title>Options</title>
<figure>
- <title>
- Neon filter options
- </title>
+ <title>Neon filter options</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/filters/neon-options.png" format="PNG"/>
+ <imagedata format="PNG" fileref="images/filters/neon-options.png"/>
</imageobject>
</mediaobject>
</figure>
diff --git a/src/filters/edge-detect/sobel.xml b/src/filters/edge-detect/sobel.xml
index 2a821bd..3b60284 100644
--- a/src/filters/edge-detect/sobel.xml
+++ b/src/filters/edge-detect/sobel.xml
@@ -58,7 +58,7 @@
You can find this filter through
<menuchoice>
<guimenu>Filters</guimenu>
- <guisubmenu>Edge detect</guisubmenu>
+ <guisubmenu>Edge-Detect</guisubmenu>
<guimenuitem>Sobel</guimenuitem>
</menuchoice>.
</para>
@@ -85,13 +85,13 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Sobel Horizontally</term>
+ <term>Sobel horizontally</term>
<listitem>
<para>Renders near horizontal edges.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>Sobel Vertically</term>
+ <term>Sobel vertically</term>
<listitem>
<para>Renders near vertical edges.</para>
</listitem>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]