1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>9. Filters</title>
<link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
<link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
<link rel="start" href="index.html" title=" " />
<link rel="up" href="ch05.html" title="Chapter 5. Menus" />
<link rel="prev" href="ch05s08.html" title="8. Tools" />
<link rel="next" href="ch06.html" title="Chapter 6. Filters" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">9. Filters</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch05s08.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">9. Filters</th>
<td width="20%" align="right"> <a accesskey="n" href="ch06.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="gimp-imagewindow-menus-filters"></a>9. Filters</h2>
</div>
</div>
</div>
<a id="id3355324" class="indexterm"></a>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/menus/menus-filters.png" />
<div class="caption">
<p>
The Filters menu
</p>
</div>
</div>
</div>
<p>
In GIMP terminology, a <span class="emphasis"><em>filter</em></span> is a plug-in
that modifies the appearance of an image, in most cases just the
active layer of the image. Not all of the entries in this menu
meet that definition, however: the word "filter" is often abused
to mean any plug-in regardless of what it does. Indeed, some of
the things you will find in this menu do not modify images at
all.
</p>
<p>
With the exception of the top three items, all of the entries in
this menu are provided by plug-ins. Each plug-in decides for
itself where it would like its menu entry to be placed.
Therefore, the appearance of this menu can be completely different
for each user. In practice, though, the appearance does not vary
all that much, because most plug-ins come with GIMP when it is
installed, and of course they are always in the same places in the
menu.
</p>
<p>
Plug-ins are not restricted only to the Filters menu: a plug-in
can request to be placed in any menu. Indeed, a number of GIMP's
basic functions (for example, "Semi-flatten" in the Layer menu) are
implemented by plug-ins. But the Filters menu is the default place
for a plug-in to locate itself.
</p>
<p>
For general information on plug-ins and how to use them, see the
section on <a href="ch02s08.html" title="8. Plugins">Plugins</a>.
Information on the filters that are provided with GIMP can be
found in the <a href="ch06.html" title="Chapter 6. Filters">Filters</a> chapter. For
filters you install yourself, you will of course have to obtain
information elsewhere.
</p>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-filter-repeat"></a>Repeat Last</h3>
</div>
</div>
</div>
<p>
This command can be accessed from an image menubar as
<span class="guimenu">Filters</span>-><span class="guimenuitem">Repeat "<i class="replaceable"><tt>filter</tt></i>"</span>,
or by using the keyboard shortcut
<span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">F</b></span>.
</p>
<p>
"Repeat Last" repeats the most recently executed plugin, using
the same settings at the last time it was run. It does not show
a dialog or request confirmation.
</p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[Note]" src="../images/note.png" />
</td>
<th align="left">Note</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
It is important to realize that this command repeats the most
recently executed <span class="emphasis"><em>plugin</em></span>, regardless of
whether it can be found in the Filters menu.
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-filter-reshow"></a>Re-show Last</h3>
</div>
</div>
</div>
<p>
This command can be accessed from an image menubar as
<span class="guimenu">Filters</span>-><span class="guimenuitem">Re-show "<i class="replaceable"><tt>filter</tt></i>"</span>,
or by using the keyboard shortcut
<span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>-<span><b class="keycap">F</b></span>.
</p>
<p>
"Re-show Last" interactively runs the most recently executed
plugin. If the plugin is one that uses a dialog window, it does
so here, with the settings initialized to the values you used
the last time you ran the plugin. (Assuming the plugin is
correctly programmed, that is.)
</p>
<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[Tip]" src="../images/tip.png" />
</td>
<th align="left">Tip</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
It is very common, especially for plugins that lack a preview,
to have to adjust parameters several times before the results
are satisfactory. The most efficient way to do this is to
memorize the keyboard shortcuts for "undo" followed by "re-show
last":
<span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Z</b></span>
followed by
<span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>-<span><b class="keycap">F</b></span>.
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id3355590"></a>Reset All Filters</h3>
</div>
</div>
</div>
<p>
This command can be accessed from an image menubar as
<span class="guimenu">Filters</span>-><span class="guimenuitem">Reset All Filters...</span>.
</p>
<p>
Normally, each time you run an interactive plugin, the dialog
comes up with settings initialized to the values you used the
last time you ran it. Sometimes this can be very annoying, if
you mess up the values and don't remember what they were
originally. One way to recover is to exit from GIMP and start
again, but this command provides a slightly less desperate
solution: it resets the values for <span class="emphasis"><em>all</em></span>
plugins to their defaults. Because it is a dramatic step, it
asks you to confirm that you really want to do it. Be careful:
this command is not undoable.
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch05s08.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch05.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch06.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">8. Tools </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Chapter 6. Filters</td>
</tr>
</table>
</div>
</body>
</html>
|