summaryrefslogtreecommitdiffstats
path: root/data/tips/gimp-tips.xml.in
blob: 61e66f25bc1fc630f0941ef314889861dd4c39bc (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE gimp-tips SYSTEM "gimp-tips.dtd">

<!-- This is a list of tips for GIMP.                                      -->
<!--                                                                       -->
<!-- The tips parser supports a very basic markup language. You may use    -->
<!-- the tag b to specify bold text, big to increase the font size and     -->
<!-- tt to switch to a monospace font.                                     -->

<gimp-tips>

<!--                                                                       -->
<!-- Tips for beginners start here                                         -->
<!-- (for people who are not familiar yet with layers and image formats)   -->
<!--                                                                       -->

  <tip level="beginner">
    <_thetip>
      You can get context-sensitive help for most of GIMP's features by
      pressing the F1 key at any time.  This also works inside the menus.
    </_thetip>
  </tip>
  <tip level="beginner" help="gimp-layer-dialog">
    <_thetip>
      GIMP uses layers to let you organize your image.  Think of them
      as a stack of slides or filters, such that looking through them you
      see a composite of their contents.
    </_thetip>
  </tip>
  <tip level="beginner" help="gimp-layer-menu">
    <_thetip>
      You can perform many layer operations by right-clicking on the text
      label of a layer in the Layers dialog.
    </_thetip>
  </tip>
  <tip level="beginner" help="gimp-file-save">
    <_thetip>
      Saving an image uses XCF, GIMP's native file format (file extension
      <tt>.xcf</tt>). This preserves the layers and many aspects of your
      work-in-progress, allowing to work on it again later.
      Once a project is completed, you can export it as JPEG, PNG, GIF, etc.
    </_thetip>
  </tip>
  <tip level="beginner" help="gimp-image-flatten">
    <_thetip>
      Most plug-ins work on the current layer of the current image.  In
      some cases, you will have to merge all layers (Image→Flatten Image)
      if you want the plug-in to work on the whole image.
    </_thetip>
  </tip>
  <tip level="beginner" help="gimp-layer-alpha-add">
    <_thetip>
      If a layer's name in the Layers dialog is displayed in <b>bold</b>,
      this layer doesn't have an alpha-channel. You can add an alpha-channel
      using Layer→Transparency→Add Alpha Channel.
    </_thetip>
  </tip>
  <tip level="beginner">
    <_thetip>
      Not all effects can be applied to all kinds of images.  This is
      indicated by a grayed-out menu-entry.  You may need to change
      the image mode to RGB (Image→Mode→RGB), add an alpha-channel
      (Layer→Transparency→Add Alpha Channel) or flatten it
      (Image→Flatten Image).
    </_thetip>
  </tip>
  <tip level="beginner">
    <_thetip>
      You can adjust or move a selection by using <tt>Alt</tt>-drag.
      If this makes the window move, your window manager uses the
      <tt>Alt</tt> key already.  Most window managers can be
      configured to ignore the <tt>Alt</tt> key or to use
      the <tt>Super</tt> key (or "Windows logo") instead.
    </_thetip>
  </tip>

