File: ch05s05s03.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 (181 lines) | stat: -rw-r--r-- 6,991 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
<?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>5.3. Zoom</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="ch05s05.html" title="5. View" />
    <link rel="prev" href="ch05s05s02.html" title="5.2. Dot for Dot" />
    <link rel="next" href="ch05s05s04.html" title="5.4. Shrink Wrap" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">5.3. Zoom</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch05s05s02.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">5.3. Zoom</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch05s05s04.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-view-zoom"></a>5.3. Zoom</h3>
          </div>
        </div>
      </div>
      <a id="gimp-view-zoom-out"></a>
      <a id="gimp-view-zoom-in"></a>
      <a id="gimp-view-zoom-100"></a>
      <a id="gimp-view-zoom-fit"></a>
      <a id="gimp-view-zoom-other"></a>
      <a id="id3350307" class="indexterm"></a>
      <div class="informalfigure">
        <div class="mediaobject">
          <img src="../images/menus/menus-view-zoom.png" />
          <div class="caption">
            <p>
           The Zoom submenu of the View menu
         </p>
          </div>
        </div>
      </div>
      <p>
    The "Zoom" commands can be accessed from an image menubar,
    in the submenu
    <span class="guimenu">View</span>-&gt;<span class="guisubmenu">Zoom</span>.
    In GIMP 2.2, you can also zoom an image using the <a href="ch02s03s03.html#gimp-image-window-zoom">Zoom button</a> on the
    image window.
    Zooming means changing the magnification level of the
    image. Zooming in to an image is useful for pixel-level image  
    modifications, and zooming out can be handy for working with 
    broad effects.  Note that zooming is not undoable, because it
    does not affect the image data, only the way it is displayed.
  </p>
      <p>
    Here are the available Zoom commands, along with their default
    keyboard shortcuts if any:
  </p>
      <div class="variablelist">
        <dl>
          <dt>
            <span class="term">Zoom Out</span>
          </dt>
          <dd>
            <p>
      (Shortcut: <span><b class="keycap">-</b></span>)  Each time "Zoom Out" is 
      used, the zoom factor is decreased by about 30%.  There is a
      minimum zoom level of 6%.
      </p>
          </dd>
          <dt>
            <span class="term">Zoom In</span>
          </dt>
          <dd>
            <p>
      (Shortcut: <span><b class="keycap">+</b></span>)
      Each time Zoom In is used, the zoom level is increased by a
      factor of around 30%.  The maximum possible zoom level is
      1600%.
      </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>
  The keyboard shortcut for "Zoom In" has been a subject of some
  controversy, because this is a very commonly used operation, and
  on English keyboards it requires the Shift key to be pressed.
  (For European keyboards, it does not.)  If you would like to have
  an easier shortcut, you can create a dynamic shortcut for it; see
  the help section for <a href="ch04s18s04.html" title="18.4. Interface">User
  Interface</a> Preferences for instructions.
      </p>
                  </td>
                </tr>
              </table>
            </div>
          </dd>
          <dt>
            <span class="term">Fit Image in Window</span>
          </dt>
          <dd>
            <p>
          (Shortcut:
          <span><b class="keycap">Shift</b></span>-<span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">E</b></span>).
          This command zooms the image as large as possible while still
          keeping it completely within the window.  Padding will
          probably show on two sides of the image, but not on all four
          sides.
        </p>
          </dd>
          <dt>
            <span class="term">Fit Image to Window</span>
          </dt>
          <dd>
            <p>
          This command zooms the image as small as possible without
          requiring any padding to be shown:  it causes the image to fit
          the window perfectly in one dimension, and extend beyond the
          window borders in the other dimension.
        </p>
          </dd>
          <dt>
            <span class="term">A:B</span>
          </dt>
          <dd>
            <p>
          Here you have a series of menu entries for specific zoom levels,
          including, most importantly, the 100% zoom level, which has a
          simple keyboard shortcut: <span><b class="keycap">1</b></span>
        </p>
          </dd>
          <dt>
            <span class="term">Other</span>
          </dt>
          <dd>
            <p>
          This command brings up a dialog that allows you to choose any
          zoom level you want, within the allowed limits of 6% to 1600%.
        </p>
          </dd>
        </dl>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch05s05s02.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch05s05.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch05s05s04.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">5.2. Dot for Dot </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 5.4. Shrink Wrap</td>
        </tr>
      </table>
    </div>
  </body>
</html>