home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gimp / 2.0 / help / en / gimp-introduction-history-2-0.html < prev    next >
Encoding:
Extensible Markup Language  |  2008-05-03  |  26.3 KB  |  545 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>4.¬† Version 2.0</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
  10.     <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
  11.     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
  12.     <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
  13.     <link rel="up" href="gimp-introduction-history.html" title="Appendix¬†A.¬† GIMP History" />
  14.     <link rel="prev" href="gimp-introduction-history-1-0.html" title="3.¬† The One to Change the World" />
  15.     <link rel="next" href="gimp-introduction-history-2-2.html" title="5.¬† What's New in GIMP 2.2?" />
  16.   </head>
  17.   <body>
  18.     <div class="navheader">
  19.       <table width="100%" summary="Navigation header">
  20.         <tr>
  21.           <th colspan="3" align="center">4.¬†
  22.     <span lang="en" xml:lang="en">Version 2.0</span>
  23.   </th>
  24.         </tr>
  25.         <tr>
  26.           <td width="20%" align="left"><a accesskey="p" href="gimp-introduction-history-1-0.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  27.           <th width="60%" align="center">Appendix¬†A.¬†
  28.     <span lang="en" xml:lang="en">GIMP History</span>
  29.   </th>
  30.           <td width="20%" align="right">¬†<a accesskey="n" href="gimp-introduction-history-2-2.html"><img src="../images/next.png" alt="Next" /></a></td>
  31.         </tr>
  32.       </table>
  33.       <hr />
  34.     </div>
  35.     <div class="sect1" lang="en" xml:lang="en">
  36.       <div class="titlepage">
  37.         <div>
  38.           <div>
  39.             <h2 class="title" style="clear: both"><a id="gimp-introduction-history-2-0"></a>4.¬†
  40.     <span lang="en" xml:lang="en">Version 2.0</span>
  41.   </h2>
  42.           </div>
  43.           <div>
  44.             <div class="revhistory">
  45.               <table border="1" width="100%" summary="Revision history">
  46.                 <tr>
  47.                   <th align="left" valign="top" colspan="3">
  48.                     <b>Revision History</b>
  49.                   </th>
  50.                 </tr>
  51.                 <tr>
  52.                   <td align="left">Revision $Revision: 2419 $</td>
  53.                   <td align="left">2006-08-02</td>
  54.                   <td align="left">romanofski</td>
  55.                 </tr>
  56.               </table>
  57.             </div>
  58.           </div>
  59.         </div>
  60.       </div>
  61.       <p>
  62.     First, a statistic: the <acronym class="acronym">GIMP</acronym> code base
  63.     contains about 230,000 lines of C code, and
  64.     most of these lines were rewritten in the
  65.     evolution from 1.2 to 2.0. From the user's point of view, however,
  66.     <acronym class="acronym">GIMP</acronym> 2 is fundamentally similar to
  67.     <acronym class="acronym">GIMP</acronym> 1; the features are similar enough that
  68.     <acronym class="acronym">GIMP</acronym> 1 users won't be lost. As part of the
  69.     restructuring work, the developers cleaned up the code greatly, an
  70.     investment that, while not directly visible to the user, will ease
  71.     maintenance and make future additions less painful. Thus, the
  72.     <acronym class="acronym">GIMP</acronym>
  73.     2 code base is significantly better organized and more
  74.     maintainable than was the case for <acronym class="acronym">GIMP</acronym> 1.2.
  75.   </p>
  76.       <div class="variablelist">
  77.         <dl>
  78.           <dt>
  79.             <span class="term">Basic tools</span>
  80.           </dt>
  81.           <dd>
  82.             <p>
  83.           The basic tools in <acronym class="acronym">GIMP</acronym> 2 are not very
  84.           different from their predecessors in
  85.           <acronym class="acronym">GIMP</acronym> 1. The
  86.           ‚Äú<span class="quote">Select Regions by Color</span>‚Äù tool
  87.           is now shown in the <acronym class="acronym">GIMP</acronym> toolbox, but
  88.           was already included in <acronym class="acronym">GIMP</acronym> 1 as a
  89.           menu option in the Select menu. The Transform
  90.           tool has been divided into several specialized tools:
  91.           Rotation, Scale, Shearing and Perspective. Color operations
  92.           are now associated with layers in the menu
  93.           <span class="guimenu">Layer</span> ‚Üí <span class="guisubmenu">Colors</span>,
  94.           but this is merely a cleanup: they were already present in
  95.           the Image menu (illogically, since they are layer
  96.           operations). Thus no completely new tools appear in this
  97.           release, but two of the tools have been totally revamped
  98.           compared to the older versions: the Text tool and the Path
  99.           tool. More on this below.
  100.         </p>
  101.             <p>
  102.           The user interface for tools has also changed significantly.
  103.           The ‚Äú<span class="quote">Tool Options</span>‚Äù dialog box was modified to
  104.           not resize
  105.           itself when a new tool is chosen. Most users felt that the
  106.           window changing size when a new tool was selected was
  107.           annoying. Now, by default the ‚Äú<span class="quote">Tool Options</span>‚Äù
  108.           dialog is
  109.           constantly open and docked under the toolbox, where it can
  110.           easily be found.
  111.         </p>
  112.           </dd>
  113.           <dt>
  114.             <span class="term">Tool options</span>
  115.           </dt>
  116.           <dd>
  117.             <p>
  118.           The ‚Äú<span class="quote">Tool Options</span>‚Äù for many tools have new
  119.           possibilities that weren't available in
  120.           <acronym class="acronym">GIMP</acronym> 1. Without being exhaustive,
  121.           here are the most noticeable improvements.
  122.         </p>
  123.             <p>
  124.           All selection tools now have mode buttons: Replace, Add,
  125.           Subtract and Intersect. In <acronym class="acronym">GIMP</acronym> 1 the
  126.           only way to change the
  127.           selection mode was to use the
  128.           <span class="keycap"><strong>Ctrl</strong></span> or <span class="keycap"><strong>Shift</strong></span>
  129.           buttons, which
  130.           could get very confusing because those buttons also had
  131.           other functions. For example, pressing and holding the
  132.           <span class="keycap"><strong>Shift</strong></span>
  133.           key while using the Rectangle selection tool forces the
  134.           rectangle to be a square. Thus, to add a square selection
  135.           you would first press <span class="keycap"><strong>Shift</strong></span>, then click
  136.           the mouse, then release <span class="keycap"><strong>Shift</strong></span>, then press
  137.           <span class="keycap"><strong>Shift</strong></span> again, then sweep out the
  138.           selection with the mouse, then release <span class="keycap"><strong>Shift</strong></span>.
  139.           It can now be done more easily.
  140.         </p>
  141.             <p>
  142.           For transformation tools, buttons now control which object
  143.           (layer, selection or path) is affected by the
  144.           transformation. You can for example transform a rectangular
  145.           selection to various quadrilateral shapes. Path
  146.           transformation in particular is now easier than it was
  147.           before.
  148.         </p>
  149.             <p>
  150.           ‚Äú<span class="quote">Fade out</span>‚Äù and
  151.           ‚Äú<span class="quote">Paint Using Gradient</span>‚Äù are now available for
  152.           all drawing tools. In fact, all drawing tools now have their
  153.           own individual brush, gradient and pattern settings, in
  154.           contrast to <acronym class="acronym">GIMP</acronym> 1 where there was a
  155.           single global setting
  156.           that applied to all drawing tools. Now you can select
  157.           different brushes for the Pencil and the Paint Brush, or
  158.           different patterns for the Clone and Fill tools. You can
  159.           change these setting by using your mouse wheel over the
  160.           relevant resource button (this is most useful for quickly
  161.           and easily choosing a brush).
  162.         </p>
  163.           </dd>
  164.           <dt>
  165.             <span class="term">User Interface</span>
  166.           </dt>
  167.           <dd>
  168.             <p>
  169.           The most visible changes in <acronym class="acronym">GIMP</acronym> 2
  170.           concern the user interface. <acronym class="acronym">GIMP</acronym> now
  171.           uses the <acronym class="acronym">GTK2+</acronym> graphical toolkit in
  172.           place of <acronym class="acronym">GTK+</acronym>. One of the nice features
  173.           brought by the new
  174.           libraries is dockable dialogs, and tab navigation between
  175.           dialogs docked in the same window ‚Äî a feature present in
  176.           several popular web browsers. <acronym class="acronym">GIMP</acronym> 1
  177.           was famous for opening dialogs anywhere on your screen;
  178.           <acronym class="acronym">GIMP</acronym> 2 can be told to use
  179.           fixed boxes. Dialogs now include a little tab-customization
  180.           menu, which provides maximum flexibility in organizing your
  181.           workspace.
  182.         </p>
  183.             <p>
  184.           The Image window has some interesting new features. These
  185.           are not necessarily activated by default, but they can be
  186.           checked as options in the
  187.           <span class="guimenu">Preferences</span> ‚Üí <span class="guisubmenu">Interface</span> ‚Üí <span class="guisubmenu">Image Windows</span>
  188.           menu. ‚Äú<span class="quote">Show Brush Outline</span>‚Äù, for example,
  189.           allows you
  190.           to see the outline of the brush when using drawing tools. In
  191.           the ‚Äú<span class="quote">Appearance</span>‚Äù sub-section, you can toggle
  192.           whether a menu
  193.           bar is present at the top of image windows. You can set an
  194.           option to work with the new fullscreen mode. Viewing options
  195.           are also available from all image windows using right click
  196.           to bring up the menu, then selecting ‚Äú<span class="quote">View</span>‚Äù.
  197.           The so-called ‚Äú<span class="quote">image</span>‚Äù menu is also available
  198.           by clicking on a little
  199.           triangle in the top left corner of the drawing space. The
  200.           setting you choose in the ‚Äú<span class="quote">Preferences</span>‚Äù
  201.           dialog is used as
  202.           the default value, and options you set from an image are
  203.           used only for that image. (You can also toggle fullscreen
  204.           mode by using the <span class="keycap"><strong>F11</strong></span> key; the
  205.           <span class="keycap"><strong>Esc</strong></span> key also exits fullscreen mode).
  206.         </p>
  207.             <p>
  208.           <acronym class="acronym">GIMP</acronym>
  209.           2 features keyboard accelerators to ease menu access. If you
  210.           find that navigating through menus using your mouse is
  211.           onerous, the solution may be to use the keyboard. For
  212.           example, if the menu bar is present, to create a new image
  213.           just hit
  214.           <span class="keycap"><strong>Alt</strong></span>+<span class="keycap"><strong>F</strong></span>+<span class="keycap"><strong>N</strong></span>. Without the menu bar, hit
  215.           <span class="keycap"><strong>Shift</strong></span>+<span class="keycap"><strong>F10</strong></span>
  216.           to open the top-left menu, and use direction keys or
  217.           <span class="keycap"><strong>F</strong></span> then <span class="keycap"><strong>N</strong></span>
  218.           to create the new image. Keyboard accelerators are different
  219.           from shortcuts: accelerators are useful to navigate through
  220.           menus, whereas shortcuts call a specific menu item directly.
  221.           For example,
  222.           <span class="keycap"><strong>Ctrl</strong></span>+<span class="keycap"><strong>N</strong></span>
  223.           is a shortcut, and the quickest way to open a new image.
  224.         </p>
  225.             <p>
  226.           To ease access to your most commonly used menu items, the
  227.           <acronym class="acronym">GIMP</acronym> has provided dynamic shortcuts for
  228.           many years. When a
  229.           menu is open, you can hover over the desired menu item and
  230.           hold down your shortcut combination. This feature is still
  231.           present, but is deactivated by default in the
  232.           <acronym class="acronym">GIMP</acronym> 2.0, to
  233.           avoid accidental re-assigning of existing shortcuts.
  234.         </p>
  235.             <p>
  236.           The <acronym class="acronym">GIMP</acronym> also ships with a number of
  237.           sets of key-bindings
  238.           for its menus. If you would like to replace the default
  239.           <acronym class="acronym">GIMP</acronym>
  240.           keybindings by Photoshop bindings, for example, you can move
  241.           the file <code class="filename">menurc</code> in your user data
  242.           directory to <code class="filename">oldmenurc</code>, rename
  243.           <code class="filename">ps-menurc</code> to
  244.           <code class="filename">menurc</code> and restart
  245.           <acronym class="acronym">GIMP</acronym>.
  246.         </p>
  247.           </dd>
  248.           <dt>
  249.             <span class="term">Handling Tabs and Docks</span>
  250.           </dt>
  251.           <dd>
  252.             <p>
  253.           The <acronym class="acronym">GIMP</acronym>
  254.           2.0 introduces a system of tabbed dialogs to allow you to make your
  255.           workspace look the way you want it to be. Almost all dialogs can be
  256.           dragged to another dialog window and dropped to make a tabbed dialog
  257.           set.
  258.         </p>
  259.             <p>
  260.           Furthermore, at the bottom of each dialog, there is a dockable area:
  261.           drag and drop tabs here to attach dialogs beneath the bottom tab
  262.           group.
  263.         </p>
  264.           </dd>
  265.           <dt>
  266.             <span class="term">Scripting</span>
  267.           </dt>
  268.           <dd>
  269.             <p>
  270.           ‚Äú<span class="quote">Python-fu</span>‚Äù is now the standard external
  271.           scripting interface for <acronym class="acronym">GIMP</acronym> 2. This
  272.           means that you can now use <acronym class="acronym">GIMP</acronym>
  273.           functions in Python scripts, or
  274.           conversely use Python to write
  275.           <acronym class="acronym">GIMP</acronym> plug-ins. Python
  276.           is relatively easy to understand even for a
  277.           beginner, especially in comparison to the
  278.           Lisp-like Scheme
  279.           language used for Script-Fu in <acronym class="acronym">GIMP</acronym> 1.
  280.           The Python bindings
  281.           are augmented by a set of classes for common operations, so
  282.           you are not forced to search through the complete
  283.           <acronym class="acronym">GIMP</acronym>
  284.           Procedural Database in order to carry out basic operations.
  285.           Moreover, Python has integrated
  286.           development environments and
  287.           a gigantic library, and runs not only on
  288.           Linux but also on
  289.           Microsoft Windows and Apples Mac OS X. The biggest drawback,
  290.           for <acronym class="acronym">GIMP</acronym> 2.0, is that the standard user
  291.           interface offered in
  292.           Python-fu does not use the complete power of the
  293.           Python
  294.           language. The interface is currently designed to support
  295.           simple scripts, but a more sophisticated version is a goal
  296.           of future development.
  297.         </p>
  298.             <p>
  299.           <acronym class="acronym">GIMP</acronym>-Perl is no longer distributed with
  300.           the standard <acronym class="acronym">GIMP</acronym> 2
  301.           distribution, but is available as a separate package.
  302.           Currently, <acronym class="acronym">GIMP</acronym>-Perl is supported only
  303.           on Unix-like
  304.           operating systems. It includes both a simple scripting
  305.           language, and the ability to code more polished interfaces
  306.           using the <acronym class="acronym">Gtk2</acronym> perl module. Direct
  307.           pixel manipulation is
  308.           available through the use of <acronym class="acronym">PDL</acronym>.
  309.         </p>
  310.             <p>
  311.           Script-Fu, based on ‚Äú<span class="quote">Scheme</span>‚Äù,
  312.           has the same drawbacks as before: not intuitive, hard to use
  313.           and lacking a real development environment. It does, however,
  314.           have one major advantage compared to Python-fu: Script-Fu
  315.           scripts are directly interpreted by <acronym class="acronym">GIMP</acronym>
  316.           and do not require any additional software installation.
  317.           Python-fu requires that you install a package for the Python
  318.           language.
  319.         </p>
  320.           </dd>
  321.           <dt>
  322.             <span class="term">The Text Tool</span>
  323.           </dt>
  324.           <dd>
  325.             <p>
  326.           The big problem with the standard text tool in
  327.           <acronym class="acronym">GIMP</acronym>
  328.           1 was that text could not be modified after it was rendered.
  329.           If you wanted to change anything about the text, all you could
  330.           do was ‚Äú<span class="quote">undo</span>‚Äù
  331.           and try again (if you were lucky enough to have sufficient
  332.           undo history available, and then of course you would also undo
  333.           any other work you had done in the meantime). In
  334.           <acronym class="acronym">GIMP</acronym> 1.2 there was also a
  335.           ‚Äú<span class="quote">dynamic text</span>‚Äù
  336.           plug-in that allowed you to create special text layers and
  337.           keep them around indefinitely, in a modifiable form, but it
  338.           was buggy and awkward to use. The second generation Text tool
  339.           is an enhanced combination of the old Text tool and the
  340.           Dynamic Text plugin. Now all options are available in the
  341.           ‚Äú<span class="quote">Tool Options</span>‚Äù
  342.           : font, font size, text color, justify, antialiasing, indent,
  343.           spacing. To create a new text item, click in the image and a
  344.           little editor pops up. Text appears on the image while you are
  345.           editing (and carriage returns are handled properly!). A new
  346.           dedicated layer is created; this layer resizes dynamically to
  347.           match the text you key in. You can import plain text from a
  348.           file, and you can even do things like writing from right to
  349.           left in Arabic. If you select a text layer, clicking on it
  350.           opens the editor, and you can then modify your text.
  351.         </p>
  352.           </dd>
  353.           <dt>
  354.             <span class="term">The Path Tool</span>
  355.           </dt>
  356.           <dd>
  357.             <p>
  358.           The second generation Path tool has a completely new interface. The
  359.           first major difference you notice is that paths are no longer
  360.           required to be closed. A path can be made up of a number of disjoint
  361.           curve segments. The next major difference is that now the path tool
  362.           has three different modes, Design, Edit and Move.
  363.         </p>
  364.             <p>
  365.           In Design mode, you can create a path, add nodes to an
  366.           existing path and modify the shape of a curve either by
  367.           dragging edges of the curve or dragging the
  368.           ‚Äú<span class="quote">handles</span>‚Äù of a node.
  369.         </p>
  370.             <p>
  371.           In Edit mode, you can add nodes in the middle of curve edges, and
  372.           remove nodes or edges, as well as change the shape of the curve. You
  373.           can also connect two path components.
  374.         </p>
  375.             <p>
  376.           The third mode, Move, is, as you might expect, used to move
  377.           path components. If your path has several components, you
  378.           can move each path component separately. To move all
  379.           components at once, use the <span class="keycap"><strong>Shift</strong></span> key.
  380.         </p>
  381.             <p>
  382.           Two other path-related features are new in the
  383.           <acronym class="acronym">GIMP</acronym> 2.0. The <acronym class="acronym">GIMP</acronym>
  384.           can not only import an SVG image as a raster image, but
  385.           can also keep SVG paths intact as <acronym class="acronym">GIMP</acronym>
  386.           paths. This means that the <acronym class="acronym">GIMP</acronym> is now
  387.           more able than ever to complement your
  388.           favorite vector drawing tool. The other feature which has
  389.           made the path tool much better is the introduction of
  390.           vector-based stroking. In previous versions, stroking paths
  391.           and selections was a matter of drawing a brush-stroke along
  392.           the path. This mode is still available, but it is now
  393.           possible to stroke a curve accurately, using the vector
  394.           library <acronym class="acronym">libart</acronym>.
  395.         </p>
  396.           </dd>
  397.           <dt>
  398.             <span class="term">Other improvements</span>
  399.           </dt>
  400.           <dd>
  401.             <p>Some other improvements in brief:</p>
  402.             <div class="itemizedlist">
  403.               <ul type="disc">
  404.                 <li>
  405.                   <p>
  406.               Higher-quality antialiasing in some places ‚Äî most notibly in the
  407.               Text tool.
  408.             </p>
  409.                 </li>
  410.                 <li>
  411.                   <p>
  412.               Icons and menus are skinnable. You can create your own
  413.               icon set and apply it to the toolbox using the
  414.               <span class="guimenu">Preference</span> ‚Üí <span class="guisubmenu">Interface</span>
  415.               menu option. A theme called ‚Äú<span class="quote">small</span>‚Äù is
  416.               included with the standard distribution.
  417.             </p>
  418.                 </li>
  419.                 <li>
  420.                   <p>
  421.               An image can be saved as a template and used to create new
  422.               images.
  423.             </p>
  424.                 </li>
  425.                 <li>
  426.                   <p>
  427.               There are four new combination modes for layers that lie
  428.               one on top of another within an image:
  429.               ‚Äú<span class="quote">Hard Light</span>‚Äù, ‚Äú<span class="quote">Soft Light</span>‚Äù,
  430.               ‚Äú<span class="quote">Grain Extract</span>‚Äù and
  431.               ‚Äú<span class="quote">Grain Merge</span>‚Äù.
  432.             </p>
  433.                 </li>
  434.                 <li>
  435.                   <p>
  436.               If there is an active selection, you can crop the image
  437.               directly to the selection size using image menu
  438.               <span class="guimenu">Image</span> ‚Üí <span class="guisubmenu">Crop</span>.
  439.             </p>
  440.                 </li>
  441.                 <li>
  442.                   <p>
  443.               As well as being able to create guides, there's now a grid
  444.               functionality in <acronym class="acronym">GIMP</acronym>.
  445.               It is complementary to the guides functionality and makes it
  446.               easier to position objects so that they align perfectly.
  447.             </p>
  448.                 </li>
  449.                 <li>
  450.                   <p>
  451.               The Layers dialog is more coherent, in that there are no more
  452.               hidden functions accessed only with right click on the miniature
  453.               image of the layer that appears there. You can now handle layer
  454.               operations directly from the image menu: Layer Mask,
  455.               Transparency, Transformation and Layer Color operations are
  456.               directly in the Layer submenu.
  457.             </p>
  458.                 </li>
  459.                 <li>
  460.                   <p>
  461.               Color display filters are now available from the image
  462.               menu
  463.               <span class="guimenu">View</span> ‚Üí <span class="guisubmenu">Display Filters</span>.
  464.               Using them, you can
  465.               simulate different gamma values, different contrasts, or
  466.               even color deficient vision, without altering your
  467.               original image. This actually has been a feature of the
  468.               <acronym class="acronym">GIMP</acronym> developer versions for a long
  469.               time, but it has never been stable enough to appear in
  470.               a stable version of the <acronym class="acronym">GIMP</acronym> before.
  471.             </p>
  472.                 </li>
  473.                 <li>
  474.                   <p>
  475.               The color selection dialog has a new CMYK mode, associated with
  476.               the printer icon.
  477.             </p>
  478.                 </li>
  479.                 <li>
  480.                   <p>
  481.               Data stored in <acronym class="acronym">EXIF</acronym>
  482.               tags by digital cameras are now handled in read and write mode
  483.               for JPEG files.
  484.             </p>
  485.                 </li>
  486.                 <li>
  487.                   <p>
  488.               MNG animations are now supported. The MNG file format can be
  489.               considered as animated PNG. It has all the advantages of PNG
  490.               over GIF, such as more colors, 256 levels of transparency, and
  491.               perhaps most importantly, lack of patent encumbrance. The format
  492.               is a web standard and all recent popular web browsers support
  493.               it.
  494.             </p>
  495.                 </li>
  496.                 <li>
  497.                   <p>
  498.               The <acronym class="acronym">GIMP</acronym> Animation package now does
  499.               onion-skinning, a
  500.               bluescreen feature was added as well as audio support.
  501.             </p>
  502.                 </li>
  503.                 <li>
  504.                   <p>
  505.               A channel mixer filter, previously available from the web as an
  506.               add-on, appears in
  507.               <span class="guimenu">Filters</span> ‚Üí <span class="guisubmenu">Colors</span>.
  508.             </p>
  509.                 </li>
  510.               </ul>
  511.             </div>
  512.           </dd>
  513.         </dl>
  514.       </div>
  515.     </div>
  516.     <div class="navfooter">
  517.       <hr />
  518.       <table width="100%" summary="Navigation footer">
  519.         <tr>
  520.           <td width="40%" align="left"><a accesskey="p" href="gimp-introduction-history-1-0.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  521.           <td width="20%" align="center">
  522.             <a accesskey="u" href="gimp-introduction-history.html">
  523.               <img src="../images/up.png" alt="Up" />
  524.             </a>
  525.           </td>
  526.           <td width="40%" align="right">¬†<a accesskey="n" href="gimp-introduction-history-2-2.html"><img src="../images/next.png" alt="Next" /></a></td>
  527.         </tr>
  528.         <tr>
  529.           <td width="40%" align="left" valign="top"><a accesskey="p" href="gimp-introduction-history-1-0.html">3.¬†
  530.       <span lang="en" xml:lang="en">The One to Change the World</span>
  531.     </a>¬†</td>
  532.           <td width="20%" align="center">
  533.             <a accesskey="h" href="index.html">
  534.               <img src="../images/home.png" alt="Home" />
  535.             </a>
  536.           </td>
  537.           <td width="40%" align="right" valign="top">¬†<a accesskey="n" href="gimp-introduction-history-2-2.html">5.¬†
  538.     <span lang="en" xml:lang="en">What's New in GIMP 2.2?</span>
  539.   </a></td>
  540.         </tr>
  541.       </table>
  542.     </div>
  543.   </body>
  544. </html>
  545.