Book Image

GIMP 2.6 cookbook

By : Juan Manuel Ferreyra
Book Image

GIMP 2.6 cookbook

By: Juan Manuel Ferreyra

Overview of this book

<p>The GIMP (GNU Image Manipulation Program) is a freely distributed piece of software for such tasks as photo retouching, image composition, and image authoring, and is a viewed by many as a rival to commercial applications like Photoshop. The GIMP is one of Open Source's legendary applications &ndash; renowned for its power and flexibility, but daunting to new users and with a steep learning curve to mastery.</p> <p>This book is packed with answers to get you preparing great images with the GMP immediately. Even if you are a relative novice to this powerhouse application, the straightforward instructions will guide you through the tasks to unleash your true creativity without being hindered by the system.</p> <p><i>GIMP 2.6 Cookbook</i> begins with simple tasks like drawing and painting and then moves into the deeper and more rewarding areas of filters, effects, text, and fonts. You will learn how to create fantastic logos, scintillating effects, and beautiful backgrounds. Experiment with color and sharpness and also create a web design layout for your website. Imagine how great you will feel when you are equipped to create wonderful images that can give your website a much-deserved makeover.</p> <p>Straightforward instructions guide you through tasks with the GIMP to unleash your true creativity without being hindered by the complexity of the system</p> <p>&nbsp;</p> <p><b></b></p> <h3><b><center>Practical recipes with real results:</center></b></h3> <p style="text-align: center;"><img src="https://www.packtpub.com/sites/default/files/gimp_cookbook_create_web_graphics.jpg" border="0" width="580" height="939" /></p> <p>&nbsp;</p>
Table of Contents (17 chapters)
GIMP 2.6 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using Undo


The undo operation can be applied almost to anything in GIMP. You can access it by clicking Edit | Undo, or by it's hotkey Ctrl + Z. If you want to restore the last operation after undoing it, just hit Ctrl + Y or Edit | Redo to redo it. There is a way to keep track of what were the last operations applied to an image. Just look at the Undo History dialog. Keep in mind that this history is not saved when you save your image to disk. The length of the Undo History can be changed inside the Edit | Preferences | Environment window:

Check the Minimal number of undo levels and the Maximum undo memory options. The first one sets how many undo levels GIMP will maintain, regardless of how much memory they consume. The second option sets the maximum amount of memory GIMP will use for the undo before it starts deleting the oldest undo operations.

There are a few things that cannot be undone:

  • Closing the image.

  • Reloading the image from the file.

  • Complex manipulations. For example, working with the Intelligent Scissors tool means you have to create a path and create a selection. Clicking undo will not get you back to the path creation, only to the starting point.

  • Filters and plugins can be undone, but that depends on how each operation they perform is implemented. If it's not, that can corrupt your undo history, deleting not only the last but all the history. That can also happen if you cancel a plugin/filter operation before it's done. The filters and plugins that come with GIMP are fully tested, but you should check the documentation of any filter or plugin you get from anywhere else to avoid running into any kind of problem while working.