<?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; graphics</title> <atom:link href="http://www.ghacks.net/tag/graphics/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 16:53:42 +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>AMD to Ditch ATI Brand</title><link>http://www.ghacks.net/2010/08/31/amd-to-ditch-ati-brand/</link> <comments>http://www.ghacks.net/2010/08/31/amd-to-ditch-ati-brand/#comments</comments> <pubDate>Tue, 31 Aug 2010 10:46:38 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[amd]]></category> <category><![CDATA[ati]]></category> <category><![CDATA[firepro]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[nvidia]]></category> <category><![CDATA[radeon]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33777</guid> <description><![CDATA[AMD has decided to kill off the ATI brand, synonymous with high performance graphics cards, to bring them under it&#8217;s own brand instead. AMD acquired ATI four years ago and pledged to preserve the brand at the time.  Now though, market research for the company has suggested its own brand is well known enough to [...]]]></description> <content:encoded><![CDATA[<p>AMD has decided to kill off the ATI brand, synonymous with high performance graphics cards, to bring them under it&#8217;s own brand instead.</p><p>AMD acquired ATI four years ago and pledged to preserve the brand at the time.  Now though, market research for the company has suggested its own brand is well known enough to take over.</p><p>The move will see the Radeon and Firepro names continuing but all new graphics cards released from the end of this year will carry the AMD branding instead.</p><p>ATI was founded in 1985 and began its life making integrated graphics chipsets for IBM and Commodore.  It was bought by AMD in 2006 for $5.4bn.  This is a deal which hit AMDs finances heavily and is only now beginning to bear fruit.</p><p>ATI has done well in the last couple of years as rival nVidia have struggled with their new Fermi technology to make cards that rival the latest Radeons.  Only recently have nVidia begun to ship cards that truly compete with with ATI&#8217;s best.</p><p>Source : <a
href="http://www.pcpro.co.uk/news/360691/amd-to-ditch-ati-brand" target="_blank">PC Pro</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/31/amd-to-ditch-ati-brand/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Gimp for the kids: Debian Junior Art</title><link>http://www.ghacks.net/2010/04/01/gimp-for-the-kids-debian-junior-art/</link> <comments>http://www.ghacks.net/2010/04/01/gimp-for-the-kids-debian-junior-art/#comments</comments> <pubDate>Thu, 01 Apr 2010 01:26:28 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[linux for kids]]></category> <category><![CDATA[The GIMP]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24083</guid> <description><![CDATA[If you&#8217;ve ever tried your hand at The GIMP, you know that, at first, The GIMP can be a bit challenging to learn. That is coming from an adult. Imagine a younger user attempting to use The GIMP. Believe it or not, there are plenty of tools for the Linux operating system for children. There [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve ever tried your hand at The GIMP, you know that, at first, The GIMP can be a bit challenging to learn. That is coming from an adult. Imagine a younger user attempting to use The GIMP.</p><p>Believe it or not, there are plenty of tools for the Linux operating system for children. There are educational tools, interfaces, and more. One of those &#8220;and mores&#8221; is the <a
title="Debian Junior Art" href="http://blends.alioth.debian.org/junior/tasks/art" target="_blank">Debian Junior Art</a> package. This package includes both Tux Paint and Xpaint.  This article will show you how to install Junior Art and introduce you to both tools.</p><p><span
id="more-24083"></span><strong>Installation</strong></p><p>Installing Debian Junior Art is simple. Just follow these steps:</p><ol><li>Open up Synaptic.</li><li>Search for &#8220;junior&#8221; (no quotes).</li><li>Select Junior Art for installation.</li><li>Click Apply to install.</li><li>That&#8217;s it.</li></ol><p>Once installed you will find Tux Paint in the <strong>Applications &gt; Education</strong> menu and XPaint in the <strong>Applications &gt; Graphics </strong>menu. Now, let&#8217;s take a look at each tool.</p><p><strong>Tux Paint</strong></p><div
id="attachment_24085" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/tux_paint.png"><img
class="size-medium wp-image-24085 " src="http://www.ghacks.net/wp-content/uploads/2010/04/tux_paint-500x388.png" alt="" width="300" height="233" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Tux Paint is actually meant as an educational tool more than an actual drawing tool. Tux Paint is meant to be fun (as you can see in Figure 1), while it teaches kids the basics of using a drawing application. But don&#8217;t think Tux Paint is missing the standard tools. Tux Paint includes the following tools:</p><ul><li>Paint</li><li>Stamps</li><li>Shapes</li><li>Lines</li><li>Magic Wand (effects)</li><li>Undo</li><li>You can even add new rubber stamps (included is a large collection of animal stamps)</li></ul><p>Of course Tux Paint includes a cartoon character and sound effects to help the youngster learn.</p><p><strong>XPaint</strong></p><div
id="attachment_24086" class="wp-caption alignright" style="width: 98px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/xpaint.png"><img
class="size-full wp-image-24086 " src="http://www.ghacks.net/wp-content/uploads/2010/04/xpaint.png" alt="" width="88" height="267" /></a><p
class="wp-caption-text">Figure 2</p></div><p>This tool is an actual paint program that simplifies the act of creating images. It can be seen as a bridge between Tux Paint and The GIMP. Although images can be created with this tool, it does not contain the amount of features you will find in The GIMP. What you will find in XPaint is:</p><ul><li>Multiple format support</li><li>Color palette</li><li>Can be compiled on most UNIX systems</li><li>Image zooming</li><li>Resizing</li><li>Filters</li><li>Scripting</li><li>Layers</li><li>Alpha channels for transparency</li><li>Vector format import</li><li>True type fonts</li><li>Anti-aliasing</li><li>Screenshots</li><li>And more&#8230;</li></ul><p>As you can see (in Figure 2) the interface for XPaint is much simpler than The GIMP, but not as child-friendly as Tux Paint. The only drawback to this interface is that it does lean more toward the old-school UNIX widget sets.</p><p>A nice aspect of XPaint is the help system. If you click (and hold) the Help button a drop-down will appear that includes: Introduction, Toolbox, Canvas, About, and Copyright. The Introduction is a must-read for new users.</p><p>Another feature that is quite nice is the Take Snapshot tool. This tool is actually a screenshot tool (why it&#8217;s called &#8220;snapshot&#8221; I have no idea). To take a screenshot simple click and hold the Canvas button and then select Take Snapshot. A new cursor will appear which allows you to select a section of the screen to snap. Once you release the cursor the snapshot will be taken.</p><p><strong>Final thoughts</strong></p><p>If you are looking to either teach your youngster how to use a graphics tool, if you are looking to help someone work their way up to The GIMP, or if you&#8217;re just looking for a simpler image tool for yourself, give Junior Art a go.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/01/gimp-for-the-kids-debian-junior-art/feed/</wfw:commentRss> <slash:comments>4</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>Linux Tips: Create an unfilled circle in The GIMP</title><link>http://www.ghacks.net/2009/06/29/linux-tips-create-an-unfilled-circle-in-the-gimp/</link> <comments>http://www.ghacks.net/2009/06/29/linux-tips-create-an-unfilled-circle-in-the-gimp/#comments</comments> <pubDate>Mon, 29 Jun 2009 19:57:25 +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[circles]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[image manipulation]]></category> <category><![CDATA[The GIMP]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13987</guid> <description><![CDATA[I love The GIMP. I use it every day for many different things. I know The GIMP well and have little problem using any aspect of this image manipulation program. There is one task, however, that always throws me for a loop when I have to undertake it: Creating an unfilled circle. You would think [...]]]></description> <content:encoded><![CDATA[<p>I love The GIMP. I use it every day for many different things. I know The GIMP well and have little problem using any aspect of this image manipulation program. There is one task, however, that always throws me for a loop when I have to undertake it: Creating an unfilled circle. You would think it a simple task. Click a tool, drag the tool to create the circle you want, and create the circle. That works well if you are creating a filled circle. But what if the circle you want to create looks more like &#8220;O&#8221; than a large &#8220;.&#8221;? Well for that you have to take a few steps to complete your &#8220;O&#8221;. Oh sure you could just use the text tool and create an unfilled circle using the &#8220;O&#8221; character &#8211; but doing this requires you 1) find the right font and 2) choose the precise size.</p><p>But how is it done? It takes 6 simple steps to do (there is an optional 7th step I will show you). In this article I am going to show you those steps.</p><p><span
id="more-13987"></span><strong>Step 1: Create an empty image</strong></p><p>Most likely you already have an empty image ready for your work. If not click on The GIMP main window File menu and select New. You will then have to select the size of the image you want to create. Once this blank image window is open you are ready to begin.</p><p><strong>Step 2: Select the color for your circle</strong></p><div
id="attachment_13988" class="wp-caption alignleft" style="width: 141px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle1.png"><img
class="size-full wp-image-13988" src="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle1.png" alt="Figure 1" width="131" height="157" /></a><p
class="wp-caption-text">Figure 1</p></div><p>In the Toolbox window (see Figure 1) you will see the current colors for both foreground and background. You want to set your foreground color (in Figure 1 it is the black square) by clicking on said black square. When you click on this block it will open up the color palette window. From that new window select the color you want to use for your circle.</p><p><strong>Step 3: Create a full circle</strong></p><p>The first thing you do for this step is to select the circle tool. This is the tool second from the left in the top row (see Figure 1). Once you have selected that tool go to your new image window and left-click on the upper left corner to start your circle. By holding down the left mouse button and dragging the</p><div
id="attachment_13989" class="wp-caption alignright" style="width: 252px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle2.png"><img
class="size-full wp-image-13989" src="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle2.png" alt="Figure 2" width="242" height="245" /></a><p
class="wp-caption-text">Figure 2</p></div><p>mouse to the bottom right of the window you will create a circle. (see Figure 2) You will notice, after you let go of the left mouse button, there are four squares (one in each corner). You can click one of those squares and drag it around to resize your circle. Once you have the exact size you want click inside of the circle. After you click inside the circle the dotted line will become a solid line. You are now ready to move on.</p><p><strong>Step 4: Fill in your circle</strong></p><p>You now how to fill in your circle with color. Click on the bucket tool (first tool on the right, third row from the top &#8211; See Figure 1) and then click inside of your circle. Your circle should now be a large, filled-in circle. Proceed to step 5.</p><p><strong>Step 5: Shrink the image</strong></p><div
id="attachment_13992" class="wp-caption alignleft" style="width: 282px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle_3.png"><img
class="size-medium wp-image-13992" src="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle_3-454x500.png" alt="Figure 3" width="272" height="300" /></a><p
class="wp-caption-text">Figure 3</p></div><p>What you have to do now is shrink your circle. Right click anywhere inside of your circle and then click on the Select menu. Within the Select menu you will see the Shrink entry. Click on that entry to open up the Shrink window (see Figure 3). You want to set the amount to shrink to be the width of the line of your circle. This might take a bit of playing around before you get it right. As you can see, in Figure 3, I am shrinking my circle by 10 pixels.</p><p>Once you have this set, click OK and the shrinking will happen. Now, on to step 6.</p><p><strong>Step 6: Cutting your image</strong></p><div
id="attachment_13994" class="wp-caption alignright" style="width: 255px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle_4.png"><img
class="size-full wp-image-13994" src="http://www.ghacks.net/wp-content/uploads/2009/06/gimp_circle_4.png" alt="Figure 4" width="245" height="245" /></a><p
class="wp-caption-text">Figure 4</p></div><p>Right click inside of your circle and go to the Edit menu. You will see an entry called &#8220;Cut&#8221;. Click the &#8220;Cut&#8221; entry and the center portion of your circle will disappear.</p><p>As you can see (in Figure 4) we finally have a circle. You could be finished at this point, however&#8230;</p><p><strong>Step 7 (optional): Select only the circle</strong></p><p>What if you want to lay your circle over another image? If you just copied the circle as-is you would select everything (including the white background). To avoid this you can use the color select tool (see Figure 1, top row 5th from the left). Click the color select tool and then click on the circle you have remaining. What happens then is that every color in your image that matches the color you clicked will be selected. Since there is only one color on your image, your entire circle will be selected. You can now copy that circle to the clipboard and paste it into another image.</p><p>Or you can just add to the circle you have created.</p><p><strong>Final thoughts</strong></p><p>You are probably saying &#8220;That&#8217;s a lot of work just to create a circle!&#8221; It might seem like it at first, but once you get the hang of it, it&#8217;s always a no brainer. By using this method you will always have unfilled circles exactly the size and thickness you want.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/29/linux-tips-create-an-unfilled-circle-in-the-gimp/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>PagePlus: A better and cheaper DTP program than Publisher</title><link>http://www.ghacks.net/2009/01/21/pageplus-a-better-and-cheaper-dtp-program-than-publisher/</link> <comments>http://www.ghacks.net/2009/01/21/pageplus-a-better-and-cheaper-dtp-program-than-publisher/#comments</comments> <pubDate>Wed, 21 Jan 2009 20:59:13 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[desktop publishing]]></category> <category><![CDATA[dtp]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[microsoft publisher]]></category> <category><![CDATA[microsoft-office]]></category> <category><![CDATA[pageplus]]></category> <category><![CDATA[serif]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10050</guid> <description><![CDATA[99% of home users will use Microsoft Publisher as their desktop publisher but will be unaware of a free superior package offered by Serif. PagePlus is a &#8216;budget&#8217; desktop publishing suite published by Serif. The latest version (PagePlus X3) costs £80 but an older version, PagePlus SE, is offered free-of-charge. PagePlus SE contains many different [...]]]></description> <content:encoded><![CDATA[<p>99% of home users will use Microsoft Publisher as their desktop publisher but will be unaware of a free superior package offered by Serif.</p><p>PagePlus is a &#8216;budget&#8217; desktop publishing suite published by Serif. The latest version (<a
href="http://www.serif.com/pageplus/">PagePlus X3</a>) costs £80 but an older version, <a
href="http://www.serif.com/desktop-publishing-software/">PagePlus SE</a>, is offered free-of-charge.</p><p>PagePlus SE contains many different paper sizes and when installing, it asks the user whether they are American or European (for paper sizes). PagePlus SE can be therefore be used to design everything from an envelope to a letter!</p><p>Most of PagePlus SE&#8217;s features are also in Publisher but I feel that PagePlus SE is easier to use when designing something more than a greeting card etc. For example, instead of having to go through all sort of context menus to be able to specify an object&#8217;s position, PagePlus SE bears a bar which allows the user to numerically enter information like the position, size and angle of objects. This is much easier than having to right click an item or guess-timate its position.</p><p><span
id="more-10050"></span>I also feel PagePlus SE is better with kerning, with this also being in the changebar as opposed to being hidden in a menu!</p><p>Some options in PagePlus SE are also more technical: it allows the user to state the rendering they want on screen and on print, for example. The user can also opt for grid lines. There&#8217;s also a resource and text manager, where all images and text used inside the publication are listed to allow a quick summary.</p><p>Unfortunately, PagePlus SE cannot export into industry-standard formats like PDF and EPS.</p><p>Serif host a number of designs on their website which people can import int PagePlus to use.</p><p>It may not be Quark, but it&#8217;s free and easily up to the same standard as its nearest competitor: Publisher. Unfortunately, like Publisher but unlike Quark, it is Windows-only.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/21/pageplus-a-better-and-cheaper-dtp-program-than-publisher/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Using The GIMP With Fewer Windows</title><link>http://www.ghacks.net/2009/01/08/using-the-gimp-with-fewer-windows/</link> <comments>http://www.ghacks.net/2009/01/08/using-the-gimp-with-fewer-windows/#comments</comments> <pubDate>Thu, 08 Jan 2009 20:05:31 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[GIMP 2.4]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[graphics software]]></category> <category><![CDATA[image manipulation]]></category> <category><![CDATA[The GIMP]]></category> <category><![CDATA[user interface]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9738</guid> <description><![CDATA[After only a couple of articles about The GIMP it is clear there are many users that are still unhappy with the interface. With that in mind I thought I would help users see how simple it is to clean up the interface to make usage even easier. One of the easiest ways to simplify [...]]]></description> <content:encoded><![CDATA[<p>After only a couple of articles about The GIMP it is clear there are many users that are still unhappy with the interface. With that in mind I thought I would help users see how simple it is to clean up the interface to make usage even easier.</p><p>One of the easiest ways to simplify use is the minimize the amount of windows open when working with The GIMP. By default The GIMP 2.4 opens with two windows: Utility Window, and Toolbox. If you are a GIMP power user you know the tools in both windows can be necessary. But it is not necessary to have both windows open in order to take advantage of all of the tools. &#8220;How?&#8221; You ask? Simple&#8230;by docking tabs.</p><p><span
id="more-9738"></span>What I am going to show you is how to add utility tabs into the Toolbox window so you can close the Utilities window. This will clean up the user interface as well as keep the user less confused. I am going to be using The GIMP 2.4 because it is more widely used.</p><div
id="attachment_9739" class="wp-caption alignleft" style="width: 263px"><img
class="size-medium wp-image-9739" src="http://www.ghacks.net/wp-content/uploads/2009/01/gimp_utils_tabs-253x500.png" alt="Utilities Window" width="253" height="500" /><p
class="wp-caption-text">Utilities Window</p></div><p>The first thing you should do is check to see what tabs you use in your Utilites window. I almost always use the Layers tab and the Colors tab. As you can see (in the image to the left) the Utilities window is open with the Layers, Channels, Paths, and Undo tabs on top and the Colors, Brushes, Patterns, and Gradients tabs on bottom. Of those tabs the Layers and the Colors tabs are most useful to me. Naturally other tabs will be more or less useful to other users (depending upon your needs).</p><p>Once you know the exact tabs you need to use you can close the Utilities window because you are going to add those tabs to the Toolbox window.</p><p>Now, move on over to the Toolbox window (see the image to the right).</p><div
id="attachment_9740" class="wp-caption alignright" style="width: 208px"><img
class="size-medium wp-image-9740" src="http://www.ghacks.net/wp-content/uploads/2009/01/gimp_toolbox2-198x500.png" alt="Toolbox" width="198" height="500" /><p
class="wp-caption-text">Toolbox</p></div><p>Near the center of the window you will see a right-pointing arrow. If you click this arrow you will see a sub-menu that offers an Add Tab option. Within the Add Tab sub menu you will find a long list of possible tabs you can add to the window. From that list select the tabs you want to add (one at a time) to the Toolbox window. Once you have configured this window exactly how you want it, it will open up that way every time you start up The Gimp.</p><div
id="attachment_9741" class="wp-caption alignleft" style="width: 208px"><img
class="size-medium wp-image-9741" src="http://www.ghacks.net/wp-content/uploads/2009/01/gimp_single_window-198x500.png" alt="Simpler GIMP" width="198" height="500" /><p
class="wp-caption-text">Simpler GIMP</p></div><p>As you can see, in the image to the left, The GIMP can be used with only a single window open. In the lower section the utilities I need to work with all appear in their own tabs. Now I can work with The GIMP and only have a single window (outside of the working image window) open.</p><p><strong>Final Thoughts</strong></p><p>The GIMP (and its interface) has been much maligned over the years for being overly complex and busy. Many of these complains stem from a simple lack of familiarity. But even being unfamiliar with the interface doesn&#8217;t make The GIMP&#8217;s UI unfriendly. Because the interface can be configured to better suit your needs, I would venture to say it is one of the more user-friendly interfaces available. Some times it is just a matter of taking the time to get to know the UI and customizing it to fit your needs and your style. Once you have done this, you might find The GIMP to be one of the best image applications available.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/08/using-the-gimp-with-fewer-windows/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Get Graphic with The GIMP</title><link>http://www.ghacks.net/2009/01/05/get-graphic-with-the-gimp/</link> <comments>http://www.ghacks.net/2009/01/05/get-graphic-with-the-gimp/#comments</comments> <pubDate>Mon, 05 Jan 2009 21:43:24 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[GNU]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[image-editing]]></category> <category><![CDATA[photoshop]]></category> <category><![CDATA[raster graphics]]></category> <category><![CDATA[The GIMP]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9659</guid> <description><![CDATA[I almost hesitate to offer up any sort of review for the Linux version of Photoshop. Why? I&#8217;ve been using it for so long it almost seems unfair to &#8220;review&#8221; something so familiar. But then I have to step back and remember that not everyone has given The Gimp a go and most probably don&#8217;t [...]]]></description> <content:encoded><![CDATA[<p>I almost hesitate to offer up any sort of review for the Linux version of Photoshop. Why? I&#8217;ve been using it for so long it almost seems unfair to &#8220;review&#8221; something so familiar. But then I have to step back and remember that not everyone has given The Gimp a go and most probably don&#8217;t even realize it exists. It does and boy what an application it is. But what is The GIMP? Gnu Image Manipulation Program is an open source raster graphics editor that started as a project by two Berkley students in 1996. The GIMP has come a long, long way since its original release.</p><p><span
id="more-9659"></span>The GIMP is a very powerful application that can handle most any image manipulation needs. Although The GIMP and read and write most every known graphic format, its native format, xcf, is not widely supported. But why would you want or need The GIMP? And who would best fit as a user of The GIMP?</p><p>Let&#8217;s first take a look at the feature list of The GIMP.</p><ul><li>Customizable interface</li><li>Photo enhancement</li><li>Digital retouching</li><li>Wide range of hardware support</li><li>Huge file format support</li><li>Cross platform</li><li>Plugin support</li><li>Scripting language built in</li><li>Built in file compression</li><li>Layer support</li><li>Masking</li><li>Full alpha channel support</li><li>Animation support</li><li>Profession-level color management</li></ul><p>That is just a sampling of what The GIMP has to offer.</p><p>As I stated before, I have used The GIMP for quite some time and for a great many projects. I have yet to find anything The GIMP can not do. And every time I use this application I am shocked that more people don&#8217;t use it. I am pretty sure the main reason why most don&#8217;t use The GIMP is familiarity. The masses simply do not know The GIMP exists. If they did they would gladly download and use a professional-quality graphics application that came free of charge.</p><p>But for those that have dabbled in The GIMP in the past, one of the biggest complaints has been the user-interface. The GIMP is not a clone of Photoshop. The interface is actually different. But is the interface difficult? No. The interface is actually one of the most intuitive interfaces I have used. And not only is it intuitive, it&#8217;s flexible. If there is something you do not like about the interface, change it! The complaints about the interface became all too obvious with the latest release (2.6). With this release came some minor changes to the look and feel of the UI. For the most part these changes not only made sense, they also enhanced the experience.</p><div
id="attachment_9664" class="wp-caption alignnone" style="width: 275px"><img
class="size-medium wp-image-9664" src="http://www.ghacks.net/wp-content/uploads/2009/01/gimp-265x500.png" alt="The GIMP Interface" width="265" height="500" /><p
class="wp-caption-text">The GIMP Interface</p></div><p>For those who are unsure if they would like The GIMP it&#8217;s a win-win situation. You download the binary for the correct architecture from <a
title="The GIMP" href="http://www.gimp.org/" target="_blank">The GIMP website</a>, you install it, and you try it. It&#8217;s not a demo that will time out&#8230;it&#8217;s free. And when you find yourself wondering &#8220;How can they give this away for free?&#8221; you&#8217;ll know you&#8217;ve found yourself a keeper.</p><p></p><p>The GIMP can be used by anyone in nearly any setting. It runs on practically any hardware (even older machines), can be employed for home, schoool, business, enterprise, professional graphics, you name it. And anyone that has used a graphics application before (be it Photoshop on down) will quickly figure out the interface.</p><p>If you haven&#8217;t given The GIMP a go you should. If you have a need, on any level, for graphics manipulation or creation, and you want a solid, reliable application (that won&#8217;t bring your machine either screeching to a slow painful crawl or crashing) The GIMP is where you should look.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/05/get-graphic-with-the-gimp/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Create and edit vector graphics for free</title><link>http://www.ghacks.net/2008/12/20/create-and-edit-vector-graphics-for-free/</link> <comments>http://www.ghacks.net/2008/12/20/create-and-edit-vector-graphics-for-free/#comments</comments> <pubDate>Fri, 19 Dec 2008 23:23:32 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[free]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[inkscape]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[photoshop]]></category> <category><![CDATA[vector images]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9199</guid> <description><![CDATA[Creating graphics on a computer affordably can prove a difficult task, especially for images besides rasters. Some people need to create images which can be expanded on massive scales; they need a vector editing application. Adobe Illustrator CS4, the leading vector editor for Mac and Windows, costs £567… a pretty high price tag, you must [...]]]></description> <content:encoded><![CDATA[<p>Creating graphics on a computer affordably can prove a difficult task, especially for images besides rasters. Some people need to create images which can be expanded on massive scales; they need a vector editing application. Adobe Illustrator CS4, the leading vector editor for Mac and Windows, costs £567… a pretty high price tag, you must agree!</p><p>Expensive software like Illustrator appears to make editing vectors simply unaffordable. Fortunately, this is untrue! <a
href="http://inkscape.org/">Inkscape</a> is a free, open-source and cross-platform vector editor. Whilst it will no doubt lack behind Illustrator in certain aspects, in my opinion it suffices the requirements of any non-professional graphic designer. Inkscape, for example, cannot utilise gradient meshes or have multiple strokes, or fills, for one object. Yet, it has much better support for the SVG format (utilised by Wikipedia) and beats Illustrator on several minor usability issues (Inkscape, for example, allows anchor points to be edited with a keyboard). Key features, such as the ability to trace bitmaps, are also included.</p><p>Inkscape&#8217;s interface, like that of most graphics programs, is quite complex but I find myself being able to adopt to its much quicker than I adapted from PSP to Photoshop.</p><p><span
id="more-9199"></span>There are a few issues with Inkscape. <a
href="http://wiki.inkscape.org/wiki/index.php/InstallHelp#Installing_on_a_Mac">The version for OS X requires X11 to be upgraded and several work-arounds to be implemented prior to it functioning and the upgrade to OS X 10.5.2 prevented Inkscape from working without further updates to X11.</a> It appears to function much better under Linux and Windows.</p><p>Inkscape serves the needs of any home user and is such a substantial saving, of both disk space (being about 100MB big) and money, it can make Illustrator nearly useless for such customers. Its support for SVGs is also useful, as Firefox can open some SVGs meaning the recipient of a file Inkscape produces often does not need Inkscape to view the file as a vector.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/20/create-and-edit-vector-graphics-for-free/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Reveal the Font that has been used in an image</title><link>http://www.ghacks.net/2008/05/30/reveal-the-font-that-has-been-used-in-an-image/</link> <comments>http://www.ghacks.net/2008/05/30/reveal-the-font-that-has-been-used-in-an-image/#comments</comments> <pubDate>Fri, 30 May 2008 15:20:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[images]]></category> <category><![CDATA[logo]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4504</guid> <description><![CDATA[I&#8217;m a little bit of a font addict. Whenever I see a beautiful font in an image or on a website I have to find out which font it is to play around with it and see if I can use it for any of my projects as well. It&#8217;s relatively easy to find out [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m a little bit of a font addict. Whenever I see a beautiful font in an image or on a website I have to find out which font it is to play around with it and see if I can use it for any of my projects as well. It&#8217;s relatively easy to find out when normal websites and code is involved but I always had difficulties identifying a font that has been used in an image; Well most of the time, some fonts, like the Terminator font stick out and are easily identified.</p><p><a
href="http://www.sizlopedia.com/2008/05/30/how-to-find-the-font-from-a-logo-or-image/">Sizlopedia</a> discovered a web service called <a
href="http://new.myfonts.com/WhatTheFont/">What The Font</a> that can identify the font that has been used in a particular image. Images can either be uploaded to the service or directly from a website. The image that has been uploaded to the server is then analyzed automatically and the user is asked for verification after that process.</p><p>Each font char is identified separately and the user can correct or add chars that have not been identified properly. The whole process, from uploading to analysis and manual correction does not take longer than a few seconds.</p><p><span
id="more-4504"></span>The matches that have been found are displayed on the next and final page. The original image is floating on top of the page scrolling with the site to speed up the comparison and final identification.</p><p>The thing that&#8217;s bothering me a little bit is that all fonts on that website are sold which means that you cannot download the font immediately. It&#8217;s still nice for identification purposes.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/30/reveal-the-font-that-has-been-used-in-an-image/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Icon Search Engine</title><link>http://www.ghacks.net/2008/05/23/icon-search-engine/</link> <comments>http://www.ghacks.net/2008/05/23/icon-search-engine/#comments</comments> <pubDate>Fri, 23 May 2008 15:48:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[create icons]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[icons]]></category> <category><![CDATA[images]]></category> <category><![CDATA[system]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4241</guid> <description><![CDATA[If you do not like to create your own icons with a program like IcoFX Icon Editor you can use the Icon Look search engine instead which provides an easy to use interface and search. The main interface consists of a search form and three links in the footer. The search results are quickly displayed [...]]]></description> <content:encoded><![CDATA[<p>If you do not like to create your own icons with a program like IcoFX <a
href="http://www.ghacks.net/2008/05/17/icofx-icon-editor/">Icon Editor</a> you can use the Icon Look search engine instead which provides an easy to use interface and search. The main interface consists of a search form and three links in the footer. The search results are quickly displayed after entering a search term and hitting enter or clicking on the Look button.</p><p>By default icons of all supported sizes (12&#215;12 16&#215;16 22&#215;22 32&#215;32 48&#215;48 64&#215;64 128&#215;128) are selected and displayed in the search results. Each size can be unchecked so that only those icons are displayed that have the desired size. Many icons are available in several sizes.</p><p>A click on an icon loads a detailed profile page of that icon displaying it in all available sizes. The license and the website of the developer is listed on that page as well.</p><p><span
id="more-4241"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/iconlook-500x344.jpg" alt="iconlook" title="iconlook" width="500" height="344" class="alignnone size-medium wp-image-4242" /></p><p>Iconlook offers two additional search options. The first is the random search which displays random icons on the result page. The second is a tag cloud which is huge and kinda confusing.</p><p>Still if you are looking for icons you will definitely find a great selection at Iconlook.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/23/icon-search-engine/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
