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
|
<?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>4.2. QuickMask</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="ch02s04.html" title="4. Working with Images" />
<link rel="prev" href="ch02s04.html" title="4. Working with Images" />
<link rel="next" href="ch02s04s03.html" title="4.3. Layers" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">4.2. QuickMask</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">4.2. QuickMask</th>
<td width="20%" align="right"> <a accesskey="n" href="ch02s04s03.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-image-window-qmask-button"></a>4.2. QuickMask</h3>
</div>
</div>
</div>
<a id="id3307631" class="indexterm"></a>
<div class="mediaobject">
<img src="../images/dialogs/dialogs-channel-quickmask.png" />
</div>
<p>
The <a href="ch03s02.html" title="2. Selection Tools">selection tools</a>
sometimes show their limits when they have to be used for creating a
complex selection. In these cases, using the QuickMask can make
things much easier. Simply put, the QuickMask allows you to paint a
selection instead of just tracing its outline.
</p>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3307770"></a>Overview</h4>
</div>
</div>
</div>
<p>
Normally when you create a selection in Gimp, you see it
represented by the "marching ants" that trace along its
outline. But really there may be a lot more to a
selection than the marching ants show you: in Gimp a
selection is actually a full-fledged grayscale channel,
covering the image, with pixel values ranging from 0
(unselected) to 256 (fully selected). The marching ants
are drawn along a contour of half-selected pixels. Thus,
what the marching ants show you as either-or–inside or
outside the boundary–is really just a slice through a
continuum.
</p>
<p>
The QuickMask is Gimp's way of showing you the full
structure of the selection. Activating it also gives you
the ability to interact with the selection in new, and
substantially more powerful, ways. To activate the
QuickMask, click on the small red-outlined button at the
lower left of the image window. The button is a toggle,
so clicking it again will return you to normal
marching-ant mode. You can also activate the QuickMask by
selecting in the image
window menu
<span class="guimenu">Select</span>-><span class="guimenuitem">Toggle QuickMask</span>,
or by using
the <span><b class="keycap">Shift+Q</b></span> shortcut.
</p>
<p>
Activating the QuickMask shows you the selection as though
it were a translucent screen overlying the image, whose
transparency at each pixel indicates the degree to which
that pixel is selected. By default the mask is shown in
red, but you can change this if another mask color would
be more convenient. The less a pixel is selected, the
more it is obscured by the mask. Fully selected pixels
are shown completely clear.
</p>
<p>
When you are in QuickMask mode, many image manipulations
act on the selection channel rather than the image
itself. This includes, in particular, paint tools.
Painting with white causes the painted pixels to be
selected; painting with black causes them to be
unselected. You can use any of the paint tools, as well
as the bucket fill and gradient fill tools, in this way.
Advanced users of the Gimp learn that "painting the
selection" is the easiest and most effective way to
delicately manipulate it.
</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>
To save in a channel the selection done with the Quickmask
select in the image menu
<span class="guimenuitem">Select/Save to Channel</span>
</p>
</td>
</tr>
</table>
</div>
<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>
When QuickMask is active, Cut and Paste act on the
selection rather than the image. You can sometimes make
use of this as the most convenient way of transferring a
selection from one image to another.
</p>
</td>
</tr>
</table>
</div>
<p>
You can learn more on <a href="ch04s03s05.html" title="3.5. Quick Mask">Quickmask</a> and <a href="ch04s03s04.html" title="3.4. Selection masks">Selection masks</a> in
the section dedicated to the channel dialog.
</p>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3308783"></a>Properties</h4>
</div>
</div>
</div>
<p>
There are two QuickMask properties you can change by
right-clicking on the QuickMask button.
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
Normally the QuickMask shows unselected areas "fogged
over" and selected areas "in clear", but you can reverse
this by choosing "Mask Selected Areas" instead of the
default "Mask Unselected Areas".
</p>
</li>
<li>
<p>
By choosing "Configure Color and Opacity", you can bring
up a dialog that allows you to set these to values other
than the defaults, which are red at 50% opacity.
</p>
</li>
</ul>
</div>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3308875"></a>Usage</h4>
</div>
</div>
</div>
<p></p>
<div class="procedure">
<ol type="1">
<li>
<p>
Open an image or begin a new document;
</p>
</li>
<li>
<p>
Activate the Quickmask using the left-bottom button in the
image window. If a selection is present the mask is
initialized with the content of the selection;
</p>
</li>
<li>
<p>
Choose any drawing tool and use it with greyscale colors on
the QuickMask;
</p>
</li>
<li>
<p>
Toggle off the Quickmask using the left-bottom button in
the image window;
</p>
</li>
</ol>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch02s04.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch02s04s03.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">4. Working with Images </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 4.3. Layers</td>
</tr>
</table>
</div>
</body>
</html>
|