File: ch02s03s03.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 (329 lines) | stat: -rw-r--r-- 15,182 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
<?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.3. Image Window</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="ch02s03.html" title="3. Basic Gimp Usage" />
    <link rel="prev" href="ch02s03s02.html" title="3.2. The Main Toolbox" />
    <link rel="next" href="ch02s03s04.html" title="3.4. Dialogs and Docking" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">3.3. Image Window</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch02s03s02.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">3.3. Image Window</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch02s03s04.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"></a>3.3. Image Window</h3>
          </div>
        </div>
      </div>
      <a id="id3306005" class="indexterm"></a>
      <div class="mediaobjectco">
        <img src="../images/using/imagewindow-description.png" />
      </div>
      <p>
    In Gimp, each image that you have open is displayed in its own
    separate window.  (In some cases, multiple windows may all
    display the same image, but this is unusual.)  We will begin
    with a brief description of the components that are present by
    default in an ordinary image window.  Some of these, in fact,
    can be made to disappear using commands in the <a href="ch05s05.html" title="5. View">View</a> menu; but
    you will probably find that you don't want to do that.  
  </p>
      <div class="calloutlist">
        <table border="0" summary="Callout list">
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/1.png" alt="1" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Title Bar: </b>
          At the top of the image window you will probably see a title bar,
          showing the name of the image and some basic information about
          it.  The title bar is actually provided by the windowing system,
          not by Gimp itself, so its appearance may vary with different
          operating systems, window managers, and/or themes.  In the <a href="ch04s18.html" title="18. Preferences">Preferences dialog</a> you can
          customize the information that appears here, if you want to.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/2.png" alt="2" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Image Menu: </b>
          Directly below the title bar appears the Image Menu (unless it
          has been suppressed).  This menu gives you access to nearly every
          operation you can perform on an image.   (There are some "global"
          actions that can only be accessed via the Toolbox menu.)  You can
          also get the Image Menu by right-clicking inside the
          image<sup>[<a id="id3307076" href="#ftn.id3307076">1</a>]</sup>, or by
          left-clicking on the little "arrow" symbol in the upper left
          corner, if for some reason you find one of these more convenient.
          More: most menu operations can also be activated from the
          keyboard, using Alt plus an "accelerator" key underlined in the
          menu title. More: you can define your own custom shortcuts for
          menu actions, if you enable <a href="ch04s18s04.html" title="18.4. Interface">Use Dynamic Keyboard
          Shortcuts</a> in the Preferences dialog.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/3.png" alt="3" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Menu Button: </b>
          Clicking on this little button gives you the Image Menu, except
          in a column instead of a row.  Mnemonics users who don't want the
          menu bar visible can acces to this menu by pressing the
          <span><b class="keycap">Shift F10</b></span> key.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <a id="gimp-image-window-ruler"></a>
              <img src="../images/callouts/4.png" alt="4" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Ruler: </b>
          In the default layout, rulers are shown above and to the left of
          the image, indicating coordinates within the image.  You can
          control what type of coordinates are shown if you want to.  By
          default, pixels are used, but you can change to other units,
          using the Units setting described below.
        </p>
              <p>
        One of the most important uses of rulers is to create
        <span class="emphasis"><em>guides</em></span>.  If you click on a ruler and drag into
        the image display, a guideline will be created, which you can use
        to help you position things accurately.  Guides can be moved by
        clicking on them and dragging, or deleted by dragging them out of
        the image display.
      </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/5.png" alt="5" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>QuickMask Toggle: </b>
          At the lower left corner of the image display is a small button
          that toggles on or off the Quick Mask, which is an alternate, and
          often extremely useful, way of viewing the selected area within
          the image. For more details see <a href="ch04s03s05.html" title="3.5. Quick Mask">QuickMask</a>.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/6.png" alt="6" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Pointer coordinates: </b>
          In the lower left corner of the window is a rectangular area used
          to show the current pointer coordinates (that is, the mouse
          location, if you are using a mouse), whenever the pointer is
          within the image boundaries.  The units are the same as for the
          rulers.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/7.png" alt="7" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Units menu: </b>
          (This feature is new in Gimp 2.2; it does not appear in Gimp
          2.0).  By default, the units used for the rulers and several
          other purposes are pixels.  You can change to inches, cm, or
          several other possibilities using this menu.  (If you do, note
          that the setting of "Dot for dot" in the View menu affects how
          the display is scaled:  see <a href="ch05s05s02.html" title="5.2. Dot for Dot">Dot for Dot</a> for more
          information.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <a id="gimp-image-window-zoom"></a>
              <img src="../images/callouts/8.png" alt="8" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Zoom button: </b>
          (This feature is new in Gimp 2.2; it does not appear in Gimp
          2.0).  There are a number of ways to zoom the image in or out,
          but this menu is perhaps the simplest.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <a id="gimp-image-window-status-bar"></a>
              <img src="../images/callouts/9.png" alt="9" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Status Area: </b>
          The Status Area appears below the image display.  Most of the
          time, by default, it shows which part of the image is currently
          active, and the amount of system memory that the image is
          consuming.  You can customize the information that appears here,
          by changing your Preferences.  When you perform time-consuming
          operations, the status area changes temporarily to show what
          operation is being performed, and its state of progress.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">
              <img src="../images/callouts/10.png" alt="10" border="0" />
            </td>
            <td valign="top" align="left">
              <p><b>Cancel Button: </b>
          At the lower right corner of the window appears the Cancel
          button. If you start a complex, time-consuming operation (most
          commonly a plug-in), and then decide, while it is being computed,
          that you didn't really want to do it after all, this button will
          cancel it immediately.
        </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>
          There are a few plug-ins that respond badly to being canceled,
          possibly leaving corrupted pieces of images behind.
        </p>
                    </td>
                  </tr>
                </table>
              </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>
          Il y a quelques greffons qui répondent mal à l'arrêt et peuvent
          corrompre des morceaux d'image.
        </p>
                    </td>
                  </tr>
                </table>
              </div>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left"><a id="gimp-image-window-nav-button"></a>(11)</td>
            <td valign="top" align="left">
              <p><b>Navigation control: </b>
          This is a small cross-shaped button at the lower right corner of
          the image display.  Clicking on it, and holding the left mouse
          button down, brings up a window showing a miniature view of the
          image, with the displayed area outlined.  You can pan to a
          different part of the image by moving the mouse while keeping the
          button depressed.  For large images of which only a small part is
          displayed, the navigation window is often the most convenient way
          of getting to the part of the image you are looking for.  (See
          <a href="ch04s07.html" title="7. Navigation Dialog">Navigation Dialog</a>
          for other ways to access the Navigation Window).
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">(12)</td>
            <td valign="top" align="left">
              <p><b>inactive padding area: </b>
          This padding area seperates the active image display and the
          inactive padding area, so you're able to distinguish between
          them. You cannot apply any Filters or Operations in generall on
          the inactive area.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">(13)</td>
            <td valign="top" align="left">
              <p><b>Image Display: </b>
          The most important part of the image window is, of course, the
          image display.  It occupies the central area of the window,
          surrounded by a yellow dotted line showing the image boundary,
          against a neutral gray background.  You can change the zoom level
          of the image display in a variety of ways, including the Zoom
          setting described below.
        </p>
            </td>
          </tr>
          <tr>
            <td width="5%" valign="top" align="left">(14)</td>
            <td valign="top" align="left">
              <p><b>image window resize toggle: </b>
          If this button is pressed, the image itself will be resized if
          the image window is resized.
        </p>
            </td>
          </tr>
        </table>
      </div>
      <div class="footnotes">
        <br />
        <hr width="100" align="left" />
        <div class="footnote">
          <p><sup>[<a id="ftn.id3307076" href="#id3307076">1</a>] </sup> Users with an Apple Macintosh can use
          <span><b class="keycap">Ctrl</b></span>+left mousebutton.</p>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch02s03s02.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch02s03.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch02s03s04.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">3.2. The Main Toolbox </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 3.4. Dialogs and Docking</td>
        </tr>
      </table>
    </div>
  </body>
</html>