home *** CD-ROM | disk | FTP | other *** search
Wrap
<?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.  Main Windows</title> <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" /> <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" /> <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" /> <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="GNU Image Manipulation Program" /> <link rel="up" href="gimp-first-steps.html" title="Chapter 3.  First Steps With Wilber" /> <link rel="prev" href="gimp-first-steps.html" title="Chapter 3.  First Steps With Wilber" /> <link rel="next" href="gimp-image-window.html" title="2.2.  Image Window" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">2.  <span lang="en" xml:lang="en">Main Windows</span> </th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="gimp-first-steps.html"><img src="../images/prev.png" alt="Prev" /></a> </td> <th width="60%" align="center">Chapter 3.  <span lang="en" xml:lang="en">First Steps With Wilber</span> </th> <td width="20%" align="right"> <a accesskey="n" href="gimp-image-window.html"><img src="../images/next.png" alt="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-concepts-usage"></a>2.  <span lang="en" xml:lang="en">Main Windows</span> </h2> </div> </div> </div> <a id="id2582380" class="indexterm"></a> <div class="figure"> <a id="id2582388"></a> <p class="title"> <b>Figure 3.1.  <span lang="en" xml:lang="en"> The screenshot illustrates the standard windows of <acronym class="acronym">GIMP</acronym> </span> </b> </p> <div class="figure-contents"> <div class="mediaobject"> <img src="../images/using/standard-setup.png" alt="The screenshot illustrates the standard windows of GIMP" /> </div> </div> </div> <br class="figure-break" /> <div class="orderedlist"> <p> The screenshot above shows the most basic arrangement of GIMP windows that can be used effectively. Three windows are shown: </p> <ol type="1"> <li> <p> <span class="emphasis"><em>The Main Toolbox:</em></span> This is the heart of GIMP. It contains the highest level menu, plus a set of icon buttons that can be used to select tools, and more. </p> </li> <li> <p> <span class="emphasis"><em>Tool options:</em></span> Docked below the main Toolbox is a Tool Options dialog, showing options for the currently selected tool (in this case, the Rectangle Select tool). </p> </li> <li> <p> <span class="emphasis"><em>An image window:</em></span> Each image open in GIMP is displayed in a separate window. Many images can be open at the same time: the limit is set only by the amount of system resources. It is possible to run GIMP without having any images open, but there are not very many useful things to do then. </p> </li> <li> <p> <span class="emphasis"><em>Layers Dialog:</em></span> This dialog window shows the layer structure of the currently active image, and allows it to be manipulated in a variety of ways. It is possible to do a few very basic things without using the Layers dialog, but even moderately sophisticated GIMP users find it indispensable to have the Layers dialog available at all times. </p> </li> <li> <p> <span class="emphasis"><em>Brushes/Patterns/Gradients:</em></span> The docked dialog below the layer dialog shows the dialogs for managing brushes, patterns and gradients. </p> </li> </ol> </div> <p> This is a minimal setup. There are over a dozen other types of dialogs used by GIMP for various purposes, but users typically create them when they are needed and close them when they are not. Knowledgeable users generally keep the Toolbox (with Tool Options) and Layers dialog around at all times. The Toolbox is essential to many GIMP operations; in fact, if you close it, GIMP will exit. (You are asked to confirm that you want to do this, though.) The Tool Options are actually a separate dialog, shown docked to the Main Toolbox in the screenshot. Knowledgeable users almost always have them set up this way: it is very difficult to use tools effectively without being able to see how their options are set. The Layers dialog comes into play whenever you work with an image that has multiple layers: once you advance beyond the very most basic stages of GIMP expertise, this means <span class="emphasis"><em>almost always</em></span>. And finally, of course, the necessity of having images displayed in order to work with them is perhaps obvious. </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 align="left" valign="top"> <p> If your GIMP layout gets trashed, fortunately the arrangement shown in the screenshot is pretty easy to recover. In the <span class="guimenu">File</span> menu from the Main Toolbox, selecting <span class="guimenu">File</span> → <span class="guisubmenu">Dialogs</span> → <span class="guisubmenu">Create New Dock</span> → <span class="guimenuitem">Layers, Channels, and Paths</span> will give you a Layers dialog just like the one shown. In the same menu, selecting <span class="guimenu">File</span> → <span class="guisubmenu">Dialogs</span> → <span class="guimenuitem">Tool Options</span> gives you a new Tool Options dialog, which you can then dock below the Main Toolbox. (The section on <a class="link" href="gimp-concepts-docks.html" title="2.3.  Dialogs and Docking">Dialogs and Docking</a> explains how to dock dialogs.) There is no need to be able to create a new Main Toolbox, because you cannot get rid of the one you have without causing GIMP to exit. </p> </td> </tr> </table> </div> <p> Unlike some other programs, GIMP does not give you the option of putting everything—controls and image displays—all into a single comprehensive window. GIMP developers have always felt that this is a poor way of working, because it forces the program to perform a wide range of functions that are much better done by a dedicated window manager. Not only would this waste a lot of programmer time, it is almost impossible to do in a way that works correctly across all of the operating systems GIMP is intended to run on. </p> <p> Earlier versions of GIMP (up to GIMP 1.2.5) were very profligate with dialogs: advanced users often had half a dozen or more dialogs open at once, scattered all over the screen and very difficult to keep track of. GIMP 2.0 is much better in this respect, because it allows dialogs to be docked together in a flexible way. (The Layers dialog in the screenshot actually contains four dialogs, represented by tabs: Layers, Channels, Paths, and Undo.) The system takes a little while to learn, but once you learn it, we hope that you will like it. </p> <p> The following sections will walk you through the components of each of the windows shown in the screenshot, explaining what they are and how they work. Once you have read them, plus the section describing the basic structure of GIMP images, you should have learned enough to use GIMP for a wide variety of basic image manipulations. You can then look through the rest of the manual at your leisure (or just experiment) to learn the almost limitless number of more subtle and specialized things that are possible. Have fun! </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="gimp-concepts-toolbox"></a>2.1.  <span lang="en" xml:lang="en">The Main Toolbox</span> </h3> </div> </div> </div> <a id="id2582681" class="indexterm"></a> <div class="figure"> <a id="id2582695"></a> <p class="title"> <b>Figure 3.2.  <span lang="en" xml:lang="en">Screenshot of the Toolbox</span> </b> </p> <div class="figure-contents"> <div class="mediaobject"> <img src="../images/using/toolbox-description.png" alt="Screenshot of the Toolbox" /> </div> </div> </div> <br class="figure-break" /> <p> The Main Toolbox is the heart of GIMP. It is the only part of the application that you cannot duplicate or close. Here is a quick tour of what you will find there. </p> <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Tip"> <tr> <td rowspan="2" align="center" valign="top" width="25"> <img alt="[Tip]" src="../images/tip.png" /> </td> <th align="left">Tip</th> </tr> <tr> <td align="left" valign="top"> <p> In the Toolbox, as in most parts of GIMP, moving the mouse on top of something and letting it rest for a moment will usually bring up a "tooltip" message that may help you understand what the thing is or what you can do with it. Also, in many cases you can press the <span class="keycap"><strong>F1</strong></span> key to get help about the thing that is underneath the mouse. </p> </td> </tr> </table> </div> <div class="orderedlist"> <ol type="1"> <li> <p> <span class="emphasis"><em>Toolbox Menu:</em></span> This menu is special: it contains some commands that cannot be found in the menus that are attached to images. (Also some that can.) These include commands for setting preferences, creating certain types of dialogs, etc. The contents are described systematically in the <a class="link" href="gimp-tools-menu.html" title="2.  The Toolbox “File” Menu">Toolbox Menu</a> section. </p> </li> <li> <p> <span class="emphasis"><em>Tool icons:</em></span> These icons are buttons which activate tools for a wide variety of purposes: selecting parts of images, painting on them, transforming them, etc. The <a class="link" href="gimp-toolbox.html#gimp-toolbox-introduction" title="1.  The Toolbox">Toolbox Introduction</a> section gives an overview of how to work with tools, and each tool is described systematically in the <a class="link" href="gimp-toolbox.html" title="Chapter 13.  Toolbox">Tools</a> chapter. </p> </li> <li> <p> <span class="emphasis"><em>Foreground/Background colors:</em></span> The color areas here show you GIMP's current foreground and background colors, which come into play in many operations. Clicking on either one of them brings up a color selector dialog that allows you to change to a different color. Clicking on the double-headed arrow swaps the two colors, and clicking on the small symbol in the lower left corner resets them to black and white. </p> </li> <li> <p> <span class="emphasis"><em>Brush/Pattern/Gradient</em></span> The symbols here show you <acronym class="acronym">GIMP's</acronym> current selections for: the Paintbrush, used by all tools that allow you to paint on the image (“<span class="quote">painting</span>” includes operations like erasing and smudging, by the way); for the Pattern, which is used in filling selected areas of an image; and for the Gradient, which comes into play whenever an operation requires a smoothly varying range of colors. Clicking on any of these symbols brings up a dialog window that allows you to change it. </p> </li> <li> <p> <span class="emphasis"><em>Active Image:</em></span> (This is a new feature in GIMP 2.2) In <acronym class="acronym">GIMP</acronym>, you can work with many images at once, but at any given moment, one of them is the “<span class="quote">active image</span>”. Here you find a small iconic representation of the active image. Clicking on it brings up a dialog with a list of all the currently open images, allowing you to make a different one active if you want to. (Clicking on the window where the image is displayed will accomplish the same thing, though.) </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 align="left" valign="top"> <p> The “<span class="quote">Active Image</span>” preview is disabled by default. If you want it, you can enable it in the <a class="link" href="gimp-pimping.html#gimp-prefs-toolbox" title="1.7.  Toolbox">Toolbox Preferences</a> tab. </p> </td> </tr> </table> </div> </li> </ol> </div> <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 align="left" valign="top"> <p> At every start, GIMP selects a tool (the brush), a color, a brush and a pattern by default, always the same. If you want GIMP to select the last tool, color, brush and pattern you used when quitting your previous session, check the <span class="guilabel">Save input device settings on exit</span> in <a class="link" href="gimp-pimping.html#gimp-prefs-input-devices" title="1.15.  Input Devices">Preferences/Input Devices</a>. </p> </td> </tr> </table> </div> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="gimp-first-steps.html"><img src="../images/prev.png" alt="Prev" /></a> </td> <td width="20%" align="center"> <a accesskey="u" href="gimp-first-steps.html"> <img src="../images/up.png" alt="Up" /> </a> </td> <td width="40%" align="right"> <a accesskey="n" href="gimp-image-window.html"><img src="../images/next.png" alt="Next" /></a></td> </tr> <tr> <td width="40%" align="left" valign="top"><a accesskey="p" href="gimp-first-steps.html">Chapter 3.  <span lang="en" xml:lang="en">First Steps With Wilber</span> </a> </td> <td width="20%" align="center"> <a accesskey="h" href="index.html"> <img src="../images/home.png" alt="Home" /> </a> </td> <td width="40%" align="right" valign="top"> <a accesskey="n" href="gimp-image-window.html">2.2.  <span lang="en" xml:lang="en">Image Window</span> </a></td> </tr> </table> </div> </body> </html>