gipm-help-2.doap: make schumaml and myself additional maintainers
[gimp-help-2.git] / src / filters / introduction.xml
blobd33bfa55b9281944308585afb29ac8995e7c968e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                        "http://www.docbook.org/xml/4.3/docbookx.dtd">
4 <!-- section history:
5   2008-08-01 prokoudine: improved Russian content
6   2007-12-31 MikaS: updated 'fr'
7   2007-05-27 KoSt: changed structure 'no'
8   2007-05-11 lexa: minor change for de
9   2007-03-27 KoSt: added 'no'
10   2007-01-24 alessandro falappa: translated restructured list of filter categories
11   2006-12-21 lexa: restructured the list of filter categories to contain links
12   2006-10-25 Added section for Previews and their submenu by j.h
13   2005-08-18 de reviewed by axel.wernicke
14 -->
15 <sect1 id="filter-introduction">
16   <title>Introduction</title>
18   <indexterm>
19     <primary>Filters</primary><secondary>Introduction</secondary>
20   </indexterm>
21   <indexterm>
22     <primary>Preview</primary><secondary>Filter</secondary>
23   </indexterm>
25   <para>
26     A filter is a special kind of tool designed to take an input layer or
27     image, apply a mathematical algorithm to it, and return the input layer or
28     image in a modified format. <acronym>GIMP</acronym>
29     uses filters to achieve a variety of effects and those effects are
30     discussed here.
31   </para>
33   <itemizedlist>
34     <para>The filters are divided into several categories:</para>
35     <listitem>
36       <para><xref linkend="filters-blur"/></para>
37     </listitem>
38     <listitem>
39       <para><xref linkend="filters-enhance"/></para>
40     </listitem>
41     <listitem>
42       <para><xref linkend="filters-distort"/></para>
43     </listitem>
44     <listitem>
45       <para><xref linkend="filters-light-and-shadow"/></para>
46     </listitem>
47     <listitem>
48       <para><xref linkend="filters-noise"/></para>
49     </listitem>
50     <listitem>
51       <para><xref linkend="filters-edge"/></para>
52     </listitem>
53     <listitem>
54       <para><xref linkend="filters-generic"/></para>
55     </listitem>
56     <listitem>
57       <para><xref linkend="filters-combine"/></para>
58     </listitem>
59     <listitem>
60       <para><xref linkend="filters-artistic"/></para>
61     </listitem>
62     <listitem>
63       <para><xref linkend="filters-decor"/></para>
64     </listitem>
65     <listitem>
66       <para><xref linkend="filters-map"/></para>
67     </listitem>
68     <listitem>
69       <para><xref linkend="filters-render"/></para>
70     </listitem>
71     <listitem>
72       <para><xref linkend="filters-web"/></para>
73     </listitem>
74     <listitem>
75       <para><xref linkend="filters-animation"/></para>
76     </listitem>
77   </itemizedlist>
79   <sect2>
80     <title>Preview</title>
81     <para>
82       Most filters have a Preview where changes in the image are displayed, in
83       real time (if the <quote>Preview</quote> option is checked), before
84       being applied to the image.
85     </para>
86     <figure>
87       <title>Preview submenu</title>
88       <mediaobject>
89         <imageobject>
90           <imagedata format="PNG"
91             fileref="images/filters/preview-submenu.png"/>
92         </imageobject>
93         <caption>
94           <para>
95             Right clicking on the Preview window opens a submenu which lets
96             you set the Style and the Size of checks representing
97             transparency.
98           </para>
99         </caption>
100       </mediaobject>
101     </figure>
102   </sect2>
103 </sect1>