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 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399
|
<?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>3. Brush Tools</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="ch03.html" title="Chapter 3. Toolbox" />
<link rel="prev" href="ch03s02s07.html" title="2.7. Scissors Tool" />
<link rel="next" href="ch03s03s02.html" title="3.2. Painting Tools (Pencil, Paintbrush, Airbrush)" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">3. Brush Tools</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch03s02s07.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">3. Brush Tools</th>
<td width="20%" align="right"> <a accesskey="n" href="ch03s03s02.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-tools-paint"></a>3. Brush Tools</h2>
</div>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-tool-brush"></a>3.1. Common Features</h3>
</div>
</div>
</div>
<a id="id3321866" class="indexterm"></a>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/toolbox/brush-tools.png" />
<div class="caption">
<p>
The Brush tools
</p>
</div>
</div>
</div>
<p>
The GIMP Toolbox includes nine "brush tools", all grouped together
at the bottom (in the default arrangement). The feature they all
have in common is that all of them are used by moving the pointer
across the image display, creating brushstrokes. Four of them – the
Pencil, Paintbrush, Airbrush, and Ink tools – behave like the
intuitive notion of "painting" with a brush. The others use a brush
to modify an image in some way rather than paint on it: the Eraser
erases; the Clone tool copies from a pattern or image; the Convolve
tool blurs or sharpens; the Dodge/Burn tool lightens or darkens; and
the Smudge tool smears.
</p>
<p>
The advantages of using GIMP with a tablet instead of a mouse
probably show up more clearly for brush tools than anywhere else:
the gain is fine control is invaluable. These tools also have
special "Pressure sensitivity" options that are only usable with a
tablet.
</p>
<p>
In addition to the more common "hands-on" method, it is
possible to apply brush tools in an automated way, by creating a
selection or path and then "stroking" it. You can choose to
stroke with any of the brush tools, including nonstandard ones
such as the Eraser, Smudge tool, etc., and any options you set for
the tool will be applied. See the section on <a href="ch02s04s13.html" title="4.13. Stroking a Selection or Path">Stroking</a> for more information.
</p>
<p>
Brush tools work not only on image layers, but on other types of
drawable objects as well: layer masks, channels, and the
selection. To apply a brush tool to a layer mask or channel,
simply make it the image's active drawable by clicking on it in
the Layers dialog or Channels dialog. To apply a brush tool to
the selection, switch to <a href="ch04s03s05.html" title="3.5. Quick Mask">QuickMask</a> mode. "Painting the
selection" in this way is a very
powerful method for efficiently creating precise selections.
</p>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3322051"></a>Key modifiers</h4>
</div>
</div>
</div>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
<span><b class="keycap">Ctrl</b></span>:
Holding down the Ctrl key has a special effect on every
brush tool except the ink tool. For the Pencil, Paintbrush,
Airbrush, Eraser, and Smudge tools, it switches them
into "color picker" mode, so that clicking on an image pixel
causes GIMP's foreground to be set to the active layer's
color at that point (or, for the Eraser, GIMP's background
color). For the Clone tool, the Ctrl key switches it into a
mode where clicking sets the reference point for copying.
For the Convolve tool, the Ctrl key switches between
blur and sharpen modes; the the Dodge/Burn tool, it switches
between dodging and burning.
</p>
</li>
<li>
<p>
<span><b class="keycap">Shift</b></span>:
Holding down the Shift key has the same effect on all brush
tools: it places the tool into <span class="emphasis"><em>straight
line</em></span> mode. To create a straight line with any of
the brush tools, first click on the starting point,
<span class="emphasis"><em>then</em></span> press the Shift key. As long as
you hold it down, you will see a thin line connecting the
previously clicked point with the current pointer location.
If you click again, while continuing to hold down the Shift
key, a straight line will be rendered. You can continue
this process to create a series of connected line segments.
</p>
</li>
<li>
<p>
<span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>:
Holding down both keys puts the tool into
<span class="emphasis"><em>constrained straight line</em></span> mode. This
is similar to the effect of the Shift key alone, except
that the orientation of the line is constrained to the
nearest multiple of 15 degrees. Use this if you want to
create perfect horizontal, vertical, or diagonal lines.
</p>
</li>
</ul>
</div>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3322229"></a>Tool Options</h4>
</div>
</div>
</div>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/toolbox/tool-options-brushcommon.png" />
<div class="caption">
<p>
Tool Options shared by all brush tools
</p>
</div>
</div>
</div>
<p>
Many tool options are shared by several brush tools: these are
described here. Options that apply only to one specific tool,
or to a small number of tools, are described in the sections
devoted to those tools.
</p>
<div class="variablelist">
<dl>
<dt>
<span class="term">Opacity</span>
</dt>
<dd>
<p>
The Opacity slider sets the transparency level for the brush
operation. To understand how it works, imagine that instead
of altering the active layer, the tool creates a transparent
layer above the active layer and acts on that layer.
Changing Opacity in the Tool Options has the same effect
that changing opacity in the Layers dialog would have in the
latter situation. It controls the "strength" of all brush
tools, not just those that paint on the active layer. In
the case of the Eraser, this can come across as a bit
confusing: it works out that the higher the "opacity" is,
the more transparency you get.
</p>
</dd>
<dt>
<span class="term">Mode</span>
</dt>
<dd>
<p>
The Mode dropdown list provides a selection of paint application
modes; a list of modes can be found in the
glossary. As with the opacity, the easiest way to understand
what the Mode setting does is to imagine that the paint is
actually applied to a layer above the layer you are working on, with the layer
combination mode in the Layers dialog set to the selected
mode. You can obtain a great variety of special effects in
this way. The Mode option is only usable for tools that can
be thought of as adding color to the image: the Pencil,
Paintbrush, Airbrush, Ink, and Clone tools. For the other
brush tools, the option appears for the sake of consistency
but is always grayed out.
</p>
</dd>
<dt>
<span class="term">Brush</span>
</dt>
<dd>
<p>
The brush determines how much of the image is affected by
the tool, and how it is affected, when you trace out a
brushstroke with the pointer. GIMP allows you to use
several different types of brushes, which are described in
the <a href="ch02s04s08.html" title="4.8. Brushes">Brushes</a> section. The
same brush choices are available for all brush tools except
the Ink tool, which uses a unique type of procedurally
generated brush. The colors of a brush only come into play
for tools where they are meaningful: the Pencil,
Paintbrush, and Airbrush tools. For the other brush tools,
only the intensity distribution of a brush is relevant.
</p>
</dd>
<dt>
<span class="term">Pressure Sensitivity</span>
</dt>
<dd>
<p>
The Pressure Sensitivity section is only meaningful if you
are using a tablet: it allows you to decide which aspects
of the tool's action should be affected by how hard you
press the stylus against the tablet. The possibilities are
"opacity", "hardness", "rate", "size", and "color". They
work together: you can enable as many of them as you like.
For each tool, only the ones that are meaningful are listed.
Here is what they do:
</p>
<div class="variablelist">
<dl>
<dt>
<span class="term">Opacity</span>
</dt>
<dd>
<p>
The effect of this option is described above.
</p>
</dd>
<dt>
<span class="term">Hardness</span>
</dt>
<dd>
<p>
This option applies to brushes with fuzzy edges. If it
is enabled, the harder you press, the darker the fuzzy
parts of the brush will appear.
</p>
</dd>
<dt>
<span class="term">Rate</span>
</dt>
<dd>
<p>
This option applies to the Airbrush, Convolve tool, and
Smudge tool, all of which have time-based effects.
Pressing harder makes these tools act more rapidly.
</p>
</dd>
<dt>
<span class="term">Size</span>
</dt>
<dd>
<p>
This option applies to all of the pressure sensitive
brush tools, but only if you are using a parametric
brush, that is, a brush created using the Brush Editor.
If the option is checked, and the brush is parametric,
then pressing harder will increase the size of the area
affected by the brush.
</p>
</dd>
<dt>
<span class="term">Color</span>
</dt>
<dd>
<p>
This option only applies to the painting tools: the
Pencil, Paintbrush, and Airbrush; and only if you are
using colors from a gradient. If these conditions are
met, then pressing harder causes colors to be taken from
higher in the gradient.
</p>
</dd>
</dl>
</div>
</dd>
<dt>
<span class="term">Fade Out</span>
</dt>
<dd>
<p>
This option causes each stroke to fade out over the specified
distance. It is easiest to visual for painting tools, but
applies to all of the brush tools. It is equivalent to
gradually reducing the opacity along the trajectory of the
stroke. Note that, if you are using a tablet, this option
does not change the effects of brush pressure.
</p>
</dd>
<dt>
<span class="term">Incremental</span>
</dt>
<dd>
<p>
The Incremental checkbox activates incremental mode for the
tool. If it is deactivated, the maximum effect of a single
stroke is determined by the opacity, and moving the brush
repeatedly over the same spot will not increase the effect
beyond this limit. If Incremental is active, each
additional pass with the brush will increase the effect.
This option is available for all brush tools except those
that have a "rate" control, which automatically implies an
incremental effect.
</p>
</dd>
<dt>
<span class="term">Hard Edge</span>
</dt>
<dd>
<p>
Activating this option causes fuzzy brushes to be treated as
though they were black-and-white, and inactivates sub-pixel
anti-aliasing. The consequence is that all pixels affected
by the tool are affected to the same degree. This is often
useful if you work at a very high zoom level, and want to
have precise control of every single pixel.
</p>
<p>
"Hard edge" is available for all brush tools except
the painting tools (Pencil, Paintbrush, and Airbrush),
where it would be redundant, because giving a hard edge to
the Paintbrush or Airbrush would simply make them behave
like the Pencil tool.
</p>
</dd>
</dl>
</div>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3321999"></a>Further Information</h4>
</div>
</div>
</div>
<p>
Advanced users may be interested to know that brush tools
actually operate at a sub-pixel level, in order to avoid
producing jagged-looking results. One consequence of this is
that even if you work with a hard-edged brush, such as one of
the Circle brushes, pixels on the edge of the brushstroke will
only be partially affected. If you need to have all-or-nothing
effects (which may be necessary for getting a good selection, or
for cutting and pasting, or for operating pixel-by-pixel at a
high zoom level), there are two things you can do: (1)
for painting, use the Pencil tool, which makes all brushes
perfectly hard and disables sub-pixel anti-aliasing, or (2) for
other types of brush tools, check the "Hard edge"
box in the Tool Options.
</p>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch03s02s07.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch03.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch03s03s02.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">2.7. Scissors Tool </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 3.2. Painting Tools (Pencil, Paintbrush, Airbrush)</td>
</tr>
</table>
</div>
</body>
</html>
|