<?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>Vitor Rodrigues &#187; gimp</title>
	<atom:link href="http://www.vitorrodrigues.com/blog/tag/gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vitorrodrigues.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 28 Sep 2009 18:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Monitor calibration in Linux</title>
		<link>http://www.vitorrodrigues.com/blog/2008/10/27/monitor-calibration-in-linux/</link>
		<comments>http://www.vitorrodrigues.com/blog/2008/10/27/monitor-calibration-in-linux/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 03:09:11 +0000</pubDate>
		<dc:creator>vitor</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[argyll]]></category>
		<category><![CDATA[argyllcms]]></category>
		<category><![CDATA[calibration]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[spyder2]]></category>
		<category><![CDATA[spyder2express]]></category>

		<guid isPermaLink="false">http://www.vitorrodrigues.com/blog/?p=135</guid>
		<description><![CDATA[If you are into photography, then you should already know that calibrating your monitor is something really important if you plan to print your pictures. I recently printed some photos and noticed that the printed colors were considerably different from the colors on my LCD. After comparing my monitor with a few others, it was [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are into photography, then you should already know that calibrating your monitor is something really important if you plan to print your pictures. I recently printed some photos and noticed that the printed colors were considerably different from the colors on my LCD. After comparing my monitor with a few others, it was obvious that mine, and some of the others too, were not color calibrated.</p>
<p style="text-align: justify;">Monitors can be calibrated to display the &#8220;correct&#8221; colors by using a calibration device, complemented by the vendor software. I decided to buy the <a href="http://spyder.datacolor.com/product-mc-s2e.php">Spyder2Express</a> since it had good reviews and a reasonable price. Unfortunately, there is no color calibration device that is supported on Linux by its vendor and I currently use Linux (openSuse) as my main operative system. I could use my work laptop running windows to calibrate the monitor, then export the color profile and import it in Linux. There is an article <a href="http://jcornuz.wordpress.com/2007/09/26/color-managed-monitor-i/">here</a> on how to do it. With help from one of the comments in that article, I found about <a href="http://argyllcms.com/">Argyll Color Management System</a>. Argyll is a monitor calibration software package for Linux that supports most of the existing calibration devices. It uses the Windows binary software to create a Linux binary in order to be able to communicate with the device to run the calibration tests and create a color profile. It also provides an utility to apply the color profile to your monitor.</p>
<p style="text-align: justify;">The steps to calibrate your monitor in Linux using Argyll are pretty simple. In my case, using the Syper2Express device, all I had to do was runt the following commands(as root, or give the user permission to communicate with the usb device):</p>
<pre>$ cd Argyll_V1.0.3/
$ ./spyd2en -v /media/ColorVision/setup/setup.exe (creates binary file to communicate with device)
$ ./dispcal -v -y l -o MyMonitor (runs calibration tests and creates monitor color profile)
$  ./dispwin MyMonitor.icc (applies color profile to monitor)
</pre>
<p style="text-align: justify;">The generated color profile can also be imported to your post processing software like <a href="http://www.gimp.org/">GIMP</a> in order to use the monitor color profile instead of using a more common profile like sRGB or Adobe RGB.</p>
<img src="http://www.vitorrodrigues.com/blog/?ak_action=api_record_view&id=135&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.vitorrodrigues.com/blog/2008/10/27/monitor-calibration-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GIMP Perspective Clone Tool</title>
		<link>http://www.vitorrodrigues.com/blog/2007/02/03/gimp-perspective-clone-tool/</link>
		<comments>http://www.vitorrodrigues.com/blog/2007/02/03/gimp-perspective-clone-tool/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 18:39:19 +0000</pubDate>
		<dc:creator>vitor</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[clonning]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[soc]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.vitorrodrigues.com/blog/2007/02/03/gimp-perspective-clone-tool/</guid>
		<description><![CDATA[Gimp 2.4 will have a new feature called Perspective Clonning. This tool is already available in Photoshop CS3 and it allows you to clone part of your picture maintaining the perspective distortion of the subject. This feature was developed by Pedro Alonso as one of GIMP&#8217;s projects for Google Summer of Code, and you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gimp.org">Gimp</a> 2.4 will have a new feature called Perspective Clonning. This tool is already available in Photoshop CS3 and it allows you to clone part of your picture maintaining the perspective distortion of the subject.
</p>
<p>This feature was developed by <a href="http://pedroalonso.es">Pedro Alonso</a> as one of GIMP&#8217;s projects for <a href="http://code.google.com/soc">Google Summer of Code</a>, and you can find some <a href="http://pedroalonso.es/blog/?p=88">video tutorials and examples</a> on his website. I gave it a try, and the result was this:
</p>
<p>&nbsp;<img alt="clonning 1" src="http://www.vitorrodrigues.com/blog/wp-content//images/Software/.resized/.resized_250x333_crop1.jpg" height="333" width="250" />
</p>
<p> <img alt="clonning 2" src="http://www.vitorrodrigues.com/blog/wp-content//images/Software/.resized/.resized_250x333_crop2.jpg" height="333" width="250" /><br />
  
</p>
<p>Very neat tool indeed!<br />
  </p>
<img src="http://www.vitorrodrigues.com/blog/?ak_action=api_record_view&id=63&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.vitorrodrigues.com/blog/2007/02/03/gimp-perspective-clone-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

