Next Previous Table of Contents


The Clipboard

The clipboard is perhaps the most usefull tool of Babygimp. It is mainly used for the following functions:

Loading images to the clipboard

There are several ways to load an image to the clipboard:

  1. The menu function `Copy image to clipboard' saves the actual image to the clipboard.
  2. The menu function `Load file to clipboard' will pop up a file selection dialog.
  3. The submenu function `Exchange with image' exchanges the clipboard entry with the current image (of course you must have an image in the clipboard first).
  4. Select a rectangular region with the `Select Region' tool. `Cut' will remove the selected region from the image and save it to the clipboard. `Clip' will save the selected region to the clipboard without removing it from the image.
  5. Call Babygimp twice. This will not create a second instance of babygimp; instead the argument of the second call will be copied to the clipboard of the first call.

Combining images

The main purpose of the clipboard is to create new images from existing ones. Example:
Starting with these originals

  
[Example 1]
 [Example 2]
i could create this cool button

[Example 3]

in less then 5 minutes. (The sky background came from a plugin based on ppmforge)


Next Previous Table of Contents