File: ch01s02.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 (293 lines) | stat: -rw-r--r-- 11,379 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
<?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. What's New in The GIMP?</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="ch01.html" title="Chapter 1. Introduction" />
    <link rel="prev" href="ch01.html" title="Chapter 1. Introduction" />
    <link rel="next" href="ch01s02s02.html" title="2.2. New in GIMP 2.0" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">2. What's New in The GIMP?</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">2. What's New in The GIMP?</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch01s02s02.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-introduction-whats-new"></a>2. What's New in The GIMP?</h2>
          </div>
        </div>
      </div>
      <p>
    GIMP 1.0 evolved gradually into the very stable and widely used
    1.2 release. Three years later, as the GIMP development came closer
    to the next stable release, they decided that
    the level of fundamental change to the inner workings of the
    program justified calling the new stable version 2.0.  GIMP
    2.0.0 was released on March 23, 2004.  For GIMP 2.2, the
    developers aimed at a short cycle, adding a number of important
    features that did not require instability-inducing low level
    changes.  GIMP 2.2.0 was released on December 19, 2004.  This
    section briefly describes the new features that were added in
    GIMP 2.2, as well as the features that were introduced in GIMP
    2.0. 
  </p>
      <div class="sect2" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="id3302422"></a>2.1. New in GIMP 2.2</h3>
            </div>
          </div>
        </div>
        <p>
      Here is a brief summary of some of the most important
      new features introduced in GIMP 2.2.  There are many other
      smaller changes that long-time users will notice and appreciate
      (or complain about!).  There are also important changes at the
      level of plugin programming and script-fu creating that are not
      covered here.
    </p>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303489"></a>Interoperability and standards support</h4>
              </div>
            </div>
          </div>
          <p>
        You can drag-and-drop or copy-and-paste image data from the GIMP
        to any application which support image/png drops (currently
        <span class="application">Abiword</span> is the only one we know of)
        and image/xml+svg drops 
        (<span class="application">Inkscape</span> supports this one). So
        you can copy-and-paste curves 
        into the GIMP from Inkscape, and then drag a selection into
        Abiword to include it inline in your document.
      </p>
          <p>
        Patterns can now be any <tt class="code">GtkPixbuf</tt> supported
        format, including png, jpeg, xbm and others. 
      </p>
          <p>
        GIMP can load gradients from SVG files, and palettes from ACT
        and RIFF files. 
      </p>
          <p>
        Drag-and-drop support has been extended. You can now drop file
        and URIs onto an image window, where they will be opened in
        the existing image as new layers. 
      </p>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3302862"></a>Shortcut editor</h4>
              </div>
            </div>
          </div>
          <p>
        You can now edit your shortcuts in a dedicated dialog, as well
        as continue to use the little-known dynamic shortcuts feature
        (which has been there since 1.2). 
      </p>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303553"></a>Plug-in previews</h4>
              </div>
            </div>
          </div>
          <p>
        We have provided a standard preview widget for plug-in authors
        which greatly reduces the amount of code required to support
        previews. David Odin has integrated this widget into all the
        current filters, so that now many more filters in the GIMP include
        a preview which updates in real time, and the various previews
        behave much more consistently. 
      </p>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303419"></a>Real-time previews of transform operations</h4>
              </div>
            </div>
          </div>
          <p>
        The transform tools (shear, scale, perspective and rotate) can
        now show a real-time preview of the result of the operation when
        the tool is in "Traditional" mode.  Previously, only a
        transforming grid was shown.
      </p>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303503"></a>GNOME Human Interface Guide conformance</h4>
              </div>
            </div>
          </div>
          <p>
        A lot of work has been done on making the GIMP's interface
        simpler and more usable for newcomers. Most dialogs now
        follows the GNOME HIG to the best of our knowledge. In
        addition, dialogs have separated out or removed many
        "Advanced" options, and replaced them with sane defaults or
        hidden them in an expander. 
      </p>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303199"></a>GTK+ 2.4 migration</h4>
              </div>
            </div>
          </div>
          <div class="itemizedlist">
            <ul type="disc">
              <li>
                <p>
            Menus use the <tt class="code">GtkUIManager</tt> to generate menu
            structure dynamically from XML data files.
          </p>
              </li>
              <li>
                <p>
            A completely revamped File Chooser is used everywhere in
            the GIMP for opening or saving files.  The best thing
            about it is that it lets you create a set of "bookmarks",
            making it possible to navigate quickly and easily to
            commonly used directories.
          </p>
              </li>
              <li>
                <p>
            GIMP now Supports fancy ARGB cursors when they are
            available on the system.
          </p>
              </li>
            </ul>
          </div>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303608"></a>Basic vector support</h4>
              </div>
            </div>
          </div>
          <p>
        Using the GFig plug-in, the GIMP now supports the basic
        functionality of vector layers. The GFig plug-in supports a
        number of vector graphics features such as gradient fills,
        Bezier curves and curve stroking. It is also the easiest way
        to create regular or irregular polygons in the GIMP. In the
        GIMP 2.2, you can create GFig layers, and re-edit these layers
        in GFig afterwards. This level of vector support is still
        quite primitive, however, in comparison to dedicated
        vector-graphics programs such as
        <span class="application">Inkscape</span>. 
      </p>
        </div>
        <div class="simplesect" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="id3303661"></a>Also . . .</h4>
              </div>
            </div>
          </div>
          <p>
        There are many other smaller user-visible features. A
        rapid-fire list of some of those features is below. 
      </p>
          <div class="itemizedlist">
            <ul type="disc">
              <li>
                <p>
            It is now possible to run the GIMP in batch mode without
            an X server. 
          </p>
              </li>
              <li>
                <p>
            We have a GIMP binary (gimp-console) which is not linked
            to GTK+ at all. 
          </p>
              </li>
              <li>
                <p>
            Improved interface for extended input devices
          </p>
              </li>
              <li>
                <p>
            Editable toolbox:  You can now decide which tools should
            be shown in the Toolbox, and their order.  In particular,
            you can add any or all of the Color Tools to the Toolbox
            if you wish to. 
          </p>
              </li>
              <li>
                <p>
            Histogram overlays R, G and B histograms on the Value
            histogram, and calculates the histogram only for the
            contents of the selection. 
          </p>
              </li>
              <li>
                <p>
            Shortcuts are now shared across all GIMP windows.
          </p>
              </li>
            </ul>
          </div>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch01.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch01s02s02.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Chapter 1. Introduction </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 2.2. New in GIMP 2.0</td>
        </tr>
      </table>
    </div>
  </body>
</html>