<?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>Schadenfreude &#187; gimp</title>
	<atom:link href="http://www.ralree.com/tag/gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:18:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Beautiful Panoramas Easily in Linux</title>
		<link>http://www.ralree.com/2009/04/26/creating-beautiful-panoramas-easily-in-linux/</link>
		<comments>http://www.ralree.com/2009/04/26/creating-beautiful-panoramas-easily-in-linux/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 20:27:34 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[hugin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22520</guid>
		<description><![CDATA[Recently, I&#8217;ve gotten pretty into photography.  I bought a digital SLR, a Nikon D40X, which I love.  I also went to Germany recently, which gave me many opportunities to take some really pretty pictures.  Many times, I couldn&#8217;t capture the scene in just one picture, so I had to take some panoramas.  I generally do [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve gotten pretty into photography.  I bought a digital SLR, a Nikon D40X, which I love.  I also went to Germany recently, which gave me many opportunities to take some really pretty pictures.  Many times, I couldn&#8217;t capture the scene in just one picture, so I had to take some panoramas.  I generally do my panoramas vertically so I can capture a larger amount of vertical area.  This requires more shots, but memory it cheap, and I don&#8217;t have to end up cropping parts I want to keep.  I&#8217;m going to guide you through making a seamless panorama using only free and open-source software in Linux, specifically Ubuntu 9.04 Jaunty Jackalope. <br />
<span id="more-22520"></span><br />
First, we need tools.  GIMP should already be installed, but we need Autopano and Hugin.</p>
<pre><code>
sudo apt-get install hugin autopano-sift
</code></pre>
<p>Now, open up Hugin from the <strong>Applications -&gt; Graphics</strong> menu.  The first step is to import your images.  I&#8217;m going to stitch together four images for this demo, though I have tried the exact same procedure with 20 and it came out beautifully.  Here are the three images in gThumb:</p>
<p><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img1.jpg"><img class="aligncenter size-full wp-image-22521" title="img1" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img1.jpg" alt="img1" width="641" height="159" /></a>Simply drag-and-drop these into the <strong>Images</strong> tab of Hugin:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img2.jpg"><img class="aligncenter size-medium wp-image-22522" title="img2" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img2-300x204.jpg" alt="img2" width="300" height="204" /></a>Now, we need to generate the control points.  These are the places each image has in common with its neighbor.  We can make these manually in the control points tab, but that&#8217;s tedious and crappy, and the computer can do it just fine on its own.  In the same <strong>Images</strong> tab, there will be a part at the bottom that says <strong>Feature Matching (Autopano)</strong>. Set the <strong>Points per Overlap</strong> to 7, since that should be sufficient for most stitching, then click <strong>Create control points</strong>.  After it does its thing, you&#8217;ll see something like this:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img3.jpg"><img class="aligncenter size-medium wp-image-22523" title="img3" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img3-300x211.jpg" alt="img3" width="300" height="211" /></a>Click<strong> OK</strong>, and move on to the <strong>Optimizer</strong> tab.  Here, we can automatically tweak the parameters of each photo.  First, let&#8217;s just do positions starting from the anchor image (which is the first one by default).  Make sure to uncheck the first checkbox, as shown here:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img4.jpg"><img class="aligncenter size-medium wp-image-22524" title="img4" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img4-300x210.jpg" alt="img4" width="300" height="210" /></a></p>
<p style="text-align: left;">Once that&#8217;s finished, you&#8217;ll see something like this:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img5.jpg"><img class="aligncenter size-full wp-image-22525" title="img5" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img5.jpg" alt="img5" width="350" height="203" /></a></p>
<p style="text-align: left;">If these numbers are small (like less than 30 or so), go ahead and hit <strong>Yes</strong>.  Otherwise, you need to go take a look at your control points manually, and possibly shift your anchor image for position, both of which are beyond the scope of this tutorial.  These numbers look perfect, and are what we expect from autopano magic.  Now, let&#8217;s fix lens issues with another pass in a different mode.</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img6.jpg"><img class="aligncenter size-full wp-image-22526" title="img6" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img6.jpg" alt="img6" width="610" height="106" /></a>Hit<strong> Optimize Now!</strong> again, and click <strong>Yes</strong> when it finishes.  We&#8217;re done positioning.  Now, let&#8217;s fix the exposure.  Click the <strong>Exposure</strong> tab, and you&#8217;ll see something like this:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img8.jpg"><img class="aligncenter size-full wp-image-22528" title="img8" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img8.jpg" alt="img8" width="677" height="176" /></a></p>
<p style="text-align: left;">Set it up as shown, making sure to uncheck that box.  Then click <strong>Optimize Now!</strong> and <strong>Yes</strong> like before.  You&#8217;ve now balanced the exposure levels of the images.  Let&#8217;s take a look by hitting the Preview button, which looks like this:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img10.jpg"><img class="aligncenter size-full wp-image-22530" title="img10" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img10.jpg" alt="img10" width="38" height="39" /></a>You&#8217;ll see an image in crosshairs, and some buttons at the top:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img11.jpg"><img class="aligncenter size-full wp-image-22531" title="img11" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img11.jpg" alt="img11" width="242" height="57" /></a>Click <strong>Straighten</strong>, and then <strong>Center</strong>.  You should now have your image all set to go.  Don&#8217;t drag it around, you&#8217;ll just ruin it.</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img12.jpg"><img class="aligncenter size-full wp-image-22532" title="img12" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img12.jpg" alt="img12" width="521" height="322" /></a></p>
<p style="text-align: left;">Now, go back to the main window, and click the <strong>Stitcher</strong> tab.</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img13.jpg"><img class="aligncenter size-full wp-image-22533" title="img13" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img13.jpg" alt="img13" width="730" height="440" /></a></p>
<p style="text-align: left;">Click<strong> Calculate Optimal Size</strong> to get the correct numbers in the boxes.  Then, click<strong> Stitch Now!</strong>.  After lots of thinking, you&#8217;ll end up back at the same screen.  That means it finished.  Now, check out the result!</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img14.jpg"><img class="aligncenter size-full wp-image-22535" title="img14" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/img14.jpg" alt="img14" width="480" height="206" /></a></p>
<p style="text-align: left;">It obviously needs some cropping, but I have to say it&#8217;s not bad!  Let&#8217;s open it in GIMP and finish it up.  I simply cropped it into a nice rectangle, tweaked the colors, and saved it as a 95% quality JPEG.  You can delete the TIFF file if you want &#8211; it&#8217;s probably huge.  Here&#8217;s the result:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/04/pano1.jpg"><img class="aligncenter size-medium wp-image-22537" title="pano1" src="http://www.ralree.com/newblog/wp-content/uploads/2009/04/pano1-300x106.jpg" alt="pano1" width="300" height="106" /></a></p>
<p style="text-align: left;">So, now you too can make beautiful panoramas.  Here&#8217;s now I did recently from the top of Die Wank in Garmisch, Germany:</p>
<p><center><br />
<p class="flickrTag_container"><a href="http://farm4.static.flickr.com/3558/3476532604_61e5b7c153.jpg" class="flickr" title="pano8 &lt;a href=&quot;http://www.flickr.com/photos/79248695@N00/3476532604/&quot;&gt;view&amp;nbsp;on&amp;nbsp;flickr&amp;raquo;&lt;/a&gt;" rel="lightbox"><img src="http://farm4.static.flickr.com/3558/3476532604_61e5b7c153.jpg" alt="Array" class="flickr small photo" /></a></p><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/04/26/creating-beautiful-panoramas-easily-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GIMP to remove dastardly lens flare</title>
		<link>http://www.ralree.com/2009/03/14/using-gimp-to-remove-dastardly-lens-flare/</link>
		<comments>http://www.ralree.com/2009/03/14/using-gimp-to-remove-dastardly-lens-flare/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 05:12:44 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lens flare]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22455</guid>
		<description><![CDATA[After purchasing a glorious new Nikon D40X Digital SLR Camera online today, I was inspired to fix up a couple images.
So, I was trying to get rid of the obvious flaw in the following picture, and I found a pretty easy way to do it with GIMP.


Now, I&#8217;m no expert at GIMP or anything, but [...]]]></description>
			<content:encoded><![CDATA[<p>After purchasing a glorious new <strong>Nikon D40X Digital SLR Camera</strong> online today, I was inspired to fix up a couple images.</p>
<p>So, I was trying to get rid of the obvious flaw in the following picture, and I found a pretty easy way to do it with GIMP.</p>
<p style="text-align: center;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/03/00038_flare.jpg"><img class="aligncenter size-medium wp-image-22456" title="00038_flare" src="http://www.ralree.com/newblog/wp-content/uploads/2009/03/00038_flare-300x225.jpg" alt="00038_flare" width="300" height="225" /></a></p>
<p><span id="more-22455"></span></p>
<p>Now, I&#8217;m no expert at GIMP or anything, but all I did was select the region in question using the <strong>lasso</strong>, like so:</p>
<p><img class="aligncenter size-full wp-image-22458" title="lassoage" src="http://www.ralree.com/newblog/wp-content/uploads/2009/03/lassoage.jpg" alt="lassoage" width="578" height="466" /></p>
<p>Then, I used the <strong>Colors -&gt; Components -&gt; Channel Mixer</strong> tool to bend it to my will (make sure you grow your selection to encompass the whole flare using the <strong>Select -&gt; Grow</strong> tool):</p>
<p style="text-align: center;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/03/channel_select.jpg"><img class="aligncenter size-medium wp-image-22459" title="channel_select" src="http://www.ralree.com/newblog/wp-content/uploads/2009/03/channel_select-300x180.jpg" alt="channel_select" width="300" height="180" /></a></p>
<p style="text-align: left;">Notice how in the preview window the blemish isn&#8217;t visible?  That&#8217;s what you want.  Now, hit <strong>OK</strong>.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-22460" title="brightness" src="http://www.ralree.com/newblog/wp-content/uploads/2009/03/brightness.jpg" alt="brightness" width="703" height="533" /></p>
<p style="text-align: left;">So, now all we have is a little bit of a color/contrast issue.  Let&#8217;s fix that up with the <strong>Colors -&gt; Color Balance</strong> tool:</p>
<p style="text-align: left;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/03/color.jpg"><img class="aligncenter size-medium wp-image-22461" title="color" src="http://www.ralree.com/newblog/wp-content/uploads/2009/03/color-300x161.jpg" alt="color" width="300" height="161" /></a></p>
<p style="text-align: left;">Now, if you look closely, you can still see just a tiny bit of brightness, but that&#8217;s alright with me &#8211; it&#8217;s much better than the blue crap.  Here&#8217;s the end result:</p>
<p style="text-align: center;"><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/03/00038_noflare.jpg"><img class="aligncenter size-medium wp-image-22462" title="00038_noflare" src="http://www.ralree.com/newblog/wp-content/uploads/2009/03/00038_noflare-300x225.jpg" alt="00038_noflare" width="300" height="225" /></a></p>
<p style="text-align: left;">And there you have it: how to remove those annoying lens flares with GIMP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/03/14/using-gimp-to-remove-dastardly-lens-flare/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>McObillary BarraClintaCain</title>
		<link>http://www.ralree.com/2008/05/28/mcobillary-barraclintacain/</link>
		<comments>http://www.ralree.com/2008/05/28/mcobillary-barraclintacain/#comments</comments>
		<pubDate>Wed, 28 May 2008 18:46:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/05/28/mcobillary-barraclintacain</guid>
		<description><![CDATA[After seeing this, I couldn&#8217;t help myself:

The ideal candidate according to America

]]></description>
			<content:encoded><![CDATA[<p>After seeing this, I couldn&#8217;t help myself:</p>
<p><img src="http://ralree.info/assets/2008/5/28/mcbush-mccain-bush.jpg" alt=""/></p>
<h2>The ideal candidate according to America</h2>
<p><img src="http://ralree.info/assets/2008/5/28/mcobillary.jpg" alt=""/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/05/28/mcobillary-barraclintacain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Alicia Silverstone love meat?</title>
		<link>http://www.ralree.com/2007/09/21/does-alicia-silverstone-love-meat/</link>
		<comments>http://www.ralree.com/2007/09/21/does-alicia-silverstone-love-meat/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 01:14:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[alcohol]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[celebrities]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[meat]]></category>
		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/does-alicia-silverstone-love-meat</guid>
		<description><![CDATA[I saw this today, and thought it was hilarious.  Basically, this is the main point of the whole thing:

So I decided to have some fun. 
            
I saw this today, and thought it was hilarious.  Basically, this is the main point of [...]]]></description>
			<content:encoded><![CDATA[<p>I saw <a href="http://www.peta.org/feat/alicia_psa/index.asp">this</a> today, and thought it was hilarious.  Basically, this is the main point of the whole thing:</p>
<p><img src="http://ralree.info/assets/2007/9/21/32665175.jpg" alt=""/></p>
<p>So I decided to have some fun. </p>
<p>            <span id="more-3564"></span></p>
<p>I saw <a href="http://www.peta.org/feat/alicia_psa/index.asp">this</a> today, and thought it was hilarious.  Basically, this is the main point of the whole thing:</p>
<p><img src="http://ralree.info/assets/2007/9/21/32665175.jpg" alt=""/></p>
<p>So I decided to have some fun.  Here are the results:</p>
<h1>The obvious one</h1>
<p><img src="http://ralree.info/assets/2007/9/21/silverstone_meat.jpg" alt=""/></p>
<p>This one just couldn&#8217;t help being done.</p>
<h1>Fun with filters</h1>
<p><img src="http://ralree.info/assets/2007/9/21/silverstone_cold.jpg" alt=""/></p>
<p>These were all made using The GIMP &#8211; it has some pretty cool filters like this one, which is <strong>sparkle</strong>.  I used the hue and saturation tool to get the blue effect.</p>
<h1>AA Meeting, Anyone?</h1>
<p><img src="http://ralree.info/assets/2007/9/21/silverstone_alcoholic.jpg" alt=""/></p>
<p>This probably isn&#8217;t true, but you never know&#8230;</p>
<h1>That&#8217;s Not True!  Thats <strong>IMPOSSIBLE!!</strong></h1>
<p><img src="http://ralree.info/assets/2007/9/21/silverstone_darth.jpg" alt=""/><br />
<img src="http://ralree.info/assets/2007/9/21/Screenshot.png" alt=""/></p>
<h2>Nooooo!!!!!</h2>
<h3><a href="http://ralree.info/assets/2007/9/21/silverstone.xcf">The XCF</a> is available if you want to make your own.</h3>
<p>So, now that that&#8217;s done, time to go do something productive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/09/21/does-alicia-silverstone-love-meat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.377 seconds -->
