<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The How To Do Things Blog » Graphics</title>
	
	<link>http://www.howtoplaza.com</link>
	<description>How to wisdom from across the Internet — want to know how to do something? You may find the solution here.</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:58:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/howtoplazaGraphics" /><feedburner:info uri="howtoplazagraphics" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>How to draw circles in GIMP</title>
		<link>http://www.howtoplaza.com/draw-circles-gimp</link>
		<comments>http://www.howtoplaza.com/draw-circles-gimp#comments</comments>
		<pubDate>Mon, 14 Jun 2010 06:08:14 +0000</pubDate>
		<dc:creator>Danny Garcia</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=986</guid>
		<description><![CDATA[Although here on HowToPlaza we've already covered how to draw basic shapes in GIMP, since lots of search engine queries are based on individual shapes, this tutorial is specifically for creating circles in GIMP.]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fdraw-circles-gimp"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fdraw-circles-gimp&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you want to draw a shape like a circle in GIMP there is no direct button. But it doesn&#8217;t mean you cannot create different shapes in GIMP. It just takes a little bit of knowledge, and of course, effort.</p>
<p>GIMP basically is an image editing tool for Ubuntu and other versions of GUI Linux operating system. In fact it has grown so much that it is no longer considered a basic image editor: in Ubuntu 10.04 it is no longer installed by default while you are installing the operating system, you install it only if you need it.</p>
<p>Although here on HowToPlaza we&#8217;ve already covered how to <a href="http://www.howtoplaza.com/how-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp">draw basic shapes in GIMP</a>, since lots of search engine queries are based on individual shapes, this tutorial is specifically for <strong>creating circles in GIMP</strong>.</p>
<p>Start GIMP and open a new file. From the tool box select the Ellipse Select Tool:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-circles-gimp-1.png" alt="Ellipse select tool for drawing a circle" title="Ellipse select tool for drawing a circle" width="176" height="88" class="aligncenter size-full wp-image-987" /></p>
<p>This tool helps you select a circular region in the drawing area. In order to draw a perfect circle (<em>with a fixed radius</em>) it is often advised that you keep the SHIFT key pressed while drawing the circle but we&#8217;ve observed it doesn&#8217;t work; it doesn&#8217;t mean you need to depend on your eye-hand coordination in order to draw a perfect circle in GIMP. After you have drawn your circle, whatever shape, refer back to the Tool box. At the bottom you have options that let you set the height and width of the circle by manually entering the numbers:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-circles-gimp-2.png" alt="Creating a perfect circle manually" title="Creating a perfect circle manually" width="182" height="123" class="aligncenter size-full wp-image-988" /></p>
<p>This way you can create the shape of a perfect circle. But it isn&#8217;t over yet. You need an outline. For creating an outline you need to decide the color, the width, and type of outline you want. As type, you can use the Brush or the Pencil or the Airbrush tool:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-circles-gimp-3.png" alt="Selecting the drawing tool" title="Selecting the drawing tool" width="201" height="78" class="aligncenter size-full wp-image-989" /></p>
<p>You can adjust the width and other features of these drawing tools</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-circles-gimp-4.png" alt="Setting different features of drawing tools" title="Setting different features of drawing tools" width="205" height="277" class="aligncenter size-full wp-image-990" /></p>
<p>Once you are through with all the settings, click Edit in the main menu and then click Stroke Selection. You get the following window:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-circles-gimp-5.png" alt="The stroke selection window" title="The stroke selection window" width="410" height="397" class="aligncenter size-full wp-image-991" /></p>
<p>Here too you can pay around with different settings. In fact all the features that we&#8217;ve discussed above can be altered through this window too. Finally, click Stroke.</p>
<p>You have drawn a circle in GIMP</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-circles-gimp-6.png" alt="Drawn a perfect circle in GIMP" title="Drawn a perfect circle in GIMP" width="110" height="110" class="aligncenter size-full wp-image-992" /></p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/draw-circles-gimp&title=How to draw circles in GIMP&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/draw-circles-gimp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP: How to draw a straight line</title>
		<link>http://www.howtoplaza.com/gimp-how-to-draw-a-straight-line</link>
		<comments>http://www.howtoplaza.com/gimp-how-to-draw-a-straight-line#comments</comments>
		<pubDate>Wed, 02 Jun 2010 11:52:57 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=930</guid>
		<description><![CDATA[In GIMP there is a no direct tool in the tool box to draw a straight line, but then you need to understand the it is not a drawing tool. Again, it doesn&#8217;t mean you cannot draw a straight line. You just need to use one of the drawing tools &#8212; pencil tool, paintbrush tool [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fgimp-how-to-draw-a-straight-line"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fgimp-how-to-draw-a-straight-line&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In GIMP there is a no direct tool in the tool box to draw a straight line, but then you need to understand the it is not a drawing tool. Again, it doesn&#8217;t mean you cannot draw a straight line. You just need to use one of the drawing tools &#8212; pencil tool, paintbrush tool or airbrush tool &#8212; in combination with the SHIFT key of your keyboard.</p>
<p>In the Tool box, select the color you want for your line. Once that is done, select one of the drawing tools:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-straight-line-gimp-1.png" alt="Different drawing tools in GIMP" title="Different drawing tools in GIMP" width="173" height="77" class="aligncenter size-full wp-image-931" /></p>
<p>For this example we choose the paintbrush tool. When you click the paintbrush tool you can set its width and force etc. in the following area:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-straight-line-gimp-2.png" alt="Setting different attributes for the GIMP paintbrush tool" title="Setting different attributes for the GIMP paintbrush tool" width="166" height="267" class="aligncenter size-full wp-image-932" /></p>
<p>You can use the slider marked with the red arrow to decide how thick or thin you want your straight line to be. You can also use the &#8220;Brush&#8221; button to decide how your straight line should appear:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-straight-line-gimp-3.png" alt="Different types of GIMP paint brushes" title="Different types of GIMP paint brushes" width="239" height="377" class="aligncenter size-full wp-image-933" /></p>
<p>As you can see, you can also fill your line with pepper.</p>
<p>Once you have decided how your straight line in GIMP should appear, you can begin drawing the line.</p>
<ul>
<li>Go to the drawing area</li>
<li>Click somewhere without releasing the mouse button</li>
<li>Press SHIFT and now you can release the mouse button while keeping the SHIFT key pressed</li>
<li>Move your cursor to whatever direction you feel like</li>
<li>Keep stretching according to the line length you want<br /><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-straight-line-gimp-4.png" alt="Stretching the cursor to draw straight line" border="0" /></li>
<li>Click the end point with your mouse and your line will be drawn<br /><img src="http://www.howtoplaza.com/wp-content/uploads/2010/06/draw-straight-line-gimp-5.png" alt="The straight line is drawn" border="0" /></li>
<li>Release the SHIFT key</li>
</ul>
<p>This is one of the easiest ways of drawing a straight line in GIMP. In fact, like this you can draw many shapes that involve straight lines by keeping the SHIFT key pressed and clicking the mouse button at various places.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/gimp-how-to-draw-a-straight-line&title=GIMP: How to draw a straight line&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/gimp-how-to-draw-a-straight-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get started with Photoshop</title>
		<link>http://www.howtoplaza.com/how-to-get-started-with-photoshop</link>
		<comments>http://www.howtoplaza.com/how-to-get-started-with-photoshop#comments</comments>
		<pubDate>Tue, 01 Jun 2010 12:52:49 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=925</guid>
		<description><![CDATA[Photoshop is perhaps the greatest graphics tool available to graphic and web designers. From basic text effects to complete surrealistic imagery nothing is impossible with Photoshop. If you want to create an effect, you can create it with this software. The greatest benefit of using Photoshop over any other image and photo editing tool is [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-get-started-with-photoshop"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-get-started-with-photoshop&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Photoshop is perhaps the greatest graphics tool available to graphic and web designers. From basic text effects to complete surrealistic imagery nothing is impossible with Photoshop. If you want to create an effect, you can create it with this software.</p>
<p>The greatest benefit of using Photoshop over any other image and photo editing tool is that it has a plethora of features for major effects and even if there is no direct feature, with a little bit of manipulation you can do what you want to do. You can create a multitude of effects for every single layer you create. Every major design company uses Photoshop to create breathtaking effects and even the models that look so pretty [read <a href="http://www.howtoplaza.com/how-to-beautify-a-face-with-photoshop-retouching">how to beautify a face with Photoshop retouching</a>] have to thank Photoshop for their godly looks.</p>
<p>It&#8217;s an expensive software so you may get to use it an a design agency or with a professional who uses it for his or her projects. You can also get started with Photoshop at your design school or college. Here&#8217;s a list of <a href="http://slodive.com/photoshop/get-started-with-photoshop-15-basic-detailed-guides/">some excellent Photoshop tutorials to get you started</a>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-get-started-with-photoshop&title=How to get started with Photoshop&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-get-started-with-photoshop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create text with border (stroke) in GIMP</title>
		<link>http://www.howtoplaza.com/how-to-create-text-with-border-stroke-in-gimp</link>
		<comments>http://www.howtoplaza.com/how-to-create-text-with-border-stroke-in-gimp#comments</comments>
		<pubDate>Sun, 30 May 2010 15:11:04 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=907</guid>
		<description><![CDATA[You can easily create text with border or outline in GIMP. Some also call it stroke if you are familiar with using Photoshop. There is no dedicated feature in GIMP that allows you to create text with border or create an outline around your text, but through a combination of a couple of features you [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-create-text-with-border-stroke-in-gimp"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-create-text-with-border-stroke-in-gimp&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>You can easily create text with border or outline in GIMP. Some also call it stroke if you are familiar with using Photoshop. There is no dedicated feature in GIMP that allows you to create text with border or create an outline around your text, but through a combination of a couple of features you can easily achieve this.</p>
<p>Launch GIMP and open a new document. Then create the text you want to create a border around. In our case we&#8217;ll be creating HowToPlaza:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/creating-text-with-border-gim.png" alt="Creating text with border in GIMP" title="Creating text with border in GIMP" width="269" height="33" class="aligncenter size-full wp-image-908" /></p>
<p>Then use the color tool to select the text <img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/color-tool-for-selecting-text.png" alt="Color tool for selecting text" border="0" align="absmiddle" /></p>
<p>Click on the tool first and then click somewhere on your text. Your text begins to look like this:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/creating-text-with-border-gimp2.png" alt="Your text when selected." title="Your text when selected." width="271" height="38" class="aligncenter size-full wp-image-910" /></p>
<p>You can try out various setting in the section shown below to create smoother selection of the above text:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/creating-text-with-border-gimp3.png" alt="Various color selection tool options" title="Various color selection tool options" width="170" height="212" class="aligncenter size-full wp-image-911" /></p>
<p>Once you have selected the text, go to the Tool box and change the color to the one you want around your text. Then in the top menu, click Edit and then Stroke Selection&#8230; You come across this screen:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/creating-text-with-border-gimp4.png" alt="Stroke style window" title="Stroke style window" width="410" height="397" class="aligncenter size-full wp-image-912" /></p>
<p>This is the screen you use to create border or stroke around your text. The final result looks like this:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/creating-text-with-border-gimp5.png" alt="Finally, text with border" title="Finally, text with border" width="272" height="34" class="aligncenter size-full wp-image-913" /></p>
<p>The end product here doesn&#8217;t look very neat but you can try out various GIMP tweaks to make this image look sharper and a bit more professional.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-create-text-with-border-stroke-in-gimp&title=How to create text with border (stroke) in GIMP&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-create-text-with-border-stroke-in-gimp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a gradient text effect with GIMP</title>
		<link>http://www.howtoplaza.com/how-to-create-a-gradient-text-effect-with-gimp</link>
		<comments>http://www.howtoplaza.com/how-to-create-a-gradient-text-effect-with-gimp#comments</comments>
		<pubDate>Thu, 27 May 2010 09:19:17 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=880</guid>
		<description><![CDATA[Although you can create a gradient text effect with GIMP using the procedure described in this tutorial, if you think this is a long-winded way, especially compared to how easy it is in Photoshop, then you must know GIMP is basically a photo editing tool. Nonetheless, if you&#8217;re working in Ubuntu then Photoshop is not [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-create-a-gradient-text-effect-with-gimp"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-create-a-gradient-text-effect-with-gimp&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Although you can create a gradient text effect with GIMP using the procedure described in this tutorial, if you think this is a long-winded way, especially compared to how easy it is in Photoshop, then you must know GIMP is basically a photo editing tool. Nonetheless, if you&#8217;re working in Ubuntu then Photoshop is not an option and with some trickery you can do whatever you want to do with GIMP too. In fact with the latest version of GIMP there is no trickery involved. You can simply use the gradient tool present in the tool bar and create your desired text effect.</p>
<p>Launch GIMP and create a new document. Then using the text tool create some text on which you&#8217;d like to apply the gradient effect.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/gradient-text-effect-gimp-1.png" alt="Gradient text effect in Gimp -- create text" title="Gradient text effect in Gimp -- create text" width="370" height="51" class="aligncenter size-full wp-image-881" /></p>
<p>In the tool box there is button that lets you regions with the similar color.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/gradient-text-effect-gimp-2.png" alt="Gradient text effect in Gimp -- color selection tool" title="Gradient text effect in Gimp -- color selection tool" width="158" height="100" class="aligncenter size-full wp-image-882" /></p>
<p>Click on this button and then click somewhere on the text. You&#8217;ll see ants moving around your text which means the area of your text has been selected.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/gradient-text-effect-gimp-3.png" alt="Gradient text effect in Gimp -- region of a particular color is selected" title="Gradient text effect in Gimp -- region of a particular color is selected" width="365" height="44" class="aligncenter size-full wp-image-883" /></p>
<p>In the tool box you now need to click the gradient button.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/gradient-text-effect-gimp-4.png" alt="Gradient text effect in Gimp -- gradient tool" title="Gradient text effect in Gimp -- gradient tool" width="138" height="127" class="aligncenter size-full wp-image-884" /></p>
<p>Once you click the gradient button, in the lower portion of the Tool box all the options available for this button become visible.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/gradient-text-effect-gimp-5.png" alt="Gradient text effect in Gimp -- different gradient options" title="Gradient text effect in Gimp -- different gradient options" width="166" height="244" class="aligncenter size-full wp-image-885" /></p>
<p>The button marked with the red arrow is the one that allows you to select various gradients for your text. When you click, a drop-down menu appears and you can select the one you want. After selecting it, go to your text, click on the upper edge, don&#8217;t release the mouse button, and drag it to the lower edge, and then release the mouse button. The gradient text effect will be applied. You can change the direction of the drag to create more effects with the same gradient option.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/gradient-text-effect-gimp-6.png" alt="Gradient text effect in Gimp -- final result" title="Gradient text effect in Gimp -- final result" width="365" height="44" class="aligncenter size-full wp-image-886" /></p>
<p>You can try out different options available with this GIMP tool box section. In order to use the text, simply crop your image and save it.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-create-a-gradient-text-effect-with-gimp&title=How to create a gradient text effect with GIMP&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-create-a-gradient-text-effect-with-gimp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make fonts appear smoother in Windows XP</title>
		<link>http://www.howtoplaza.com/make-fonts-appear-smoother-in-windows-xp</link>
		<comments>http://www.howtoplaza.com/make-fonts-appear-smoother-in-windows-xp#comments</comments>
		<pubDate>Mon, 03 May 2010 12:44:58 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Rendering]]></category>
		<category><![CDATA[Styling]]></category>
		<category><![CDATA[Typeface]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=762</guid>
		<description><![CDATA[Want to make fonts smoother in Windows XP? The original font rendering in Windows is quite unpleasant. In fact if you haven&#8217;t tweaked at all, the fonts in Windows appear somewhat like this: As you can see it&#8217;s not much pleasure working with such font rendering. A standard way of improving font rendering in Windows [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fmake-fonts-appear-smoother-in-windows-xp"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fmake-fonts-appear-smoother-in-windows-xp&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Want to make fonts smoother in Windows XP? The original font rendering in Windows is quite unpleasant. In fact if you haven&#8217;t tweaked at all, the fonts in Windows appear somewhat like this:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/font-rendering1-300x286.png" alt="Font rendering with no Clear Type setting" title="Font rendering with no Clear Type setting" width="300" height="286" class="aligncenter size-medium wp-image-763" /></p>
<p>As you can see it&#8217;s not much pleasure working with such font rendering. A standard way of improving font rendering in Windows is through the Control Panel. From Control Panel go to Display and in the Display window click the Appearance tab. In the Appearance window there is a button labeled Effects&#8230; There is a checkbox labeled &#8220;Use the following method to smooth edges of screen fonts&#8221;; check it, and then from the drop down select ClearType. Apply this setting and the display improves to an extent:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/font-rendering2-286x300.png" alt="Font rendering after setting the Clear Type display" title="Font rendering after setting the Clear Type display" width="286" height="300" class="aligncenter size-medium wp-image-764" /></p>
<p>As you can see, font rendering is a lot better. Still, it&#8217;s not as smooth as you can see  in Ubuntu or say, Mac OS. Microsoft uses different technology to render fonts and images and Ubuntu uses a different technology. That&#8217;s irrelevant here, but if you want your font rendering to look as smooth as it looks in Ubuntu, you can use a rendering program called GDI++. It&#8217;s further development and support is suspended and it may have some issues and give you troubles (<em>it may look bad in lower resolution</em>), but if you can try it out you can download it from here and unzip it in a separate folder. From there you simply need to launch an executable with a big G icon. The program runs in your system tray as a blue G <img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/font-rendering3.png" align="absmiddle" alt="GDI++ blue G" border="0" /></p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/make-fonts-appear-smoother-in-windows-xp&title=Make fonts appear smoother in Windows XP&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/make-fonts-appear-smoother-in-windows-xp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to draw shapes like squares, lines, circles and triangles in GIMP</title>
		<link>http://www.howtoplaza.com/how-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp</link>
		<comments>http://www.howtoplaza.com/how-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp#comments</comments>
		<pubDate>Sat, 20 Feb 2010 10:24:51 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Shapes]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=716</guid>
		<description><![CDATA[If you&#8217;re looking for a powerful alternative to Photoshop you&#8217;ll have to settle down with GIMP. It&#8217;s a great freesource image editing tool but it has its peculiarities and sometimes, unlike it&#8217;s commercial counterpart, even simple tasks can seem cryptic. For instance, if you want to draw squares, lines, circles and triangles using GIMP, you [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re looking for a powerful alternative to Photoshop you&#8217;ll have to settle down with GIMP. It&#8217;s a great freesource image editing tool but it has its peculiarities and sometimes, unlike it&#8217;s commercial counterpart, even simple tasks can seem cryptic. For instance, if you want to draw squares, lines, circles and triangles using GIMP, you cannot select them from the tool box. But then many say GIMP is not a drawing software, it&#8217;s primarily used for image manipulation. So what do you do if you want to draw these shapes in GIMP? The developers may be thought (<em>since you get it for free</em>) if a task can be achieved with 3-4 steps, why have a separate button for that?</p>
<p>Instead, you use the selection tool and a combination of other tools to draw shapes like squares, lines, circles and triangles (<em>and possibly, more intricate shapes &#8212; like autoshapes in Photoshop</em>).</p>
<h2>Drawing a square in GIMP</h2>
<p>1. Open a new file (<em>you can also use a currently open file</em>).</p>
<p>2. Using the Rectangle Selection Tool you select an area. You can select a square area manually or you can add coordinates in order to achieve a square:</p>
<div id="attachment_718" class="wp-caption aligncenter" style="width: 219px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool1.gif" alt="Drawing a square in GIMP" title="Drawing a square in GIMP" width="219" height="189" class="size-full wp-image-718" />
	<p class="wp-caption-text">Drawing a square in GIMP</p>
</div>
<p>Then from the Edit menu, go to Stroke Selection&#8230;</p>
<div id="attachment_719" class="wp-caption aligncenter" style="width: 400px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool-1.gif" alt="Stroke selection" title="Stroke selection" width="400" height="418" class="size-full wp-image-719" />
	<p class="wp-caption-text">Stroke selection</p>
</div>
<p>This brings you to the following screen:</p>
<div id="attachment_720" class="wp-caption aligncenter" style="width: 391px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool-2.gif" alt="Stroke selection for drawing a square in GIMP" title="Stroke selection for drawing a square in GIMP" width="391" height="550" class="size-full wp-image-720" />
	<p class="wp-caption-text">Stroke selection for drawing a square in GIMP</p>
</div>
<p>From this screen onwards it becomes fairly simple to draw a square of your choice. You can play around with different options. The color of the stroke (<em>boundary</em>) depends on the current color selected in the tool box.</p>
<p>This is how you draw a square in GIMP.</p>
<h2>Drawing a circle in GIMP</h2>
<p>You need to follow the same routine as you did while drawing a square, it&#8217;s just that this time you have to select the Ellipse Select Tool instead of the rectangle one.</p>
<h2>Drawing a straight line in GIMP</h2>
<p>Again, there is no straightforward button in GIMP that allows you to draw a straight line; you need to use a combination of different tools and the keyboard (<em>the SHIFT key, to be precise</em>) to draw a straight line. First of all you need to select any of the drawing tools present in the Tools bar.</p>
<div id="attachment_721" class="wp-caption aligncenter" style="width: 237px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool-3.gif" alt="Drawing straight lines in GIMP" title="Drawing straight lines in GIMP" width="237" height="175" class="size-full wp-image-721" />
	<p class="wp-caption-text">Drawing straight lines in GIMP</p>
</div>
<p>Then in the editing area, click wherever you want the line to begin from, then press the Shift key (<em>keep it pressed</em>), drag your mouse pointer according to your line preference, click at the new position and then release the Shift key.</p>
<div id="attachment_722" class="wp-caption aligncenter" style="width: 344px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool-4.gif" alt="Drawing a line" title="Drawing a line" width="344" height="203" class="size-full wp-image-722" />
	<p class="wp-caption-text">Drawing a line</p>
</div>
<p>Your line is drawn.</p>
<div id="attachment_723" class="wp-caption aligncenter" style="width: 206px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool-5.gif" alt="Straight line is drawn" title="Straight line is drawn" width="206" height="136" class="size-full wp-image-723" />
	<p class="wp-caption-text">Straight line is drawn</p>
</div>
<h2>Drawing a triangle in GIMP</h2>
<p>Drawing a triangle in GIMP simply involves drawing lines using the method mentioned above and joining them to form a triangle. This image explains it better:</p>
<div id="attachment_724" class="wp-caption aligncenter" style="width: 194px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/02/drawing-shapes-gimp-selection-tool-6.gif" alt="Drawing triangles in GIMP" title="Drawing triangles in GIMP" width="194" height="153" class="size-full wp-image-724" />
	<p class="wp-caption-text">Drawing triangles in GIMP</p>
</div>
<p>In case you&#8217;d like to manipulate the shapes independently you should first insert a new layer and then draw the shape on that layer, so that you can move it around.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp&title=How to draw shapes like squares, lines, circles and triangles in GIMP&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-draw-shapes-like-squares-lines-circles-and-triangles-in-gimp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to brighten dark images with Photoshop</title>
		<link>http://www.howtoplaza.com/how-to-brighten-dark-images-with-photoshop</link>
		<comments>http://www.howtoplaza.com/how-to-brighten-dark-images-with-photoshop#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:38:06 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=699</guid>
		<description><![CDATA[Disappointed with the latest pics you shot because there wasn&#8217;t enough light? A dark, unclear image can be a result of bad light around the scene being captured or your camera not getting enough time to process the image, or whatever other reason. But it doesn&#8217;t mean the photo has gone waste. This blog posts [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-brighten-dark-images-with-photoshop"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-brighten-dark-images-with-photoshop&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Disappointed with the latest pics you shot because there wasn&#8217;t enough light? A dark, unclear image can be a result of bad light around the scene being captured or your camera not getting enough time to process the image, or whatever other reason. But it doesn&#8217;t mean the photo has gone waste. This blog posts explains to you in detail <a href="http://csscreme.com/tutorials/photoshop-tutorials/how_to_fix_dark_pictures_photoshop_tutorial" title="how to brighten up a dark image in Photoshop">how to brighten up a dark image in Photoshop</a>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-brighten-dark-images-with-photoshop&title=How to brighten dark images with Photoshop&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-brighten-dark-images-with-photoshop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to optimize ping – PNG – images</title>
		<link>http://www.howtoplaza.com/how-to-optimize-ping-png-images</link>
		<comments>http://www.howtoplaza.com/how-to-optimize-ping-png-images#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:57:37 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[image optimization]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-optimize-ping-png-images/</guid>
		<description><![CDATA[There are three major image formats people normally use as web images: JPG, GIF and PNG. A great benefit if using PNG images files is that you can create good transparency effects with them. Although all major image editing tools let you create ping files, there are not many way of optimizing png files. But [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-optimize-ping-png-images"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-optimize-ping-png-images&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>There are three major image formats people normally use as web images: JPG, GIF and PNG. A great benefit if using PNG images files is that you can create good transparency effects with them. Although all major image editing tools let you create ping files, there are not many way of optimizing png files. But why would you optimize your png file. The reason is same as laid out in the post titled <a title="how to optimize your JPG images" href="http://www.howtoplaza.com/how-to-optimize-your-jpg-images/">how to optimize your JPG images</a>; you need to optimize your PNG images so that you can manipulate them as you wish, and they use less bandwidth as your traffic increases.</p>
<p>But why use a PNG image file instead of a GIF image file? There are many benefits. <a title="This blog post explains the benefits of using a PNG image file and how you can optimize a ping image" href="http://www.smashingmagazine.com/2009/07/15/clever-png-optimization-techniques/">This blog post explains the benefits of using a PNG image file and how you can optimize a ping image</a>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-optimize-ping-png-images&title=How to optimize ping &ndash; PNG &ndash; images&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-optimize-ping-png-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to optimize your JPG images</title>
		<link>http://www.howtoplaza.com/how-to-optimize-your-jpg-images</link>
		<comments>http://www.howtoplaza.com/how-to-optimize-your-jpg-images#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:50:27 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image optimization]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-optimize-your-jpg-images/</guid>
		<description><![CDATA[Why do you need to optimize a JPG file and what does optimizing a JPG file actually means. Optimizing a JPG file means reducing its size with minimum quality compromise. When you’re trying to reduce a JPG file you must have observed that it no longer looks as good as it used look originally. Strange [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-optimize-your-jpg-images"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-optimize-your-jpg-images&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Why do you need to <strong>optimize a JPG file</strong> and what does optimizing a JPG file actually means. Optimizing a JPG file means reducing its size with minimum quality compromise. When you’re trying to reduce a JPG file you must have observed that it no longer looks as good as it used look originally. Strange shades and boxes begin to appear in a scattered fashion. Different image manipulation tools let you reduce the size of your images while trying maintain as much quality as possible.</p>
<p>But why optimize your images? Two reasons. Some of your visitors may have slower internet connections so they’ll appreciate if they don’t have to wait forever before they can make out what’s the image all about. And lighter images save you lots of bandwidth cost. It hardly makes a difference if your image is viewed by 500-600 odd visitors per day. But what if your web page contains 5-10 images and that page is visited by thousands of visitors daily? You can do the math and figure out how much you are going to pay to your web host just to display the images.</p>
<p><a title="This Smashingmagazine blog post" href="http://www.smashingmagazine.com/2009/07/01/clever-jpeg-optimization-techniques/">This Smashingmagazine blog post</a> tells you how to <strong>optimize your JPG images</strong>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-optimize-your-jpg-images&title=How to optimize your JPG images&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-optimize-your-jpg-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
