File: ch03s02.html

package info (click to toggle)
gimp-help 2%2B0.7-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 30,852 kB
  • ctags: 4
  • sloc: xml: 104,248; sh: 544; makefile: 262; perl: 42
file content (372 lines) | stat: -rw-r--r-- 14,941 bytes parent folder | download
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
<?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. Selection 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="&#10;      &#10;    " />
    <link rel="up" href="ch03.html" title="Chapter 3. Toolbox" />
    <link rel="prev" href="ch03.html" title="Chapter 3. Toolbox" />
    <link rel="next" href="ch03s02s02.html" title="2.2. Rectangle Selection Tool" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">2. Selection Tools</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">2. Selection Tools</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch03s02s02.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-selection"></a>2. Selection 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-select"></a>2.1. Common Features</h3>
            </div>
          </div>
        </div>
        <a id="id3319394" class="indexterm"></a>
        <p>
    Selection tools are designed to select regions
    from images or layers so you can work on them without affecting
    the unselected areas.  Each tool has its own individual
    properties, but the selection tools also share a number of options
    and features in common.  These common features are described here;
    the variations are explained in the following sections for
    each tool specifically.  If you need help with what a "selection" is
    in Gimp, and how it works, see <a href="ch02s04s04.html" title="4.4. The Selection">
    Selection</a>.
  </p>
        <p>
    There are six selection tools:
  </p>
        <div class="itemizedlist">
          <ul type="disc">
            <li>
              <p>
        Rectangle Select
      </p>
            </li>
            <li>
              <p>
        Ellipse Select
      </p>
            </li>
            <li>
              <p>
        Free Select (the Lasso)
      </p>
            </li>
            <li>
              <p>
        Select Contiguous Regions (the Magic Wand)
      </p>
            </li>
            <li>
              <p>
        Select by Color
      </p>
            </li>
            <li>
              <p>
        Select Shapes from Image (Intelligent Scissors)
      </p>
            </li>
          </ul>
        </div>
        <p>
    In some ways the Path tool can also be thought of as a selection
    tool:  any closed path can be converted into a selection.  It also
    can do a great deal more, though, and does not share the same set
    of options with the other selection tools.
  </p>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3319641"></a>Key modifiers (Defaults)</h4>
              </div>
            </div>
          </div>
          <p>
      The behavior of selection tools is modified if you hold down the
      <span><b class="keycap">Ctrl</b></span>, <span><b class="keycap">Shift</b></span>, and/or
      <span><b class="keycap">Alt</b></span> keys while you use them.  
    </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>
        Advanced users find the modifier keys very valuable, but novice
        users often find them confusing.  Fortunately, it is possible
        for most purposes to use the Mode buttons (described below)
        instead of modifier keys.  
      </p>
                </td>
              </tr>
            </table>
          </div>
          <div class="variablelist">
            <dl>
              <dt>
                <span class="term">
                  <span>
                    <b class="keycap">Ctrl</b>
                  </span>
                </span>
              </dt>
              <dd>
                <p>
            Holding <span><b class="keycap">Ctrl</b></span> while creating a selection can
            have as many as two effects simultaneously. The first effect
            is variable depending on which tool you are using: see the
            individual tool's documentation for this.  The second
            effect, is common to all selection tools: it puts the tool
            into subtraction mode, so that the region you trace out is
            <span class="emphasis"><em>subtracted</em></span> from the pre-existing
            selection.  If you only want one of these actions to take
            place, you can release the <span><b class="keycap">Ctrl</b></span> key prior
            to releasing the <span class="mousebutton">mouse button</span>.
            Doing so will leave the selection in subtraction mode, but
            not perform the tool-specific action.
          </p>
              </dd>
              <dt>
                <span class="term">
                  <span>
                    <b class="keycap">Alt</b>
                  </span>
                </span>
              </dt>
              <dd>
                <p>
            Holding <span><b class="keycap">Alt</b></span> will allow movement of the
            current selection (only its frame, not its content). If the
            whole image is moved instead of the selection only, try
            <span><b class="keycap">Shift+Alt</b></span>.  Note that the
            <span><b class="keycap">Alt</b></span> key is sometimes intercepted by the
            windowing system (meaning that Gimp never knows that it was
            pressed), so this may not work for everybody.
          </p>
              </dd>
              <dt>
                <span class="term">
                  <span>
                    <b class="keycap">Shift</b>
                  </span>
                </span>
              </dt>
              <dd>
                <p>
            As with the <span><b class="keycap">Ctrl</b></span> key, holding down
            <span><b class="keycap">Shift</b></span> while creating a selection can have
            two distinct effects.  The first varies according to which
            tool is used, but it generally involves constraining the
            tool in some way:  for example, it constrains the
            rectangle-select tool to select a
            <span class="emphasis"><em>square</em></span> region.  The second effect is to
            change the selection mode to "addition", so that the region
            traced out is added to the pre-existing selection.If you
            require only one of these actions to take place, you can
            release the <span><b class="keycap">Shift</b></span> key prior to releasing
            the <span class="mousebutton">mouse button</span>. Doing so will
            leave the selection in addition mode, but without any
            constraints.
          </p>
              </dd>
              <dt>
                <span class="term"><span><b class="keycap">Ctrl</b></span>+<span><b class="keycap">Shift</b></span></span>
              </dt>
              <dd>
                <p>
            Using
            <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>
              together can do a variety of things, depending on which
              tool is used.  Common to all selection tools is that the
              selection mode will be switched to intersection, so that
              after the operation is finished, the selection will
              consist of the intersection of the region traced out with
              the pre-existing selection. It is an exercise for the
              reader to play with the various combinations available
              when performing selections while holding <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>
              and releasing either both or either prior to releasing the
              <span class="mousebutton">mouse button</span>.
          </p>
              </dd>
            </dl>
          </div>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3320027"></a>Options</h4>
              </div>
            </div>
          </div>
          <p>
      Here we describe the tool options that apply to all selection
      tools:  options that apply only to some tools, or that affect
      each tool differently, are described in the sections devoted
      to the individual tools.  The current settings for these
      options can be seen in the Tool Options dialog, which you
      should always have visible when you are using tools.  (Most
      users keep it docked directly below the Toolbox.)  To make the
      interface consistent, the same options are presented for all
      selection tools, even though some of them don't have any
      effect for some of the tools.
    </p>
          <div class="variablelist">
            <dl>
              <dt>
                <span class="term">Mode</span>
              </dt>
              <dd>
                <p>
          This determines the way that the selection you create
          is combined with any pre-existing selection.  Note
          that the functions performed by these buttons can be
          duplicated using modifier keys, as described above.  For
          the most part, advanced users use the modifier keys; novice
          users find the mode buttons easier.
        </p>
                <p>
          </p>
                <div class="mediaobject">
                  <img src="../images/tool-options/rectsel-mode-replace.png" />
                </div>
                <p>
          Replace mode will cause any existing selection to be destroyed
          or replaced when the new selection is created.
        </p>
                <p>
          </p>
                <div class="mediaobject">
                  <img src="../images/tool-options/rectsel-mode-add.png" />
                </div>
                <p>
          Add mode will cause the new selection to be added to any
          existing selection regions.
        </p>
                <p>
          </p>
                <div class="mediaobject">
                  <img src="../images/tool-options/rectsel-mode-subtract.png" />
                </div>
                <p>
          Subtract mode will remove the new selection area from any
          existing selection regions.
        </p>
                <p>
          </p>
                <div class="mediaobject">
                  <img src="../images/tool-options/rectsel-mode-intersect.png" />
                </div>
                <p>
          Intersection mode will make a new selection from the area
          where the existing selection region and the new selection region
          overlap. 
        </p>
              </dd>
              <dt>
                <span class="term">Antialiasing</span>
              </dt>
              <dd>
                <p>
          This option only affects a few of the selection tools:  it
          causes the boundary of the selection to be drawn more
          smoothly. 
        </p>
              </dd>
              <dt>
                <span class="term">Feather Edges</span>
              </dt>
              <dd>
                <p>
          This options allows the boundary of the selection to be
          blurred, so that points near the boundary are only partially
          selected.  For further information regarding feathering, see
          the glossary entry 
          <a href="go01.html#glossary-feathering">Feathering</a>.
        </p>
              </dd>
            </dl>
          </div>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3319830"></a>Additional information</h4>
              </div>
            </div>
          </div>
          <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> 
      When moving a selection beyond the boundaries of the image canvas,
      the selection will be cropped to the image area. Selections can
      exist on the visible canvas only. Selection movements and changes
      are, however, kept in the undo buffer should you need to repair an
      error.
      </p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch03.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="ch03s02s02.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Chapter 3. Toolbox </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 2.2. Rectangle Selection Tool</td>
        </tr>
      </table>
    </div>
  </body>
</html>