home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / gimp-2.2.0.tar.gz / gimp-2.2.0.tar / gimp-2.2.0 / tips / gimp-tips.xml.in < prev    next >
Extensible Markup Language  |  2004-10-28  |  11KB  |  290 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE gimp-tips SYSTEM "gimp-tips.dtd">
  3.  
  4. <gimp-tips>
  5.  
  6. <!-- This is a list of tips for the GIMP.  Every time the GIMP is          -->
  7. <!-- started, one tip will be selected from this file and will be          -->
  8. <!-- displayed in the "Tip of the day" dialog.                             -->
  9. <!--                                                                       -->
  10. <!-- Tips in this file have been contributed by Zachary Beane, Mo Oishi,   -->
  11. <!-- Raphael Quinet, Sven Neumann, Carey Bunks and other people on the     -->
  12. <!-- gimp mailing lists and newsgroup (comp.graphics.apps.gimp).           -->
  13. <!--                                                                       -->
  14. <!-- The tips parser supports a very basic markup language. You may use    -->
  15. <!-- the tag b to specify bold text, big to increase the font size and     -->
  16. <!-- tt to switch to a monospace font.                                     -->
  17.  
  18. <!--                                                                       -->
  19. <!-- The first tip should be a welcome message, because this is the        -->
  20. <!-- first thing that a new user will see.                                 -->
  21. <!--                                                                       -->
  22.  
  23.   <tip level="start">
  24.     <_welcome>
  25.       <big>Welcome to the GIMP!</big>
  26.     </_welcome>
  27.     <_thetip>
  28.       The GIMP can undo most changes to the image, so feel free
  29.       to experiment.
  30.     </_thetip>
  31.   </tip>
  32.  
  33. <!--                                                                       -->
  34. <!-- Tips for beginners start here                                         -->
  35. <!-- (for people who are not familiar yet with layers and image formats)   -->
  36. <!--                                                                       -->
  37.  
  38.   <tip level="beginner">
  39.     <_thetip>
  40.     You can get context-sensitive help for most of the GIMP's features by
  41.     pressing the F1 key at any time.  This also works inside the menus.
  42.     </_thetip>
  43.   </tip>
  44.   <tip level="beginner">
  45.     <_thetip>
  46.     The GIMP uses layers to let you organize your image.  Think of them
  47.     as a stack of slides or filters, such that looking through them you
  48.     see a composite of their contents.
  49.     </_thetip>
  50.   </tip>
  51.   <tip level="beginner">
  52.     <_thetip>
  53.     You can perform many layer operations by right-clicking on the text
  54.     label of a layer in the Layers dialog.
  55.     </_thetip>
  56.   </tip>
  57.   <tip level="beginner">
  58.     <_thetip>
  59.     When you save an image to work on it again later, try using XCF,
  60.     the GIMP's native file format (use the file extension <tt>.xcf</tt>).
  61.     This preserves the layers and every aspect of your work-in-progress.
  62.     Once a project is completed, you can save it as JPEG, PNG, GIF, ...
  63.     </_thetip>
  64.   </tip>
  65.   <tip level="beginner">
  66.     <_thetip>
  67.     The layer named "Background" is special because it lacks
  68.     transparency. This prevents you from moving the layer up in the
  69.     stack.  You may add transparency to it by right-clicking in the
  70.     Layers dialog and selecting "Add Alpha Channel".
  71.     </_thetip>
  72.   </tip>
  73.   <tip level="beginner">
  74.     <_thetip>
  75.     Most plug-ins work on the current layer of the current image.  In
  76.     some cases, you will have to merge all layers (Image->Flatten Image)
  77.     if you want the plug-in to work on the whole image.
  78.     </_thetip>
  79.   </tip>
  80.   <tip level="beginner">
  81.     <_thetip>
  82.     Not all effects can be applied to all kinds of images.  This is
  83.     indicated by a grayed-out menu-entry.  You may need to change
  84.     the image mode to RGB (Image->Mode->RGB), add an alpha-channel
  85.     (Layer->Transparency->Add Alpha Channel) or flatten it
  86.     (Image->Flatten Image).
  87.     </_thetip>
  88.   </tip>
  89.  
  90. <!--                                                                       -->
  91. <!-- Tips for intermediate users start here                                -->
  92. <!--                                                                       -->
  93.  
  94.   <tip level="intermediate">
  95.     <_thetip>
  96.     You can drag and drop many things in the GIMP.  For example, dragging
  97.     a color from the toolbox or from a color palette and dropping it into
  98.     an image will fill the current image or selection with that color.
  99.     </_thetip>
  100.   </tip>
  101.   <tip level="intermediate">
  102.     <_thetip>
  103.     When using a drawing tool (Paintbrush, Airbrush, or Pencil),
  104.     <tt>Shift</tt>-click will draw a straight line from your last drawing
  105.     point to your current cursor position.  If you also press <tt>Ctrl</tt>,
  106.     the line will be constrained to 15 degree angles.
  107.     </_thetip>
  108.   </tip>
  109.   <tip level="intermediate">
  110.     <_thetip>
  111.     You can use the middle mouse button to pan around the image, if it's
  112.     larger than its display window.
  113.     </_thetip>
  114.   </tip>
  115.   <tip level="intermediate">
  116.     <_thetip>
  117.     Click and drag on a ruler to place a guide on an image.  All
  118.     dragged selections will snap to the guides.  You can remove
  119.     guides by dragging them off the image with the Move tool.
  120.     </_thetip>
  121.   </tip>
  122.   <tip level="intermediate">
  123.     <_thetip>
  124.     You can drag a layer from the Layers dialog and drop it onto the
  125.     toolbox.  This will create a new image containing only that layer.
  126.     </_thetip>
  127.   </tip>
  128.   <tip level="intermediate">
  129.     <_thetip>
  130.     A floating selection must be anchored to a new layer or to the last
  131.     active layer before doing other operations on the image.  Click on the
  132.     "New Layer" or the "Anchor Layer" button in the
  133.     Layers dialog, or use the menus to do the same.
  134.     </_thetip>
  135.   </tip>
  136.   <tip level="intermediate">
  137.     <_thetip>
  138.     The GIMP supports gzip compression on the fly.  Just add <tt>.gz</tt>
  139.     (or <tt>.bz2</tt>, if you have bzip2 installed) to the filename and
  140.     your image will be saved compressed.  Of course loading compressed
  141.     images works too.
  142.     </_thetip>
  143.   </tip>
  144.   <tip level="intermediate">
  145.     <_thetip>
  146.     Pressing and holding the <tt>Shift</tt> key before making a selection
  147.     allows you to add to the current selection instead of replacing it.
  148.     Using <tt>Ctrl</tt> before making a selection subtracts from the
  149.     current one.
  150.     </_thetip>
  151.   </tip>
  152.   <tip level="intermediate">
  153.     <_thetip>
  154.     You can press or release the <tt>Shift</tt> and <tt>Ctrl</tt> keys
  155.     while you are making a selection in order to constrain it to a
  156.     square or a circle, or to have it centered on its starting point.
  157.     </_thetip>
  158.   </tip>
  159.   <tip level="intermediate">
  160.     <_thetip>
  161.     You can adjust or move a selection by using <tt>Alt</tt>-drag.
  162.     If this makes the window move, your window manager uses the
  163.     <tt>Alt</tt> key already. Try pressing <tt>Shift</tt> at the same
  164.     time.
  165.     </_thetip>
  166.   </tip>
  167.   <tip level="intermediate">
  168.     <_thetip>
  169.     You can draw simple squares or circles using Edit->Stroke Selection.
  170.     It strokes the edge of your current selection. More complex shapes
  171.     can be drawn using the Path tool or with Filters->Render->Gfig.
  172.     </_thetip>
  173.   </tip>
  174.   <tip level="intermediate">
  175.     <_thetip>
  176.     If you stroke a path (Edit->Stroke Path), the paint tools can
  177.     be used with their current settings.  You can use the Paintbrush in
  178.     gradient mode or even the Eraser or the Smudge tool.
  179.     </_thetip>
  180.   </tip>
  181.   <tip level="intermediate">
  182.     <_thetip>
  183.     You can create and edit complex selections using the Path tool.
  184.     The Paths dialog allows you to work on multiple paths and to convert
  185.     them to selections.
  186.     </_thetip>
  187.   </tip>
  188.   <tip level="intermediate">
  189.     <_thetip>
  190.     You can use the paint tools to change the selection.  Click on the
  191.     "Quick Mask" button at the bottom left of an image window.
  192.     Change your selection by painting in the image and click on the button
  193.     again to convert it back to a normal selection.
  194.     </_thetip>
  195.   </tip>
  196.   <tip level="intermediate">
  197.     <_thetip>
  198.     You can save a selection to a channel (Select->Save to Channel) and
  199.     then modify this channel with any paint tools.  Using the buttons in
  200.     the Channels dialog, you can toggle the visibility of this new channel
  201.     or convert it to a selection.
  202.     </_thetip>
  203.   </tip>
  204.  
  205. <!--                                                                       -->
  206. <!-- Tips for advanced users start here                                    -->
  207. <!-- (this is mostly for learning shortcut keys)                           -->
  208. <!--                                                                       -->
  209.  
  210.   <tip level="advanced">
  211.     <_thetip>
  212.     After you enabled "Dynamic Keyboard Shortcuts" in the
  213.     Preferences dialog, you can reassign shortcut keys. Do so by bringing
  214.     up the menu, selecting a menu item, and pressing the desired key
  215.     combination. If "Save Keyboard Shortcuts" is enabled, the
  216.     key bindings are saved when you exit GIMP.
  217.     </_thetip>
  218.   </tip>
  219.   <tip level="advanced">
  220.     <_thetip>
  221.     If your screen is too cluttered, you can press <tt>Tab</tt> multiple
  222.     times in an image window to hide or show the toolbox and other dialogs.
  223.     </_thetip>
  224.   </tip>
  225.   <tip level="advanced">
  226.     <_thetip>
  227.     You can adjust the selection range for fuzzy select
  228.     by clicking and dragging left and right.
  229.     </_thetip>
  230.   </tip>
  231.   <tip level="advanced">
  232.     <_thetip>
  233.     <tt>Shift</tt>-click on the eye icon in the Layers dialog to hide all
  234.     layers but that one.  <tt>Shift</tt>-click again to show all layers.
  235.     </_thetip>
  236.   </tip>
  237.   <tip level="advanced">
  238.     <_thetip>
  239.     <tt>Ctrl</tt>-click on the layer mask's preview in the Layers dialog
  240.     toggles the effect of the layer mask.
  241.     </_thetip>
  242.   </tip>
  243.   <tip level="advanced">
  244.     <_thetip>
  245.     <tt>Alt</tt>-click on the layer mask's preview in the Layers dialog
  246.     toggles viewing the mask directly.
  247.     </_thetip>
  248.   </tip>
  249.   <tip level="advanced">
  250.     <_thetip>
  251.     You can use <tt>Alt</tt>-<tt>Tab</tt> to cycle through all layers in
  252.     an image (if your window manager doesn't trap those keys...).
  253.     </_thetip>
  254.   </tip>
  255.   <tip level="advanced">
  256.     <_thetip>
  257.     <tt>Ctrl</tt>-click with the Bucket Fill tool to have it use
  258.     the background color instead of the foreground color.
  259.     </_thetip>
  260.   </tip>
  261.   <tip level="advanced">
  262.     <_thetip>
  263.     <tt>Ctrl</tt>-drag with the Rotate tool will constrain the
  264.     rotation to 15 degree angles.
  265.     </_thetip>
  266.   </tip>
  267.   <tip level="advanced">
  268.     <_thetip>
  269.     To create a circle-shaped selection, hold <tt>Shift</tt> while doing
  270.     an ellipse select. To place a circle precisely, drag horizontal and
  271.     vertical guides tangent to the circle you want to select, place
  272.     your cursor at the intersection of the guides, and the resulting
  273.     selection will just touch the guides.
  274.     </_thetip>
  275.   </tip>
  276.   <tip level="advanced">
  277.     <_thetip>
  278.     If some of your scanned photos do not look colorful enough, you can
  279.     easily improve their tonal range with the "Auto" button in the
  280.     Levels tool (Layer->Colors->Levels).  If there are any color casts,
  281.     you can correct them with the Curves tool (Layer->Colors->Curves).
  282.     </_thetip>
  283.   </tip>
  284.  
  285. <!--                                                                       -->
  286. <!-- (end of tips)                                                         -->
  287. <!--                                                                       -->
  288.  
  289. </gimp-tips>
  290.