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
|
<?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>2. Blur 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="ch06.html" title="Chapter 6. Filters" />
<link rel="prev" href="ch06.html" title="Chapter 6. Filters" />
<link rel="next" href="ch06s02s02.html" title="2.2. Blur" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">2. Blur filters</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch06.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">2. Blur filters</th>
<td width="20%" align="right"> <a accesskey="n" href="ch06s02s02.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="filters-blur"></a>2. Blur filters</h2>
</div>
</div>
</div>
<a id="id3345698" class="indexterm"></a>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="filters-blur-introduction"></a>2.1. Blur filters introduction</h3>
</div>
</div>
</div>
<a id="id3356017" class="indexterm"></a>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/filters/examples/blur-demo-orig.png" />
<div class="caption">
<p>
Original for demo
</p>
</div>
</div>
</div>
<p>
This is a set of filters that blur images, or parts of them,
in various ways. If there is a selection, only the selected parts
of an image will be blurred. There may, however, be some leakage
of colors from the unblurred area into the blurred area. To help
you pick the one you want, we will illustrate what each does when
applied to the image shown at right. These are, of course, only
examples: most of the filters have parameter settings that allow
you to vary the magnitude or type of blurring.
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/filters/examples/blur-demo-gauss10.png" />
<div class="caption">
<p>
Gaussian blur (radius 10)
</p>
</div>
</div>
</div>
<p>
The most broadly useful of these is the Gaussian blur. (Don't let
the word "Gaussian" throw you: this filter makes an image blurry
in the most basic way.) It has an efficient implementation that
allows it to create a very blurry blur in a relatively short
time.
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/filters/examples/blur-demo-blur.png" />
<div class="caption">
<p>
Simple blur
</p>
</div>
</div>
</div>
<p>
If you only want to blur the image a little bit--to
soften it, as it were--you might use the simple "Blur" filter. In
Gimp 2.2 this runs automatically, without creating a dialog. The
effect is subtle enough that you might not even notice it, but you
can get a stronger effect by repeating it. In Gimp 2.0 the filter
shows a dialog that allows you to set a "repeat count".
If you want a strong blurring effect, this filter
is too slow to be a good choice: use a Gaussian blur instead.
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/filters/examples/blur-demo-selective.png" />
<div class="caption">
<p>
Selective blur
</p>
</div>
</div>
</div>
<p>
The Selective Blur filter allows you to set a threshold so that
only pixels that are similar to each other are blurred together.
It is often useful as a tool for reducing graininess in photos
without blurring sharp edges. (In the example, note that the
graininess of the background has been reduced.) The
implementation is much slower
than a Gaussian blur, though, so you should not use it unless you
really need the selectivity.
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/filters/examples/blur-demo-pixelize.png" />
<div class="caption">
<p>
Pixelize
</p>
</div>
</div>
</div>
<p>
The Pixelize filter produces the well-known "Abraham Lincoln"
effect by turning the image into a set of large square pixels.
(The <a href="ch06s11s07.html" title="11.7. Oilify">Oilify</a> filter, in
the Artistic Filters group, has a similar effect, but with
irregular blobs instead of perfectly square pixels.)
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/filters/examples/blur-demo-mblur.png" />
<div class="caption">
<p>
Motion blur
</p>
</div>
</div>
</div>
<p>
The Motion Blur filter blurs in a specific direction at each
point, which allows you to create a sense of motion: either
linear, radial, or rotational.
</p>
<p>
Finally, the Tileable Blur filter is really the same thing as a
Gaussian blur, except that it wraps around the edges of an image
to help you reduce edge effects when you create a pattern by
tiling multiple copies of the image side by side.
</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>
Tileable Blur is actually implemented by a Script-Fu script that
invokes the Gaussian blur plug-in.
</p>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch06.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch06.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch06s02s02.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 6. Filters </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 2.2. Blur</td>
</tr>
</table>
</div>
</body>
</html>
|