File: ch04s10.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 (301 lines) | stat: -rw-r--r-- 12,153 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
<?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>10. Brushes dialog</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="ch04.html" title="Chapter 4. Dialogs" />
    <link rel="prev" href="ch04s09.html" title="9. Colors dialog" />
    <link rel="next" href="ch04s11.html" title="11. Patterns dialog" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">10. Brushes dialog</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch04s09.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">10. Brushes dialog</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch04s11.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-brush-dialog"></a>10. Brushes dialog</h2>
          </div>
        </div>
      </div>
      <a id="id3338692" class="indexterm"></a>
      <div class="informalfigure">
        <div class="mediaobject">
          <img src="../images/dialogs/dialogs-brushes.png" />
          <div class="caption">
            <p>
          The Brushes dialog
        </p>
          </div>
        </div>
      </div>
      <p>
    The Brushes dialog is used to select a brush, for use with
    painting tools:  see the <a href="ch02s04s08.html" title="4.8. Brushes">Brushes</a> section for basic
    informmation on brushes and how they are used in GIMP.  The dialog
    also gives you access to several functions for 
    manipulating brushes.  You can select a brush by clicking on
    it in the list:  it will then be shown in the
    Brush/Pattern/Gradient area of the Toolbox.  A few dozen basic
    brushes come pre-installed with GIMP, along with a few assorted
    bizarre ones that mainly serve to show you the range of
    possibilities.  You can also create custom brushes using the Brush
    Editor, or by saving images in a special brush file format.
  </p>
      <p>
    The Brushes dialog is a dockable dialog; see the section on <a href="ch02s03s04.html" title="3.4. Dialogs and Docking">Dialogs and Docking</a> for help on
    manipulating it.  It can be activated in several ways:
  </p>
      <div class="itemizedlist">
        <ul type="disc">
          <li>
            <p>    
        From the Toolbox menu:
        <span class="guimenu">File</span>-&gt;<span class="guisubmenu">Dialogs</span>-&gt;<span class="guimenuitem">Brus<span class="accel">h</span>es</span>.
      </p>
          </li>
          <li>
            <p>    
        From the Toolbox menu:
        <span class="guimenu">File</span>-&gt;<span class="guisubmenu">Dialogs</span>-&gt;<span class="guisubmenu">Create New Dock</span>-&gt;<span class="guimenuitem">Brushes, Patterns, and Gradients</span>.
        This gives you a dock containing three dialogs, with the
        Brushes dialog one of them.
      </p>
          </li>
          <li>
            <p>    
        From the Toolbox, by clicking on the brush symbol in the
        Brush/Pattern/Gradient area.
      </p>
          </li>
          <li>
            <p>    
        From an image menu:
        <span class="guimenu">Dialogs</span>-&gt;<span class="guimenuitem">Brus<span class="accel">h</span>es</span>.
      </p>
          </li>
          <li>
            <p>    
        From the Tab menu in any dockable dialog:
        <span class="guimenu">Add Tab</span>-&gt;<span class="guimenuitem">Brus<span class="accel">h</span>es</span>.
      </p>
          </li>
          <li>
            <p>    
        From the Tool Options dialog for any of the paint tools, by
        clicking on the Brush icon button.  Note that, depending on your
        Preferences, a brush selected in this way may only apply
        to the currently active tool, not to other paint tools.  See
        the <a href="ch04s18s07.html" title="18.7. Tool Options">Tool Option
        Preferences</a> section for more information.   
      </p>
          </li>
        </ul>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="id3339174"></a>Grid/List modes</h3>
            </div>
          </div>
        </div>
        <p>
      In the Tab menu, you can choose between <span class="guimenuitem">View as
      Grid</span> and <span class="guimenuitem">View as List</span>.
      In Grid mode, the brush shapes are laid out in a rectangular
      array, making it easy to see many at once and find the one you
      are looking for.  In List mode, the shapes are lined up in a
      list, with the names beside them.  
    </p>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="id3339053"></a>Using the Brushes dialog (Grid mode)</h3>
            </div>
          </div>
        </div>
        <p>
      At the top of the dialog appears the name of the currently
      selected brush, and its size in pixels.
    </p>
        <p>
      In the center appears a grid view of all available brushes, with
      the currently selected one outlined.  If you see a little "+" to
      the right of a brush, it means the brush is actually larger than
      it appears.  If you see a little red triangle, it means the
      brush is an animated brush, also known as an "image hose".
      Clicking on a brush causes it to be selected as GIMP's current
      brush.  Double-clicking activates the Brush Editor.
    </p>
        <p>
      Below the grid appears a scale entry for "Spacing", which is the
      distance between consecutive brush marks when you trace out a
      brushstroke with the pointer.
    </p>
        <p>
      The buttons at the bottom of the dialog allow you to operate on
      brushes in several ways:
    </p>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">Edit Brush</span>
            </dt>
            <dd>
              <p>
            This activates the <a href="ch04s10.html#gimp-brush-editor-dialog" title="Brush Editor">Brush
            Editor</a>.  Pressing the button will open the Editor
            for any brush.  It only works, however, for parametric
            brushes:  for any other type, the Editor will show you the
            brush but not allow you to do anything with it.  
          </p>
            </dd>
            <dt>
              <span class="term">New Brush</span>
            </dt>
            <dd>
              <a id="gimp-brush-new"></a>
              <p>
            This creates a new parametric brush, initializes it with a 
            small fuzzy round shape, and opens the Brush Editor so
            that you can modify it.  The new brush is automatically
            saved in your personal <tt class="filename">brushes</tt> folder.
          </p>
            </dd>
            <dt>
              <span class="term">Duplicate Brush</span>
            </dt>
            <dd>
              <a id="gimp-brush-duplicate"></a>
              <p>
            This button is only enabled if the currently selected
            brush is a parametric brush.  If so, the brush is
            duplicated, and the Brush Editor is opened so that you can
            modify the copy.  The result is automatically
            saved in your personal <tt class="filename">brushes</tt> folder.
          </p>
            </dd>
            <dt>
              <span class="term">Delete Brush</span>
            </dt>
            <dd>
              <a id="gimp-brush-delete"></a>
              <p>
            This removes all traces of the brush, both from the dialog
            and the folder where its file is stored, if you have
            permission to do so.  It asks for confirmation before
            doing anything.
          </p>
            </dd>
            <dt>
              <span class="term">Refresh Brushes</span>
            </dt>
            <dd>
              <a id="gimp-brush-refresh"></a>
              <p>
            If you add brushes to your personal
            <tt class="filename">brushes</tt> folder or any other folder in
            your brush search path, by some means
            other than the Brush Editor, this button
            causes the list to be reloaded, so that the new entries
            will be available in the dialog.
          </p>
            </dd>
          </dl>
        </div>
        <p>
      The functions performed by these buttons can also be accessed
      from the dialog pop-up menu, activated by right-clicking
      anywhere in the brush grid/list, or by choosing the top item,
      <span class="guisubmenu">Brushes menu</span>, from the dialog Tab menu..  
    </p>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="id3339281"></a>Using the Brushes dialog (List mode)</h3>
            </div>
          </div>
        </div>
        <div class="informalfigure">
          <div class="mediaobject">
            <img src="../images/dialogs/dialogs-brushes-list.png" />
            <div class="caption">
              <p>
	    The Brushes dialog (List view)
	  </p>
            </div>
          </div>
        </div>
        <p>
      For the most part, the dialog works the same way in List mode as
      in Grid mode, with one exception:
    </p>
        <p>
      If you <span class="emphasis"><em>double-click</em></span> on the name of a brush,
      you will be able to edit it.  Note, however, that you are only
      allowed to change the names of brushes that you have created
      or installed yourself, not the ones that come pre-installed with
      GIMP.  If you try to rename a pre-installed brush, you will be
      able to edit the name, but as soon as you hit return or click
      somewhere else, the name will revert to its original value.  It
      is a general rule that you cannot alter the resources that GIMP
      pre-installs for you: brushes, patterns, gradients, etc; only
      ones that you create yourself.
    </p>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="gimp-brush-editor-dialog"></a>Brush Editor</h3>
            </div>
          </div>
        </div>
        <p>
      FIXME: Writing of this section is deferred until the user
      interface for this dialog stabilizes.
    </p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch04s09.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch04.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch04s11.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">9. Colors dialog </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 11. Patterns dialog</td>
        </tr>
      </table>
    </div>
  </body>
</html>