<!--                                                                       -->
<!-- Tips for intermediate users start here                                -->
<!--                                                                       -->

  <tip level="intermediate">
    <_thetip>
      You can drag and drop many things in GIMP.  For example, dragging
      a color from the toolbox or from a color palette and dropping it into
      an image will fill the current selection with that color.
    </_thetip>
  </tip>
  <tip level="intermediate">
    <_thetip>
      You can use the middle mouse button to pan around the image 
      (or optionally hold <tt>Spacebar</tt> while you move the mouse).
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-concepts-image-grid">
    <_thetip>
      Click and drag on a ruler to place a guide on an image.  All
      dragged selections will snap to the guides.  You can remove
      guides by dragging them off the image with the Move tool.
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-file-new">
    <_thetip>
      You can drag a layer from the Layers dialog and drop it onto the
      toolbox.  This will create a new image containing only that layer.
    </_thetip>
  </tip>
  <tip level="intermediate">
    <_thetip>
      A floating selection must be anchored to a new layer or to the last
      active layer before doing other operations on the image.  Click on the
      &quot;New Layer&quot; or the &quot;Anchor Layer&quot; button in the
      Layers dialog, or use the menus to do the same.
    </_thetip>
  </tip>
  <tip level="intermediate">
    <_thetip>
      GIMP supports gzip compression on the fly.  Just add <tt>.gz</tt>
      (or <tt>.bz2</tt>, if you have bzip2 installed) to the filename and
      your image will be saved compressed.  Of course loading compressed
      images works too.
    </_thetip>
  </tip>
  <tip level="intermediate">
    <_thetip>
      Pressing and holding the <tt>Shift</tt> key before making a selection
      allows you to add to the current selection instead of replacing it.
      Using <tt>Ctrl</tt> before making a selection subtracts from the
      current one.
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-selection-stroke">
    <_thetip>
      You can draw simple squares or circles using Edit→Stroke Selection.
      It strokes the edge of your current selection. More complex shapes
      can be drawn using the Path tool or with Filters→Render→Gfig.
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-path-stroke">
    <_thetip>
      If you stroke a path (Edit→Stroke Path), the paint tools can
      be used with their current settings.  You can use the Paintbrush in
      gradient mode or even the Eraser or the Smudge tool.
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-using-paths">
    <_thetip>
      You can create and edit complex selections using the Path tool.
      The Paths dialog allows you to work on multiple paths and to convert
      them to selections.
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-using-quickmask">
    <_thetip>
      You can use the paint tools to change the selection.  Click on the
      &quot;Quick Mask&quot; button at the bottom left of an image window.
      Change your selection by painting in the image and click on the button
      again to convert it back to a normal selection.
    </_thetip>
  </tip>
  <tip level="intermediate" help="gimp-channel-dialog">
    <_thetip>
      You can save a selection to a channel (Select→Save to Channel) and
      then modify this channel with any paint tools.  Using the buttons in
      the Channels dialog, you can toggle the visibility of this new channel
      or convert it to a selection.
    </_thetip>
  </tip>

<!--                                                                       -->
<!-- Tips for advanced users start here                                    -->
<!-- (this is mostly for learning shortcut keys)                           -->
<!--                                                                       -->

  <tip level="advanced">
    <_thetip>
      After you enabled &quot;Dynamic Keyboard Shortcuts&quot; in the
      Preferences dialog, you can reassign shortcut keys. Do so by bringing
      up the menu, selecting a menu item, and pressing the desired key
      combination. If &quot;Save Keyboard Shortcuts&quot; is enabled, the
      key bindings are saved when you exit GIMP.
      You should probably disable &quot;Dynamic Keyboard Shortcuts&quot; 
      afterwards, to prevent accidentally assigning/reassigning shortcuts.
    </_thetip>
  </tip>
  <tip level="advanced">
    <_thetip>
      If your screen is too cluttered, you can press <tt>Tab</tt> 
      in an image window to toggle the visibility of the toolbox 
      and other dialogs.
    </_thetip>
  </tip>
  <tip level="advanced">
    <_thetip>
      <tt>Shift</tt>-click on the eye icon in the Layers dialog to hide all
      layers but that one.  <tt>Shift</tt>-click again to show all layers.
    </_thetip>
  </tip>
  <tip level="advanced">
    <_thetip>
      <tt>Ctrl</tt>-clicking on the layer mask's preview in the Layers dialog
      toggles the effect of the layer mask. <tt>Alt</tt>-clicking on the layer 
      mask's preview in the Layers dialog toggles viewing the mask directly.
    </_thetip>
  </tip>
  <tip level="advanced">
    <_thetip>
      You can use <tt>Ctrl</tt>-<tt>Tab</tt> to cycle through all layers in
      an image (if your window manager doesn't trap those keys...).
    </_thetip>
  </tip>
  <tip level="advanced" help="gimp-tool-bucket-fill">
    <_thetip>
      <tt>Ctrl</tt>-click with the Bucket Fill tool to have it use
      the background color instead of the foreground color.
      Similarly, <tt>Ctrl</tt>-clicking with the eyedropper tool 
      sets the background color instead of the foreground color.
    </_thetip>
  </tip>
  <tip level="advanced" help="gimp-tools-transform">
    <_thetip>
      <tt>Ctrl</tt>-drag with the Rotate tool will constrain the
      rotation to 15 degree angles.
    </_thetip>
  </tip>
  <tip level="advanced">
    <_thetip>
      If some of your scanned photos do not look colorful enough, you
      can easily improve their tonal range with the &quot;Auto&quot;
      button in the Levels tool (Colors→Levels).  If there are any
      color casts, you can correct them with the Curves tool
      (Colors→Curves).
    </_thetip>
  </tip>

</gimp-tips>