<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; gimp</title> <atom:link href="http://www.ghacks.net/tag/gimp/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 09:07:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Working with bezier curves and nodes in Inkscape</title><link>http://www.ghacks.net/2010/12/21/working-with-bezier-curves-and-nodes-in-inkscape/</link> <comments>http://www.ghacks.net/2010/12/21/working-with-bezier-curves-and-nodes-in-inkscape/#comments</comments> <pubDate>Tue, 21 Dec 2010 21:11:47 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bezier]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[inkscape]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=38219</guid> <description><![CDATA[If you do any graphics you know that, at some point, your work is going to have to turn to much higher quality tools. Although I find The GIMP great for day to day raster work, when you need higher quality, line art and vector graphics, you have to turn to a took like Inkscape. [...]]]></description> <content:encoded><![CDATA[<p>If you do any graphics you know that, at some point, your work is going to have to turn to much higher quality tools. Although I find The GIMP great for day to day raster work, when you need higher quality, line art and vector graphics, you have to turn to a took like <a
title="Inkscape" href="http://inkscape.org/" target="_blank">Inkscape</a>. Inkscape is an open source vector graphics editor  available for Linux, Mac, and Windows. Inkscape is similar in scope and purpose to Illustrator, Corel Draw, and Xara X. But unlike The GIMP (and other raster editors), Inkscape isn&#8217;t quite as simple to use. You won&#8217;t open Inkscape and quickly whip out a button or logo for a web site. What you will create are very detailed, high resolution, works that are scalable and print-worthy.</p><p>Because of the complication of Inkscape, I though it would make sense to illustrate some of the techniques with this tool in a series. In this first entry I will show you how to work with one of Inkscape&#8217;s most fundamental tools &#8211; bezier curves. It is with this tool that you create most of your work.</p><p><span
id="more-38219"></span><strong>What is a bezier curve anyway?</strong></p><div
id="attachment_38220" class="wp-caption alignleft" style="width: 312px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/12/geometry.png"><img
class="size-full wp-image-38220 " src="http://www.ghacks.net/wp-content/uploads/2010/12/geometry.png" alt="" width="302" height="150" /></a><p
class="wp-caption-text">Figure 1</p></div><p>A bezier curve is a smooth curve, made up of paths, with controllable nodes (or handles) that allow you to manipulate the curve in numerous ways. A curve can have any number of paths and the more paths the smoother the curve. A very simple way to think about this is examining two different geometric figures. Take a look at Figure 1. Here you see two different geometric shapes. On the left you have a hexagon (six sides) and on the right you have an icosagon (20 sides). Obviously the image on the right looks more like a circle. Why? More &#8220;paths&#8221;. That is what we are dealing with here.</p><p>If you can imagine the figures at the right starting as squares and then, using the right tool, adding new nodes into the path sections (a square would have four &#8220;paths&#8221; by default. The more nodes you place on a path, the more you can manipulate that path. Enough nodes and a square can be manipulated into a circle.</p><p>Now, let&#8217;s see how this is used in Inkscape.</p><p><strong>Create a shape with the tool</strong></p><div
id="attachment_38221" class="wp-caption alignright" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/12/inkscape.png"><img
class="size-medium wp-image-38221 " src="http://www.ghacks.net/wp-content/uploads/2010/12/inkscape-550x435.png" alt="" width="330" height="261" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Open up Inkscape and then select the Bezier Curve tool (on the left side). With that tool you are going to create a shape. You don&#8217;t just click the mouse and start drawing though. You create paths. If you want to create a square with this tool you must hold down the shift key, click a point on the blank canvas and then click the remaining points of the square. You must hold down the shift key the whole time you are creating and then make sure you close off the square by clicking on the original point with the final point (see Figure 2).</p><div
id="attachment_38222" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/12/inkscape_poly.png"><img
class="size-medium wp-image-38222 " src="http://www.ghacks.net/wp-content/uploads/2010/12/inkscape_poly-550x435.png" alt="" width="330" height="261" /></a><p
class="wp-caption-text">Figure 3</p></div><p>Now to add nodes to the paths (of which you have four). Click on the Edit Path by Nodes tool (second from the top on the left). Now click on the Insert New Nodes button (far left on the top row of icons). Double-click in the center of the top path. This will create a new node in the path. Do this for both the sides and the bottom paths. Once you have done that you will have a square with eight total nodes. If you click and drag each of the center nodes outward you will have an octagon (see figure 3). You can then add more nodes and continue smoothing out that shape until you eventually have a circle.</p><p>And that is one way to work with bezier curves and nodes.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/21/working-with-bezier-curves-and-nodes-in-inkscape/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Change perspective of images in The GIMP</title><link>http://www.ghacks.net/2010/10/31/change-perspective-of-images-in-the-gimp/</link> <comments>http://www.ghacks.net/2010/10/31/change-perspective-of-images-in-the-gimp/#comments</comments> <pubDate>Sun, 31 Oct 2010 17:07:42 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[3d images]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[perspective]]></category> <category><![CDATA[photoshop]]></category> <category><![CDATA[The GIMP]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36395</guid> <description><![CDATA[The GIMP is one of the most powerful of the free, open source image manipulation tools you will ever use. It seems the possibilities are nearly limitless. But for some users, the barrier to entry on The GIMP is too challenging to get over. Although it may seem that way, it is not necessarily true. [...]]]></description> <content:encoded><![CDATA[<p>The GIMP is one of the most powerful of the free, open source image manipulation tools you will ever use. It seems the possibilities are nearly limitless. But for some users, the barrier to entry on The GIMP is too challenging to get over. Although it may seem that way, it is not necessarily true. And to help illustrate that, I am going to demonstrate how to tackle one of the more challenging tools in The GIMPs tool kit &#8211; the Perspective tool.</p><p>Perspective is the ability to make it look like you are seeing objects coming or going or to give them a three dimensional shape. Although it may seem like a difficult tool to use, it&#8217;s actually quite easy (once you get the hang of it). Let&#8217;s see just how this is done.</p><p><span
id="more-36395"></span><strong>Assumptions</strong></p><p>Naturally I will assume you already have The GIMP installed on your machine. I will also assume you have at least a rudimentary grasp on how The GIMP is used (as I won&#8217;t be explaining fundamentals of GIMPs usage). Now, with that said, let&#8217;s get to work.</p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong></p><div
id="attachment_36398" class="wp-caption alignleft" style="width: 194px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/10/prospective_tool.png"><img
class="size-medium wp-image-36398  " src="http://www.ghacks.net/wp-content/uploads/2010/10/prospective_tool-306x500.png" alt="" width="184" height="300" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The Perspective tool</strong></p><p>When you open up The GIMP you will find the Perspective tool in the toolbox. Figure 1 shows the Perspective tool selected. As you can see you can change the Interpolation and the Clipping as well as the Direction.</p><p>What I want to do is to show you how to create a road that</p><div
id="attachment_36399" class="wp-caption alignright" style="width: 188px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/10/road.png"><img
class="size-medium wp-image-36399  " src="http://www.ghacks.net/wp-content/uploads/2010/10/road-493x500.png" alt="" width="178" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>looks like it&#8217;s coming at you. The initial image (Figure 2) was created by simply drawing two solid lines and a dotted line.</p><p>Because you are going to be actually changing the shape of the image, you need to copy your image onto a larger image. If you do not do this you will not have room to change the perspective of your working image. In the case of our example I will create a newer, larger workspace with the same background color as what you see in Figure 2.</p><div
id="attachment_36400" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/10/perspective_working.png"><img
class="size-medium wp-image-36400 " src="http://www.ghacks.net/wp-content/uploads/2010/10/perspective_working-500x419.png" alt="" width="300" height="251" /></a><p
class="wp-caption-text">Figure 3</p></div><p>With the new workspace created copy the contents of what you want to work with into the new space. Once that is there select the perspective tool.</p><p>When you click on your working image you will see four small squares appear, one in each corner of the copied image. All you need to do is manipulate those corners around until you get the exact perspective you need. Figure 3 shows how The GIMPs perspective tool shows you the original perspective and your working perspective.</p><p>When you have the exact look you want you will need to click the Transform button in the floating Perspective window.</p><div
id="attachment_36401" class="wp-caption alignright" style="width: 273px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/10/road_complete.png"><img
class="size-full wp-image-36401 " src="http://www.ghacks.net/wp-content/uploads/2010/10/road_complete.png" alt="" width="263" height="185" /></a><p
class="wp-caption-text">Figure 4</p></div><p>When you are done, you will have a 3D looking image of a road appearing to come your way (see Figure 4).</p><p>Sure you could have done this freehand, but the task is far, far easier using the tool dedicated to that single purpose.</p><p><strong>Final thoughts</strong></p><p>The GIMP is filled with handy tools like the Perspective tools. And each of these tools only takes a short period to get used to how they work. The Perspective tool is no different. And, in the end, you will create fantastic images with ease.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/31/change-perspective-of-images-in-the-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Add brushes to The GIMP</title><link>http://www.ghacks.net/2010/10/04/add-brushes-to-the-gimp/</link> <comments>http://www.ghacks.net/2010/10/04/add-brushes-to-the-gimp/#comments</comments> <pubDate>Sun, 03 Oct 2010 23:01:23 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[brushes]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[gimp brushes]]></category> <category><![CDATA[image editor]]></category> <category><![CDATA[photo editing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35518</guid> <description><![CDATA[The GIMP has a ton of tools for the user to take advantage of. From editing tools to drawing tools to filters to script fu to a whole host of other possibilities. One tool that many don&#8217;t take advantage of is bushes. Brushes in The GIMP allow the user to extend The GIMP&#8217;s flexibility by creating [...]]]></description> <content:encoded><![CDATA[<p>The GIMP has a ton of tools for the user to take advantage of. From editing tools to drawing tools to filters to script fu to a whole host of other possibilities. One tool that many don&#8217;t take advantage of is bushes.</p><p>Brushes in The GIMP allow the user to extend The GIMP&#8217;s flexibility by creating different ways to draw with effect or style. Brushes can be any number of styles from either standard drawing tool brushes to more artistic brushes.  Regardless of the type of brush you want to add (you can even create your own), you have to know how to add them, before you can use them. In this Ghacks article I will show you how to add new brushes to The GIMP in Linux.</p><p><span
id="more-35518"></span><strong>Where to find brushes</strong></p><p>Obviously you have to have brushes in order to add them. If you are not creating your own brushes, you will need to find them online. There is a wealth of resources for The GIMP on line. Here are some great sites to find brushes to add to The GIMP.</p><p><a
title="TechZillo" href="http://www.techzilo.com/gimp-brushes/" target="_blank">TechZillo</a>: One fine collection of artistic brushes. This site includes blood splatter brushes, grass blade brushes, scratch brushes, grunge brushes, and more.</p><p><a
title="deviantArt GIMP brushes" href="http://browse.deviantart.com/resources/applications/gimpbrushes/" target="_blank">deviantArt</a>: A small collection but includes spiderwebs and firework brushes.</p><p><a
title="Free Brushes" href="http://free-brushes.com/" target="_blank">Free Brushes</a>: A site dedicated to free brushes for not only The GIMP but also Photoshop and Paint Shop Pro.</p><p><a
title="1000 Free Brushes" href="http://www.noupe.com/gimp/1000-free-high-resolution-gimp-brushes.html" target="_blank">1000 Free Brushes</a>: That&#8217;s right, 1,000 free brushes for The GIMP.</p><p><strong>Installing brushes</strong></p><p>When you download a brush (or set of brushes) you are going to find either a single .gbr file or an archive of collected .gbr files. Once you have downloaded the file(s) (we&#8217;ll assume they have been downloaded to <strong>~/Downloads</strong>) open up a terminal window and unpack the file (if needed). Now, from the terminal window follow these steps:</p><ol><li>Make sure The GIMP is closed.</li><li>If you are using a distribution that requires you to <em>su</em> to the root user, do so first.</li><li>Issue the command <em>ls *gbr </em>to make sure you are in the correct directory and the files are there.</li><li>Issue the command <em>sudo mv *gbr /usr/share/gimp/2.x/brushes </em>Where x is the release of The GIMP you are using. NOTE: If you are using a distribution that does not require <em>sudo</em> leave that portion out of the command.</li></ol><p>That&#8217;s it. You can now fire up The GIMP and begin using the new brushes. Let&#8217;s see how this is done.</p><p><strong>Usage</strong></p><div
id="attachment_35520" class="wp-caption alignleft" style="width: 131px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/10/gimp_brushes.png"><img
class="size-medium wp-image-35520 " src="http://www.ghacks.net/wp-content/uploads/2010/10/gimp_brushes-202x500.png" alt="" width="121" height="300" /></a><p
class="wp-caption-text">Figure 1</p></div><p>I have downloaded a fun set of brushes called <a
title="Doodle 2" href="http://hawksmont.com/blog/gimp-brushes-doodles-part-2/" target="_blank">Doodle 2</a>. After installing the brushes, I open up The GIMP and when I click the Brushes button, I can see all of the new Doodle 2 brushes in the tool (see Figure 1). As you can see, near the bottom of brushes window, the Doodle 2 brushes are there. All you need to do is click a tool that can use brushes, like the paintbrush, and then select the brush you wan to use.</p><p><strong>Final thoughts</strong></p><p>That&#8217;s it. Adding new brushes really is a great way to make The GIMP easier and far more useful. And don&#8217;t forget, you can also create your own brushes for The GIMP.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/04/add-brushes-to-the-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Five handy tools in the GIMP toolbox</title><link>http://www.ghacks.net/2010/04/22/five-handy-tools-in-the-gimp-toolbox/</link> <comments>http://www.ghacks.net/2010/04/22/five-handy-tools-in-the-gimp-toolbox/#comments</comments> <pubDate>Thu, 22 Apr 2010 11:15:45 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[image manipulation]]></category> <category><![CDATA[toolbox]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24781</guid> <description><![CDATA[For many Linux users, The GIMP (GNU Image Manipulation Project) seems to mostly be a tool of mystery and confusion. The biggest reason for this is lack of exposure. Most users that complain about The GIMP&#8217;s interface really only need to get to know the interface. I have covered The GIMP a few times here [...]]]></description> <content:encoded><![CDATA[<p>For many Linux users, The GIMP (GNU Image Manipulation Project) seems to mostly be a tool of mystery and confusion. The biggest reason for this is lack of exposure. Most users that complain about The GIMP&#8217;s interface really only need to get to know the interface. I have covered The GIMP a few times here on Ghacks (Check out our <a
title="GIMP" href="http://www.ghacks.net/index.php?s=gimp" target="_blank">GIMP content</a>), but I have yet to break this application down to it&#8217;s handiest of tools. And that&#8217;s what this article will do&#8230;take some of those tools from the toolbox, the ones you should know the most, and help you to become familiar with them.</p><p>Some of these tools you might already know, some of them you may not already know, some of them you will be very glad you now know. So, with that said, let&#8217;s get our GIMP on!</p><p><span
id="more-24781"></span><strong>Remember the &#8220;toolbox&#8221;</strong></p><div
id="attachment_24782" class="wp-caption alignleft" style="width: 101px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_toolbox.png"><img
class="size-medium wp-image-24782 " style="margin-left: 5px;margin-right: 5px" src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_toolbox-152x499.png" alt="" width="91" height="299" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Before we start with the tools, let me remind you where the toolbox is. When The GIMP opens, three windows should appear:</p><p>* The Main Window<br
/> * The Dockable Dialog Window<br
/> * The Toolbox</p><p>The Toolbox (see Figure 1) is the window that allows you to pick your tool of choice. In order to select a tool, you only need to click its button. When you do select a tool, the lower pane will change according to the tool you have chosen. By default, the Paintbrush tool is selected.</p><p>Now, let&#8217;s take a look at those tools you should know the most.</p><p><strong>Move tool</strong></p><div
id="attachment_24783" class="wp-caption alignright" style="width: 42px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_move.png"><img
class="size-full wp-image-24783" src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_move.png" alt="" width="32" height="33" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The move tool (see icon in Figure 2) allows you to move your selections around on your image. This is one of the most used tools in The GIMP, but often the most overlooked. Most users assume, once you have placed an element on your image, you can just move it around at will. You can, if the move tool is selected.</p><p><strong>Color tool</strong></p><div
id="attachment_24784" class="wp-caption alignleft" style="width: 41px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_color_tool.png"><img
class="size-full wp-image-24784" src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_color_tool.png" alt="" width="31" height="33" /></a><p
class="wp-caption-text">Figure 3</p></div><p>The color tool (see icon in Figure 3) is one of those tools you will soon wonder how you worked without. With this tool you can select a single color on your entire image. Say, for instance, you have an image with a red background and you want to copy everything but the red background. You can select the Color tool and then click on the red of the background. This action will select everything on your image that is of that exact same color. You can then invert your selection and then copy the contents. You have to be careful using this tool as it does include all of that same color from your image. So if there is red in the portion of the image you want to copy, it will be left out.</p><p><strong>Color Picker</strong></p><div
id="attachment_24785" class="wp-caption alignright" style="width: 39px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_color_picker.png"><img
class="size-full wp-image-24785" src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_color_picker.png" alt="" width="29" height="32" /></a><p
class="wp-caption-text">Figure 4</p></div><p>The color picker (see icon in Figure 4) is a simple, but very useful tool. When you select a color with the Color Picker it places that color in your color palette. The selected color will be selected as your foreground color. This tool will keep you from having to try to guess the exact colors for your work.</p><p><strong>Measure tool</strong></p><div
id="attachment_24786" class="wp-caption alignleft" style="width: 41px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_measure.png"><img
class="size-full wp-image-24786" src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_measure.png" alt="" width="31" height="35" /></a><p
class="wp-caption-text">Figure 5</p></div><p>This tool (see icon in Figure 5) is for anyone that has to do exact work. When you use this tool you select two points and at the bottom of the image window and drag the second point to its destination. During the dragging you will see, at the bottom of the image window, the length (in pixels) and angle (relative to horizon).</p><p><strong>Scissors selector</strong></p><div
id="attachment_24787" class="wp-caption alignright" style="width: 44px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_scissors.png"><img
class="size-full wp-image-24787" src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_scissors.png" alt="" width="34" height="33" /></a><p
class="wp-caption-text">Figure 6</p></div><p>There are numerous ways to select a portion of your image. One of those tools is the Scissors select tool (see icon in Figure 6). This tool allows you to place points on your image and the tool will automatically connect those points using intelligent edge fitting. The best way to describe intelligent edge fitting is to show you (see Figure 7).</p><div
id="attachment_24788" class="wp-caption alignleft" style="width: 120px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_edge_fitting.png"><img
class="size-full wp-image-24788 " src="http://www.ghacks.net/wp-content/uploads/2010/04/gimp_edge_fitting.png" alt="" width="110" height="167" /></a><p
class="wp-caption-text">Figure 7</p></div><p>As you can see, the lines connecting each point attempt to attach themselves to any edge along the path. This is a very handy way to make cut outs of images for illustration purposes.</p><p><strong>Final thoughts</strong></p><p>And there you have it&#8230;five handy GIMP tools that you may not have known about. It is one of my goals to help people see that The GIMP is not as difficult as it would see, nor is the interface as bad as some think. I hope you find these GIMP tools as handy as I do. We&#8217;ll revisit this topic and cover five more handy GIMP tools later.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/22/five-handy-tools-in-the-gimp-toolbox/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>A few cool plugins for The GIMP (and how to add them)</title><link>http://www.ghacks.net/2010/01/09/a-few-cool-plugins-for-the-gimp-and-how-to-add-them/</link> <comments>http://www.ghacks.net/2010/01/09/a-few-cool-plugins-for-the-gimp-and-how-to-add-them/#comments</comments> <pubDate>Sat, 09 Jan 2010 16:30:35 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[GIMP plugins]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[graphics plugins]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22164</guid> <description><![CDATA[One of the many nicer aspects of the GIMP (GNU Image Manipulation Project) is that, like Photoshop, you can extend it&#8217;s usability by adding plug-ins and scripts. These plug-ins are quite numerous (and can be found on the GIMP Plug-in Registry). Not only can you find plug-ins, you can also find perl, script-fu, and python [...]]]></description> <content:encoded><![CDATA[<p>One of the many nicer aspects of the GIMP (GNU Image Manipulation Project) is that, like Photoshop, you can extend it&#8217;s usability by adding plug-ins and scripts. These plug-ins are quite numerous (and can be found on the <a
title="GIMP Plug-in registry" href="http://registry.gimp.org/?panodege=1" target="_blank">GIMP Plug-in Registry</a>). Not only can you find plug-ins, you can also find perl, script-fu, and python scripts for The GIMP. These plugins (and scripts) range from the general to the very specific. In this article I am going to highlight a few of these plugins as well as show you how to install them.  NOTE: These plugins do work with GIMP for both Windows and Mac.</p><p><span
id="more-22164"></span><strong>Which version?</strong></p><p>The version of The GIMP you are using will matter. If you open up GIMP click on the Help menu and select About. A new window will open informing you which version you are using. I am running 2.6.8. If you can, update your version to the latest so this article will make better sense (and you&#8217;re not having to convert from the old style of 2.4.)</p><p>Fortunately you won&#8217;t have to do anything extra with GIMP &#8211; you only have to download the plug-ins you want, place them in the proper directory, and restart GIMP. That&#8217;s it. Of course, after you&#8217;ve restarted the application, it is some times a matter of locating the plugins.</p><p><strong>Where to place the pulg-ins</strong></p><p>I will assume you are using GIMP in Linux. That being the case you will find a directory in your ~/ directory called <strong>.gimp-XXX </strong>(where <strong>XXX </strong>is the release number). In my case I am looking at <strong>~/.gimp-2.6</strong>. Within that directory you will find two different subdirectories that will house most of your plugins:</p><ul><li><strong>plug-ins</strong>: If the file is a uncompresses as a directory, it will be unpacked and placed here.</li><li><strong>scripts</strong>: If the file has an .scm extension (or compressed archive contains an .scm file), it will go in here.</li></ul><p>Now that you know where these directories are, let&#8217;s take a look at a few plugins you might like.</p><p><strong><a
title="Calendar Maker" href="http://registry.gimp.org/node/20193" target="_blank">Calendar Maker</a></strong></p><div
id="attachment_22165" class="wp-caption alignleft" style="width: 259px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/01/gimp_calendar.png"><img
class="size-full wp-image-22165 " src="http://www.ghacks.net/wp-content/uploads/2010/01/gimp_calendar.png" alt="" width="249" height="293" /></a><p
class="wp-caption-text">Figure 1</p></div><p>This simple plugin will take an image you have and render a month calendar on top of it. This script-fu is installed into <strong>~/.gimp-XXX/scripts</strong> and will be found in the <strong>Filters &gt; Render </strong>menu. When you open up the tool you will see a fairly straight-forward window (see Figure 1).</p><p>To create a calendar follow these steps:</p><p>1) Open up the image you want to lay the calendar over.</p><p>2) Click the <strong>Filters &gt; Render</strong> menu path and select Calendar.</p><p>3) Configure the calendar how you want it.</p><p>4) Click OK and watch the calendar render.</p><p>You can then print out your calendar and use it as desired.</p><p><strong><a
title="Splix" href="http://registry.gimp.org/node/20193" target="_blank">Splix</a></strong></p><div
id="attachment_22166" class="wp-caption alignright" style="width: 239px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/01/gimp_splix.png"><img
class="size-full wp-image-22166 " src="http://www.ghacks.net/wp-content/uploads/2010/01/gimp_splix.png" alt="" width="229" height="283" /></a><p
class="wp-caption-text">Figure 2</p></div><p>If you are into gray-scale or sepia tone images, Splix is right up your alley. What you can do with this plugin is take an image and remap the colors to a lighter and a darker color. This is great for when you want to make a sepia tone image with different tones. To install this plug-in move the *scm file to the <strong>scripts</strong> directory and restart GIMP. To use Splix simply:</p><p>1) Open up the image you want to manipulate.</p><p>2 ) Go to the <strong>Filters &gt; Red Storm FX </strong>menu and select Splix.</p><p>3) Manipulate the controls as you see fit (see Figure 2).</p><p>4) Click OK.</p><p>Your image will now be re-rendered in the two tones you selected.</p><p><strong>RSS Lightsaber</strong></p><div
id="attachment_22167" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/01/naya_b_f.png"><img
class="size-medium wp-image-22167 " src="http://www.ghacks.net/wp-content/uploads/2010/01/naya_b_f-500x172.png" alt="" width="300" height="103" /></a><p
class="wp-caption-text">Figure 3</p></div><p>This one is a lot of fun. Add a lightsaber effect to any image. Figure 3 shows a simple before and after of an image. This script is installed into the <strong>scripts </strong>directory (even though it downloads as a tar file &#8211; it contains documentation). So you will download hte file, unpack it, and move the *scm file to the <strong>scripts </strong>directory.</p><p>To use RSS Lightsaber open up the image you want to manipulate and follow these instructions:</p><p>1) Add a new layered (call it Blade Layer).</p><p>2) Create the &#8220;sabers&#8221; using the drawing tool (they MUST be white).</p><p>3) Remain within the Blade Layer and go to the <strong>Filters &gt; Red Storm FX </strong>menu and select RSS Lightsaber.</p><p>4) Select the core size, glow size, and glow color and select OK.</p><p>Your image will not be rendered with beautiful light saber effects.</p><p><strong>Final thoughts</strong></p><p>There are quite a lot of filters to be found within the repository. I will revisit this topic as I find cool or useful plugins/scripts later on. If you&#8217;ve come across a nifty script, let your fellow Ghacks readers know.</p><p><strong><br
/> </strong></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/09/a-few-cool-plugins-for-the-gimp-and-how-to-add-them/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Create a 3D logo with The GIMP</title><link>http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/</link> <comments>http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/#comments</comments> <pubDate>Fri, 22 May 2009 15:36:22 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[design]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[logos]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/</guid> <description><![CDATA[Any of you that do any graphic design or web development know how important it is to have tools at your disposal to handle just about any task that might come your way. And even if you don&#8217;t have graphic design skills you will, someday, have to create something quickly to use for a web [...]]]></description> <content:encoded><![CDATA[<p>Any of you that do any graphic design or web development know how important it is to have tools at your disposal to handle just about any task that might come your way. And even if you don&#8217;t have graphic design skills you will, someday, have to create something quickly to use for a web site, or presentation, or just about any other media. When that day comes, and you need to create a quick, professional looking logo, be glad you have <a
title="The GIMP" href="http://www.gimp.org" target="_blank">The GIMP</a>.</p><p>With The GIMP, creating rudimentary 3D logos is painless&#8230;if you know the steps. And with a good collection of fonts you can make your clients think you have far more skills than you might actually have. With that in mind, let&#8217;s take a look and see just how simple it is to create a 3D logo with The GIMP.</p><p><span
id="more-13018"></span><strong>How it works</strong></p><p>The GIMP has a built in feature that helps you to create these logos. We will be working with version 2.6 &#8211; which is actually important because the engine that creates these has changed as well as the location of the submenu has changed. So if you don&#8217;t have 2.6, give upgrading a go.</p><p>The process is pretty simple.</p><ul><li>Select the type of logo you want to create from the Create menu.</li><li>Enter all of the necessary information and select the configurations to suit your needs.</li><li>Click OK</li><li>Edit the image to suit your needs.</li><li>Save the file.</li></ul><p>Now let&#8217;s take a look at the process with a bit more detail.</p><p><strong>The logo tool</strong></p><div
id="attachment_13014" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_menu.png"><img
class="size-medium wp-image-13014" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_menu-500x268.png" alt="Figure 1" width="300" height="161" /></a><p
class="wp-caption-text">Figure 1</p></div><p>To open up the logo tool go to the File menu and select the Create submenu. From with the Create submenu you will see the Logos submenu, click on that to reveal the different types of logos you can create (see Figure 1).</p><p>The different types of logos range from the cartoonish, to the professional, to the nearly-fantastical. There are quite a few choices so your best bet is to play around with them until you find the type of logo you prefer to work with.</p><div
id="attachment_13015" class="wp-caption alignright" style="width: 166px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_window.png"><img
class="size-medium wp-image-13015" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_window-260x499.png" alt="Figure 2" width="156" height="299" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Once you click on the logo type you want to create a new window will open. It is within this window that the logo is created. The good news is, you really need zero artistic skills to tackle this task.</p><p>Figure 2 shows all of the configuration options you will have to deal with to create a logo. Don&#8217;t let amount of options fool you, you really only need to work with a minimum of these to create your logo. Here&#8217;s what you&#8217;ll need to work with:</p><p><strong>Text</strong>: This is what your logo will say.</p><p><strong>Font</strong>: This is the font you want to use for your logo.</p><p><strong>Blend Gradient(s)</strong>: These will be the gradient colors you will use for your logo. You can create new gradients as well. The included gradients should be plenty to get you started.</p><p><strong>Background Color</strong>: If you know the color of the background your logo will be going over you can change this here. I usually delete the background color so the logo is surrounded by a transparent border.</p><div
id="attachment_13016" class="wp-caption alignleft" style="width: 365px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_ghacks.png"><img
class="size-full wp-image-13016" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_ghacks.png" alt="Figure 3" width="355" height="163" /></a><p
class="wp-caption-text">Figure 3</p></div><p>And that is the bare minimum you need. Once you have all of that filled out, click OK and the logo will be created.</p><p>Figure 3 shows a sample logo created using the Glossy logo tool, the Biometric Joe font,  and the Cold Steel 2 gradient.</p><p>Of course there are plenty more options to configure for your logo &#8211; but getting the hang of the basics will give you plenty to do with this tool.</p><p><strong></p><div
id="attachment_13017" class="wp-caption alignright" style="width: 310px"><strong><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_layers.png"><img
class="size-medium wp-image-13017" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_layers-500x311.png" alt="Figure 4" width="300" height="187" /></a></strong><p
class="wp-caption-text">Figure 4</p></div><p>TIP</strong>: As I mentioned I tend to remove the background in this logos. What this does is allow my logos to be placed on any color background. To do this go to the layer window of your new logo, select the background layer, and click the delete button in the layer window. When you save this image you will now want to make sure you save it in a format that supports transparency (such as .gif or .png.)</p><p><strong>Final thoughts</strong></p><p>I have used this method to create logos for plenty of clients. Not only does this make you a more versatile web designer, it also adds to the bottom line as you can now charge design fees.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Tired of Photoshop and GIMP? Try Paint.net</title><link>http://www.ghacks.net/2009/04/12/tired-of-photoshop-and-gimp-try-paintnet/</link> <comments>http://www.ghacks.net/2009/04/12/tired-of-photoshop-and-gimp-try-paintnet/#comments</comments> <pubDate>Sun, 12 Apr 2009 18:27:18 +0000</pubDate> <dc:creator>Daniel Pataki</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[image editor]]></category> <category><![CDATA[image-editing]]></category> <category><![CDATA[paint]]></category> <category><![CDATA[paint.net]]></category> <category><![CDATA[photoshop]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/12/tired-of-photoshop-and-gimp-try-paintnet/</guid> <description><![CDATA[I&#8217;ve been searching for a Photoshop replacement for a while, and the obvious choice was GIMP, although I never really liked it much. I am 100% sure that GIMP is an awesome application, but to me it just doesn&#8217;t feel right. So instead, I gave Paint.net another go, an application which I have tried before, [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-full wp-image-11946" src="http://www.ghacks.net/wp-content/uploads/2009/04/paintnet.gif" alt="paintnet" width="239" height="60" />I&#8217;ve been searching for a Photoshop replacement for a while, and the obvious choice was GIMP, although I never really liked it much. I am 100% sure that GIMP is an awesome application, but to me it just doesn&#8217;t feel right.</p><p>So instead, I gave <a
href="http://paint.net/">Paint.net</a> another go, an application which I have tried before, but gave up because I heard GIMP was so awesome. Paint.net is a graphical application just like Photoshop, but without many of its fancy tools. If you just need some cropping, resizing and positioning action for images in your blog, Paint.net will be great. At around 6Mb in size, it doesn&#8217;t take a toll on your system either.</p><p>For me it works quite well for basic web design too, simple gradients, some web 2.0 style reflections, nothing too complex. The two things which I miss most about Photoshop though is the text capabilities and vector graphics. Text capabilities in both GIMP and Pain.net are shabby compared to PS, and Paint.net doesn&#8217;t really have great pen tools either. If you need way more power than the simple Windows Paint, but way less than Photoshop, Paint.net is a solid, well built, lightweight image editor for you.</p><p><span
id="more-11947"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/12/tired-of-photoshop-and-gimp-try-paintnet/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Photoshop &#8220;skin&#8221; for Gimp</title><link>http://www.ghacks.net/2008/06/15/photoshop-skin-for-gimp/</link> <comments>http://www.ghacks.net/2008/06/15/photoshop-skin-for-gimp/#comments</comments> <pubDate>Sun, 15 Jun 2008 17:58:58 +0000</pubDate> <dc:creator>Daniel Pataki</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[gimpshot]]></category> <category><![CDATA[image-editing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4997</guid> <description><![CDATA[Image editing applications have been coming and going on my desktop for some time now. I used to be a Photoshop user, but I decided to give free software a chance and after going through Paint.net and Gimp, I finally decided Gimp was for me. However I have since missed the intuitive menus in Photoshop [...]]]></description> <content:encoded><![CDATA[<p>Image editing applications have been coming and going on my desktop for some time now. I used to be a Photoshop user, but I decided to give free software a chance and after going through Paint.net and <a
href="http://www.gimp.org/">Gimp</a>, I finally decided Gimp was for me. However I have since missed the intuitive menus in Photoshop and for me some of Gimp&#8217;s naming conventions are a bit weird.</p><p>You can get the best of both worlds though with a nifty addon to Gimp called Gimpshop. This reorders your menus and restructures them to resemble Photoshop&#8217;s, and very closely at that. Many items that have caused mix-ups have been changed, for example Gimp&#8217;s convolve tool has been renamed to &#8220;blur/sharpen&#8221;, something actually understandable.</p><p>Menus have been reordered to, so if you&#8217;ve grown accustomed to Photoshop, you&#8217;ll feel right at home in Gimp too. I&#8217;m sorry to say there is no Windows version yet, only Mac and Linux, but there is one on the way! If you&#8217;re a developer you can grab the source from the homepage though. I like many-many things in Gimp and I&#8217;d rather support free software which is as good as its $600 counterpart, so it&#8217;s Gimp with Gimpshop for me!</p><p><span
id="more-4997"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/15/photoshop-skin-for-gimp/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Create Animated Gifs from Movie Clips</title><link>http://www.ghacks.net/2008/04/08/create-animated-gifs-from-movie-clips/</link> <comments>http://www.ghacks.net/2008/04/08/create-animated-gifs-from-movie-clips/#comments</comments> <pubDate>Tue, 08 Apr 2008 17:21:43 +0000</pubDate> <dc:creator>Cheryl</dc:creator> <category><![CDATA[Cool]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[animated gifs]]></category> <category><![CDATA[avatars]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[mplayer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3758</guid> <description><![CDATA[Animated gif files are a great way to get your profile pic or avatar to really stand out from the rest of the crowd. I’ve seen software that will make gifs for you but Noah has figured out a method to create animated gifs from a video clip using two of the most popular open [...]]]></description> <content:encoded><![CDATA[<p
class="MsoNormal">Animated gif files are a great way to get your profile pic or avatar to really stand out from the rest of the crowd. I’ve seen software that will make gifs for you but Noah has figured out a method to create animated gifs from a video clip using two of the most popular open source programs, Mplayer and Gimp. Noah’s method is primarily written for the Linux user but it works fine on Windows as well.</p><p
class="MsoNormal">Before I give Noah’s method, I’d like to mention that there is a way to create animated gifs directly with <a
href="http://www.mplayerhq.hu/" target="_blank">MPlayer</a>. However, the resultant gif file can sometimes be very strange-looking so it’s not very reliable. Anyway, once you figure out what video clip to use, let’s begin. Fire up MPlayer and switch to command-line operation. Then type in the following command:</p><p
class="MsoNormal"><strong>mplayer -ao null -loop 0 -ss 0:</strong><strong>11:22</strong><strong> -endpos 5 file.avi</strong></p><p
class="MsoNormal"><span
id="more-3758"></span></p><p
class="MsoNormal">This command allows you to preview what your final gif will look like. In this instance, I’ve selected a 5 second clip and looped it so it keeps repeating. If you’re satisfied with the clip, proceed to the next step.</p><p
class="MsoNormal"><strong>mplayer -ao null -ss 0:</strong><strong>11:22</strong><strong> -endpos 5 file.avi -vo jpeg:outdir=gifmovie</strong></p><p
class="MsoNormal">This command tells MPlayer to export your 5-second clip as a series of jpeg images to the specified folder, which in this case is ‘gifmovie’. After this step, MPlayer’s work is done and it’s time to switch to <a
href="http://www.gimp.org/" target="_blank">Gimp</a>. This is where you convert the jpeg files into your gif.</p><p
class="MsoNormal">Open the first jpeg image in your directory using Gimp. Then, open the rest of the images in the folder as layers (File &gt; Open as layer). Now, all you have to do is save the file as a gif (File &gt; Save As). In the resultant dialog box, check the ‘save as animation’ and ‘loop forever’ options. Then, click on ‘Export’ and your animated gif is ready.</p><p
class="MsoNormal">You need to play around a bit with the options in Gimp if you want to add fancy effects and things like that. I tried this out and I was quite happy with my gif file. It requires a bit of practice but once you have a basic idea of where things are, it’s a breeze. Have you ever tried making an animated gif file? What program did you use? What do you think of Noah’s method?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/04/08/create-animated-gifs-from-movie-clips/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Liquid Rescale plugin for Gimp</title><link>http://www.ghacks.net/2007/10/01/liquid-rescale-plugin-for-gimp/</link> <comments>http://www.ghacks.net/2007/10/01/liquid-rescale-plugin-for-gimp/#comments</comments> <pubDate>Mon, 01 Oct 2007 12:21:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[images]]></category> <category><![CDATA[liquid rescale]]></category> <category><![CDATA[resize image]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/10/01/liquid-rescale-plugin-for-gimp/</guid> <description><![CDATA[You might remember the technology demonstration a few weeks ago that introduced a new way of intelligently resizing images by automatically defining important and lesser important parts of the image. The results looked way better than the traditional approach which did not care about importance but reduced every aspect with the same ratio.]]></description> <content:encoded><![CDATA[<p>You might remember the technology demonstration a few weeks ago that introduced a new way of intelligently resizing images by automatically defining important and lesser important parts of the image. The results looked way better than the traditional approach which did not care about importance but reduced every aspect with the same ratio.</p><p>Liquid Rescale is a plugin for Gimp which adds this functionality to Gimp. I was a little bit surprised that it took just a few weeks to create the plugin which currently does everything shown in the tech demo except real-time resizing.</p><p>The Liquid Rescale plugin requires Gimp 2.1.1.3 or newer and can be found in the Layer menu after installation. Take a look at the technology demonstration below in case you missed it. The plugin itself is available for Linux and Windows.</p><p><span
id="more-2073"></span><object
width="425" height="350"><param
name="movie" value="http://www.youtube.com/v/6NcIJXTlugc"></param><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/6NcIJXTlugc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p><p><img
src="http://www.ghacks.net/files/screens/2007/10/liquid_rescale.jpg" alt="liquid rescale" /></p><p><strong>Read More:</strong></p><p><a
href="http://liquidrescale.wikidot.com/">Liquid Rescale</a><br
/> via <a
href="http://www.genbeta.com/imagen-digital/liquid-rescale-ya-es-un-plugin-para-gimp">Genbeta</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/10/01/liquid-rescale-plugin-for-gimp/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>GIMP Image Manipulation Program</title><link>http://www.ghacks.net/2005/11/03/gimp-image-manipulation-program/</link> <comments>http://www.ghacks.net/2005/11/03/gimp-image-manipulation-program/#comments</comments> <pubDate>Thu, 03 Nov 2005 09:52:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[image editor]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=96</guid> <description><![CDATA[If you ever had the problem that you needed a good graphics suite and always thought the Adobe Photoshop line of products was far to expensive then GIMP might be the right software for your. The biggest advantage, its completely free, you don´t pay a dime for it. ]]></description> <content:encoded><![CDATA[<p>If you ever had the problem that you needed a good graphics suite and always thought the Adobe Photoshop line of products was far to expensive then GIMP might be the right software for your. The biggest advantage, its completely free, you don´t pay a dime for it.</p><p>The tool is available for many platforms including Windows, Mac and Unix / Linux. The best part is, that it has almost every feature that Adobe Photoshop has. Its able to load and save in 34 different formats making it also an ideal image converter.</p><p><span
id="more-96"></span>The homepage has not only download links to the latest GIMP version but also an extensive tutorial section that helps you in your first steps with GIMP.</p><p>I recommend the tool to everyone who needs to use an image manipulation program for his personal images and websites.</p><p>Head over to the <a
href="http://www.gimp.org/downloads/" target="_blank">Gimp Homepage</a> and take a look at it.</p><h3>Transform Images with GIMP</h3><p>At times, and maybe even now, you have needed a graphics suite to edit images to accentuate and enhance them with an artistic flair.  Adobe Photoshop is the standard, but once you take a look at the prices on the internet or while walking around a software section in one of the “Best” stores (not a specified location), it is a chilling blow to see the price.  If this cuts into your budget like a Viking’s axe, GIMP could very well be what you need.  To put it plain and simple, this is great software for the price.  It costs $0.00 which can be paid with a few clicks.  This includes a tutorial section that will provide you with everything you need to know in virtually any language format.</p><p>There is certainly no harm in trying it out and it is fun to experiment with before cracking open the tutorial.  The download takes about 2 minutes and the interface, though complex is straightforward.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2005/11/gimp1.png"><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/gimp1-600x375.png" alt="gimp" title="gimp" width="600" height="375" class="alignnone size-medium wp-image-52529" /></a></p><p>Initially, when you run GIMP, the toolbars do not align like they do in the screen shot above.  It is easy to resize and move them around to match the interface, which starts as a tiny screen.  There are too may tools and options to mention here, but we can take a look at some of them.  Simply drag and drop an image into the open field and you are ready to begin.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2005/11/gimp-image.png"><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/gimp-image-600x436.png" alt="gimp image" title="gimp image" width="600" height="436" class="alignnone size-medium wp-image-52530" /></a></p><p>Here we have the image of a rose in its original color and resolution.  By selecting “Colors” in the upper pane options, you get a dropdown list of options to change the image.  By selecting Color Balance, You can adjust the intensity of the color tones and change the image of a pink rose into this:</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2005/11/gimp-image-editor.png"><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/gimp-image-editor-600x432.png" alt="gimp image editor" title="gimp image editor" width="600" height="432" class="alignnone size-medium wp-image-52531" /></a></p><p>By clicking on the diagonal line in the graph, you can drag various points on the line to different areas of the field to get a variety of effects.  This altered image gives a totally different impression.</p><p>This is just one feature.  With the Filters option, you can select a wide assortment of customizations to express your artistic style in the image.</p><p>With so many directions to take the images you have, it is easy to spend hours getting caught up in this program.  The toolbar options alone feature options like cropping, paintbrush, eraser tool, scissors and much more.  Use different layers and artistic options, change hue and brightness, adjust noise levels, etc.  This program is highly recommended for the artistic photographer.  You can use any image like JPG, PNG, thumbnails, cartoon pictures, and anything else you can come up with.  Finally, you can merge them together for a collage.  The best way to learn is to experiment and have fun and use the tutorial to sharpen your skill.  Enjoy this delightful program.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/11/03/gimp-image-manipulation-program/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
