<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux Photography</title>
	<atom:link href="http://jcornuz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jcornuz.wordpress.com</link>
	<description>Helpful stuff - I hope</description>
	<lastBuildDate>Mon, 20 May 2013 22:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jcornuz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux Photography</title>
		<link>http://jcornuz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jcornuz.wordpress.com/osd.xml" title="Linux Photography" />
	<atom:link rel='hub' href='http://jcornuz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The day Goats invaded the GIMP</title>
		<link>http://jcornuz.wordpress.com/2012/06/02/the-day-goats-invaded-the-gimp/</link>
		<comments>http://jcornuz.wordpress.com/2012/06/02/the-day-goats-invaded-the-gimp/#comments</comments>
		<pubDate>Sat, 02 Jun 2012 20:56:33 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Photo Editing Software]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=905</guid>
		<description><![CDATA[Unless you have been living in a cave for about 10 years, you know that the next big thing in GIMP is called GEGL &#8211; that library has been in development for several years and aims to be the new engine that will launch GIMP to the stratosphere of image editing (more or less&#8230;) What [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=905&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Unless you have been living in a cave for about 10 years, you know that the next big thing in GIMP is called GEGL &#8211; that library has been in development for several years and aims to be the new engine that will launch GIMP to the stratosphere of image editing (more or less&#8230;)<br />
<span id="more-905"></span><br />
<strong>What GEGL brings.</strong></p>
<p>What does GEGL (<a href="www.gegl.org" target="_blank">web</a>) bring to the table that makes it so desirable? Basically, GEGL takes in any image (bitmap) and then applies operations to the image. Think curves operation, a bit of dodge or burn here and there and an unsharp mask (to keep things simple). Now the goodness of GEGL is that:</p>
<ol style="position:static;z-index:auto;">
<li>all these operations are internally processed by GEGL in 32bit float (the highest precision level available to mere mortals). So that means high bitdepth at last. Let&#8217;s just remember that our human eye cannot see nuances finer than 8bits/channel (which was the standard defined when memory and processing power was scarce). However, color modification (or even moreso black and white) when done in this limited bitdepth end up with very noticeable artifacts. So for serious photo retouching, you need high-bitdepth (and GEGL).</li>
<li>since GEGL gobbles in a bitmap and applies operations to it, you can save the bitmap (doh) and all the operations (and parameters) you applied to it. And you have access to all of your previous operations and modify them anytime (years later if saved in an adequate file format). To speak in Photoshop&#8217;s term, everything is an effect layer. And more: you can apply a series of operations to a bitmap and then copy and paste these operations to another one. And if you want to modify these operations you can decide if your modification will be applied to both objects or just one. Pretty nifty? YOU BET.</li>
<li>Lastly, GEGL allows its operations to be executed by the CPU (slowly) or by the GPU (fast). Some operations are already accelerated via OpenCL and the 2011 Google Summer of Code students got temporarily <a href="http://https://mail.gnome.org/archives/gegl-developer-list/2011-November/msg00007.html" target="_blank">hired by AMD</a> to further work on his project.</li>
</ol>
<p><strong>The long story of GIMP GEGL integration</strong></p>
<p>The only problem is that it has been 10 years (or so) that we have been waiting for GEGL to materialize. This is now done for several years, thanks mainly to <a href="http://pippin.gimp.org/" target="_blank">Øyvind &#8221;Pippin&#8221; Kolås</a>. And then some more (years) for GIMP to start using GEGL &#8211; and start delivering all the GEGLified goodness to its belated users. The recently released <a href="http://www.gimp.org/release-notes/gimp-2.8.html" target="_blank">2.8 version</a> of GIMP has been dragging and although it started using GEGL for some of its operation, has been mainly about updating the user interface &#8211; to offer the single-window interface that is lovely, by the way. But still, for real photography work, we need higher bitdepth.</p>
<p>This spring, however (just before the release of 2.8) Øyvind Kolås and Mike &#8220;Mitch&#8221; Natterer gathered for a week to test the feasability of the approach they had in minde for the port of GIMP core to GEGL. As it happened, the approach worked so well, that the one week test, turned out to a 3 weeks hackaton were 90% of the GIMP core was ported to GEGL. It is worth reading <a href="http://gimpfoo.de/2012/04/17/goat-invasion-in-gimp/" target="_blank">Mitch&#8217;s blog on the subject</a> &#8211; picked by <a href="http://news.slashdot.org/story/12/04/17/1826215/gimp-core-mostly-ported-to-gegl" target="_blank">Slashdot</a> where the whole discussion was about the hackers &#8220;inadvertently&#8221; porting GIMP&#8217;s core to GEGL. No, the story doesn&#8217;t tell how much beer and pizza were consumed during these 3 weeks.</p>
<p>But what came out of it was a branch called &#8220;goats invasion&#8221; which has since been rebased to master and is now where the current GIMP developement is happening and which will be release as GIMP 2.10 &#8211; and the incubation time for this release should be much shorter than for 2.8.</p>
<p><strong>What do we get (or not)?</strong></p>
<p>So what do we get from this goats invasion? Well, GEGL is now used inside the main GIMP processing pipeline and we can now load and work on images with higher bitdepth (YEAH!). Most of the GIMP interface is the same, except for one submenu: precision. Saving files as xcf allows for high bit depth and 16bits PNG is supported but not tiff (yet).</p>
<p><a href="https://jcornuz.files.wordpress.com/2012/05/shot.jpg"><img class="aligncenter size-full wp-image-912" title="high bitdepth goodness" src="https://jcornuz.files.wordpress.com/2012/05/shot.jpg?w=450&#038;h=207" alt="" width="450" height="207" /></a></p>
<p>What do we NOT get (yet)? Well, most plugins aren&#8217;t ported to GEGL yet, so if you need to oilify an image in 16bits depth, you are out of luck. As with any software being under active development, expect crashes &#8211; sometimes with an Eeeek and how many GEGL buffers where leaked to memory.</p>
<p>Note that accelerating GEGL via OpenCL/GPU is a GEGL-only project that can get going independently of GIMP development.</p>
<p>How to get this goats goodness? You basically need the git version of GIMP (as well as gegl-git and babl-git). Be warned though that GIMP is big and takes a long time to compile. But you will be rewarded by a precision submenu and quite a few crashes <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Of course, if you find a repository with gimp-git for your distro, you&#8217;re all set.</p>
<p><strong>What is next?</strong></p>
<p>So with the goats invading GIMP, we have the first goodie of GEGL nearing: high bitdepth &#8220;for free&#8221; (as in part of GEGL&#8217;s standard mode of operations). What about the other one &#8211; unlimited history and &#8220;everything as effect layers&#8221;? Well, that is for later versions, since this requires quite a bit of UI design (for which Peter Sikking has a plan &#8211; or a least <a href="http://blog.mmiworks.net/2012/01/gimp-full-gegl-ahead.html" target="_blank">a blog post</a>). So 2.8 has been released recently, 2.10 will be about GEGL and high-bitdepth. GIMP 3.0 will be about porting GIMP to GTK3 and then will come the UI revamp for GEGL operations. Although release times should be shorter, there is still quite <a href="http://wiki.gimp.org/index.php/Roadmap" target="_blank">a long way to go</a> to fully profit GEGL goodness.</p>
<p>But what is maybe the most encouraging of all is that GIMP is finding back an enthusiastic community. No longer is it fashionable to grumble about the GIMP (like I have done so much in this blog), no longer are whining users met by disgruntled developers. If you look for <a href="https://plus.google.com/116634837115748851709/posts" target="_blank">GIMP on Google+</a> (almost) every new post is met by positives comments &#8211; it looks like enthusiasm is back to the GIMP camp: good to see more and more GIMP fanboys (and girls) raise their voice and cheer the vailiant developpers.</p>
<p><strong>And of course&#8230;</strong></p>
<p>Here is my first image processed entirely in 16 bits / channel: developped twice with Rawstudio (once for the sky and once for the ground) in 16bpc PNG, opened and mixed with GIMP. Let&#8217;s say that this pic has more technical than artistic value (notice the polarizer vignetting at the bottom <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
<p><a href="https://jcornuz.files.wordpress.com/2012/06/high_bitdepth_goodness.jpg"><img class="aligncenter size-medium wp-image-917" title="high_bitdepth_goodness" src="https://jcornuz.files.wordpress.com/2012/06/high_bitdepth_goodness.jpg?w=200&#038;h=300" alt="" width="200" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/905/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=905&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2012/06/02/the-day-goats-invaded-the-gimp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>

		<media:content url="https://jcornuz.files.wordpress.com/2012/05/shot.jpg" medium="image">
			<media:title type="html">high bitdepth goodness</media:title>
		</media:content>

		<media:content url="https://jcornuz.files.wordpress.com/2012/06/high_bitdepth_goodness.jpg?w=200" medium="image">
			<media:title type="html">high_bitdepth_goodness</media:title>
		</media:content>
	</item>
		<item>
		<title>News?</title>
		<link>http://jcornuz.wordpress.com/2012/05/15/news/</link>
		<comments>http://jcornuz.wordpress.com/2012/05/15/news/#comments</comments>
		<pubDate>Tue, 15 May 2012 03:27:40 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=900</guid>
		<description><![CDATA[I know this has been a very long time (I barely remembered my wordpress password) but here we go: a new article. Don&#8217;t expect much at that point though &#8211; if you were still expecting anything, that is. But here is the thing: Pentaxforums has recently run a give away along the lines of &#8220;write [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=900&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div>I know this has been a very long time (I barely remembered my wordpress password) but here we go: a new article. Don&#8217;t expect much at that point though &#8211; if you were still expecting anything, that is.</div>
<div></div>
<div>But here is the thing: <a href="http://www.pentaxforums.com" target="_blank">Pentaxforums</a> has recently run a give away along the lines of &#8220;write a technical blogpost related to photography &#8211; we&#8217;ll pick the best one(s) and offer goodies up to $1000 thanks to sponsoring by B&amp;H&#8221;.</div>
<div></div>
<div>Guess what? I submitted an entry <a href="http://www.pentaxforums.com/reviews/linux-for-photography/introduction.html" target="_blank">Linux for photography, 3 years down the line</a> which aimed to revisit my <a href="http://jcornuz.wordpress.com/2008/08/21/using-linux-for-photography-where-we-stand/">previous article on the topic</a>. And it got selected among the 15 finalists.</div>
<div></div>
<div>Now why do I tell all that right now? Two things:</div>
<div>
<ol style="position:static;z-index:auto;">
<li>if you want to help my &#8220;cause&#8221; <a href="http://www.pentaxforums.com/reviews/linux-for-photography/introduction.html" target="_blank">read the article</a> (the more hits, the higher my chances) or even better (if you are a subscriber to Pentaxforums &#8211; and any true Pentaxian should be) <a href="http://www.pentaxforums.com/news/member-photographic-articles.html" target="_blank">vote for me</a>. Don&#8217;t tell me you didn&#8217;t se that one coming <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
<li>this was also an opportunity to remember that blogging is time consuming, but also a lot of fun. So here is the idea: help me get a higher rank in PentaxForums give away and I&#8217;ll resume blogging <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The first article will be about GIMP being invaded by goats&#8230;</li>
</ol>
</div>
<div> PS: no, this is not bribing: Adam (PF administrator) encouraged us to &#8220;share this voting thread with your friends, together with a link to your article&#8221;. I am just obeying :)</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/900/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=900&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2012/05/15/news/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>
	</item>
		<item>
		<title>Rapid Photo Downloader: making your life easier</title>
		<link>http://jcornuz.wordpress.com/2009/11/01/rapid-photo-downloader-making-your-life-easier/</link>
		<comments>http://jcornuz.wordpress.com/2009/11/01/rapid-photo-downloader-making-your-life-easier/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 01:19:17 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=872</guid>
		<description><![CDATA[Have you ever had a couple (or more) memory cards full of images that you quickly want to download to your hard drive while making an extra backup copy and rename all files according to a certain pattern?  And all of this as quickly as possible because you are here to take pictures, not to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=872&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Have you ever had a couple (or more) memory cards full of images that you quickly want to download to your hard drive while making an extra backup copy and rename all files according to a certain pattern?  And all of this as quickly as possible because you are here to take pictures, not to process your digital files? <a href="http://www.damonlynch.net/">Damon Lynch</a> has created <a href="http://www.damonlynch.net/rapid/">Rapid Photo Downloader</a>, a tool that does just that&#8230; and a bit more.</p>
<p><span id="more-872"></span>This is a truly unix-philosophy tool: one tool for one purpose, but do it well. So Rapid Photo Downloader will allow you to:</p>
<ul>
<li><span style="background-color:#ffffff;">download your images to a defined directory</span></li>
<li><span style="background-color:#ffffff;">rename them in the process</span></li>
<li><span style="background-color:#ffffff;">create a backup copy at the same time</span></li>
</ul>
<p>and the beauty of it is that it is very simple to configure: a few clicks and you define where the photos will be downloaded, how they will be renamed, where the backup will be and if you want RPD to start doing its job automatically when a new device is inserted.</p>
<p>Here is what the preference windows looks like (for my work habits, obviously):</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/11/rapid_photo_2.jpg"><img class="aligncenter size-medium wp-image-886" title="rapid_photo_2" src="http://jcornuz.files.wordpress.com/2009/11/rapid_photo_2.jpg?w=300&#038;h=247" alt="rapid_photo_2" width="300" height="247" /></a></p>
<p>and here is Rapid Photo Downloader in action:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/11/rapid_photo_1.jpg"><img class="aligncenter size-medium wp-image-883" title="rapid_photo_1" src="http://jcornuz.files.wordpress.com/2009/11/rapid_photo_1.jpg?w=292&#038;h=300" alt="rapid_photo_1" width="292" height="300" /></a></p>
<p>Interested? You should! Have a look at <a href="http://www.damonlynch.net/rapid/">Rapid Photo Downloader&#8217;s website</a>, including <a href="http://www.damonlynch.net/rapid/download.html">installation instructions</a> for major distros.</p>
<p>And just to keep a tradition alive, here is an &#8220;autumn in Montreal&#8221; image:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/10/autumn.jpg"><img class="aligncenter size-medium wp-image-880" title="autumn" src="http://jcornuz.files.wordpress.com/2009/10/autumn.jpg?w=300&#038;h=128" alt="autumn" width="300" height="128" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/872/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/872/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=872&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/11/01/rapid-photo-downloader-making-your-life-easier/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/11/rapid_photo_2.jpg?w=300" medium="image">
			<media:title type="html">rapid_photo_2</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/11/rapid_photo_1.jpg?w=292" medium="image">
			<media:title type="html">rapid_photo_1</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/10/autumn.jpg?w=300" medium="image">
			<media:title type="html">autumn</media:title>
		</media:content>
	</item>
		<item>
		<title>Gnome Color Manager is born</title>
		<link>http://jcornuz.wordpress.com/2009/10/29/gnome-color-manager-is-born/</link>
		<comments>http://jcornuz.wordpress.com/2009/10/29/gnome-color-manager-is-born/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:04:24 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=874</guid>
		<description><![CDATA[Richard Hughes is next in line to become another hero of Open Source Software for photography. After giving it some thoughts, he implemented a first draft of a Gnome Color Manager. It lives in Gnome GIT for now so it is not quite ready for prime time, but hey, &#8220;a journey of a thousand miles [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=874&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://blogs.gnome.org/hughsie/">Richard Hughes</a> is next in line to become another hero of Open Source Software for photography. <a href="http://blogs.gnome.org/hughsie/2009/10/23/icc-profiles-and-gnome/">After giving it some thoughts</a>, he <a href="http://blogs.gnome.org/hughsie/2009/10/28/gnome-color-manager/">implemented a first draft</a> of a Gnome Color Manager. It lives in <a href="http://git.gnome.org/cgit/gnome-color-manager">Gnome GIT</a> for now so it is not quite ready for prime time, but hey, &#8220;a journey of a thousand miles begins with a single step.&#8221; (<a href="http://www.quotationspage.com/quote/24004.html">ref</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/874/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=874&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/10/29/gnome-color-manager-is-born/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>
	</item>
		<item>
		<title>Attitudes</title>
		<link>http://jcornuz.wordpress.com/2009/10/02/attitudes/</link>
		<comments>http://jcornuz.wordpress.com/2009/10/02/attitudes/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:08:46 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=867</guid>
		<description><![CDATA[Two links for your consideration: Michael Reichmann &#8211; The Leica M9, a field review Joe McNally &#8211; a photographer&#8217;s best piece of equipment (youtube video) Comment anyone?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=867&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Two links for your consideration:</p>
<p><a href="http://www.luminous-landscape.com/reviews/cameras/m9-paris.shtml">Michael Reichmann &#8211; The Leica M9, a field review</a></p>
<p><a href="http://www.youtube.com/watch?v=awuFSWRjoI0&amp;NR=1">Joe McNally &#8211; a photographer&#8217;s best piece of equipment</a> (youtube video)</p>
<p>Comment anyone?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/867/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=867&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/10/02/attitudes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>
	</item>
		<item>
		<title>Gimp 2.8 in a single window?</title>
		<link>http://jcornuz.wordpress.com/2009/09/21/gimp-2-8-in-a-single-window/</link>
		<comments>http://jcornuz.wordpress.com/2009/09/21/gimp-2-8-in-a-single-window/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 03:37:30 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=858</guid>
		<description><![CDATA[Martin Nordholt (interview) started a thread on GIMP&#8217;s developers mailing list saying: We are making pretty good progress towards GIMP 2.8 which has turned into an &#8220;everything but GEGL&#8221; release. I think it would make sense to also go for a single-window mode in 2.8 and not 2.10 as originally planned. [...] I intend to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=858&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Martin Nordholt (<a href="http://jcornuz.wordpress.com/2008/12/27/an-exclusive-interview-with-martin-nordholts/">interview</a>) <a href="http://www.mail-archive.com/gimp-developer@lists.xcf.berkeley.edu/msg18633.html">started a thread</a> on GIMP&#8217;s developers mailing list saying:</p>
<blockquote><p>We are making pretty good progress towards GIMP 2.8 which has turned into an &#8220;everything but GEGL&#8221; release. I think it would make sense to also go for a single-window mode in 2.8 and not 2.10 as originally planned.</p>
<p><span style="background-color:#ffffff;">[...]</span></p>
<p><span style="background-color:#ffffff;">I intend to start working on this asap, and peter will work on a UI spec as soon as he gets time. If you have objections, please speak up.</span></p>
<p><span style="background-color:#ffffff;"> / Martin</span></p></blockquote>
<p><span style="background-color:#ffffff;">Obviously, quite a few people spoke up (read the thread).</span></p>
<p><span style="background-color:#ffffff;">This also prompted Peter Sikking (GIMP&#8217;s UI designer) to<a href="http://www.mmiworks.net/eng/publications/2009/09/gimp-single-mode.html"> blog about the issue</a>: why this is desirable, what are the advantages and problems, etc. Peter also introduces the &#8220;image parade&#8221; to see the currently open and recently used images. Very interesting stuff (<em>ie:</em> read the blog post).</span></p>
<p>While it is always good to see progress in open source software, my personal taste would have been to get 16 bits support so that GIMP gets actually *usable* for photographic work. Still, kudos to the GIMP&#8217;s team for their work and best of luck with GIMP 2.8.</p>
<p>(But hey, based on how constant I am at updating this blog, who am I to lecture others??)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/858/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=858&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/09/21/gimp-2-8-in-a-single-window/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>
	</item>
		<item>
		<title>Could this be the ultimate black and white converter??</title>
		<link>http://jcornuz.wordpress.com/2009/05/30/could-this-be-the-ultimate-black-and-white-converter/</link>
		<comments>http://jcornuz.wordpress.com/2009/05/30/could-this-be-the-ultimate-black-and-white-converter/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:15:47 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[Photo technique]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=828</guid>
		<description><![CDATA[Converting digital images to B&#38;W is a bit like the Swiss fondue recipe: everyone has a different version and each person is convinced to have the best. I previously blogged about the subject with a &#8220;blind comparison&#8221; between different methods &#8211; with the comparison&#8217;s result. Now during the recent Libre Graphics Meeting, there was a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=828&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Converting digital images to B&amp;W is a bit like the <a href="http://en.wikipedia.org/wiki/Fondue">Swiss fondue</a> recipe: everyone has a different version and each person is convinced to have the best. I previously blogged about the subject with a &#8220;<a href="http://jcornuz.wordpress.com/2008/08/01/comparing-bw-conversion-methods/">blind comparison</a>&#8221; between different methods &#8211; with the <a href="http://jcornuz.wordpress.com/2008/08/06/bw-conversion-which-is-which/">comparison&#8217;s result</a>.</p>
<p>Now during the recent <a href="http://www.libregraphicsmeeting.org/2009/">Libre Graphics Meeting</a>, there was a short talk (I don&#8217;t remember the speaker) about &#8220;What&#8217;s new in GIMP 2.6?&#8221; and one of the hotness is the very explicitly named c2g feature, conveniently buried in the GEGL operations (sub-)menu.</p>
<p>And guess what? c2g is a black and white converter&#8230; maybe the ultimate one.</p>
<p><span id="more-828"></span></p>
<p>The other good thing about conferences is that you get to actually <em>meet</em> people, so I had a chance to listen to some more explanations from <em>Øyvind Kolås</em> (aka <a href="http://pippin.gimp.org">Pippin</a>), c2g&#8217;s author. I say listen since I was the least technical guy around the table so there was not much talking on my side; which is also why I hope this blog post is accurate &#8211; please correct me if someone knows better.</p>
<p>The idea behind c2g is to convert each pixel to B&amp;W using an optimal white balance: the black and white points are calculated for each pixel according to its surrounding, giving the closer pixels more weight (and following a gaussian curve). And basically this mimics the way our human eye perceives the image &#8211; how we perceive a color (or grey nuance) depends not only on its value, but on its environment.</p>
<p>You probably came across this optical illusion: both greys in the middle are of the same density (value) but one is perceived clearer than the other because it is surrounded by a darker tone than the other one.<a href="http://jcornuz.files.wordpress.com/2009/05/c2g_11.jpg"><img class="aligncenter size-medium wp-image-835" title="c2g_1" src="http://jcornuz.files.wordpress.com/2009/05/c2g_11.jpg?w=300&#038;h=152" alt="c2g_1" width="300" height="152" /></a>Now if I process the image with c2g, here is what I get:<a href="http://jcornuz.files.wordpress.com/2009/05/c2g_21.jpg"><img class="aligncenter size-medium wp-image-836" title="c2g_2" src="http://jcornuz.files.wordpress.com/2009/05/c2g_21.jpg?w=300&#038;h=152" alt="c2g_2" width="300" height="152" /></a>See the idea? The absolute value of the greys in the center are &#8220;corrected&#8221; to &#8220;fit&#8221; our perception. By the way, this is with every c2g value left as default, except samples set to 10 &#8211; resulting in a longer processing time, but less noise.</p>
<p>The best way I would describe what c2g does is <em>masking done automagically right for maximum contrast</em>. For the purpose of illustration (rather than for artistic purpose) take this photo:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1.jpg"><img class="aligncenter size-medium wp-image-840" title="g2c_example_1" src="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1.jpg?w=300&#038;h=200" alt="g2c_example_1" width="300" height="200" /></a></p>
<p>And this is what you get with c2g &#8211; default parameters except a radius set to 280 for a more dramatic effect on a small image:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1c2g.jpg"><img class="aligncenter size-medium wp-image-842" title="g2c_example_1c2g" src="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1c2g.jpg?w=300&#038;h=200" alt="g2c_example_1c2g" width="300" height="200" /></a></p>
<p>Just for comparison&#8217;s sake here is the Luminosity (from HSL):</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1l.jpg"><img class="aligncenter size-medium wp-image-841" title="g2c_example_1L" src="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1l.jpg?w=300&#038;h=200" alt="g2c_example_1L" width="300" height="200" /></a></p>
<p><em>Øyvind</em> has a<a href="http://pippin.gimp.org/#misc/c2g/"> comparison between several more B&amp;W</a> conversion methods (including c2g, obviously).</p>
<p>What do you think? If c2g is not the ultimate B&amp;W converter, it is darn close to it, if you ask me. By the way, here is the <a href="http://jcornuz.wordpress.com/2008/08/01/comparing-bw-conversion-methods/">comparison&#8217;s image</a> processed with c2g:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/bw_comp_c2g.jpg"><img class="aligncenter size-medium wp-image-846" title="bw_comp_c2g" src="http://jcornuz.files.wordpress.com/2009/05/bw_comp_c2g.jpg?w=300&#038;h=199" alt="bw_comp_c2g" width="300" height="199" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/828/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=828&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/05/30/could-this-be-the-ultimate-black-and-white-converter/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/c2g_11.jpg?w=300" medium="image">
			<media:title type="html">c2g_1</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/c2g_21.jpg?w=300" medium="image">
			<media:title type="html">c2g_2</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1.jpg?w=300" medium="image">
			<media:title type="html">g2c_example_1</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1c2g.jpg?w=300" medium="image">
			<media:title type="html">g2c_example_1c2g</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/g2c_example_1l.jpg?w=300" medium="image">
			<media:title type="html">g2c_example_1L</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/bw_comp_c2g.jpg?w=300" medium="image">
			<media:title type="html">bw_comp_c2g</media:title>
		</media:content>
	</item>
		<item>
		<title>Phraymd &#8211; an image collection manager</title>
		<link>http://jcornuz.wordpress.com/2009/05/04/phraymd-an-image-collection-manager/</link>
		<comments>http://jcornuz.wordpress.com/2009/05/04/phraymd-an-image-collection-manager/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:31:38 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=802</guid>
		<description><![CDATA[This little thing called Real Life (TM) got in the way again so my April 1st joke stayed there much longer than planned. To the point that it isn&#8217;t funny anymore (thanks Andrew for pointing it out ). A while ago, I received an email from Damien Moore introducing Phraymd an image manager that he [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=802&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This little thing called Real Life (TM) got in the way again so my April 1st joke stayed there much longer than planned. To the point that it isn&#8217;t funny anymore (thanks <a href="http://jcornuz.wordpress.com/2009/04/01/an-offer-i-couldnt-refuse/#comment-2085">Andrew</a> for pointing it out <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). A while ago, I received an email from Damien Moore introducing Phraymd an image manager that he is working on. Although Damien described Phraymd as &#8220;as buggy as all hell&#8221; (and the name is still temporary), the program is so interesting it deserves a mention.</p>
<p>Basically, Phraymd is an image collection management tool: it allows you to work on your images metadata &#8211; tags, titles, copyright, etc which is stored inside the image itself. You can then search through your image collection, modify metadata in batch, etc.</p>
<p><span id="more-802"></span></p>
<p>This is what Phraymd does. Just as interesting is what it does <strong>not</strong>: image editing. Don&#8217;t look for a red-eyes removal tool,  brightness and saturation cursors or black &amp; white conversion. However, Phraymd makes it very easy to open your images in an external editing program (GIMP, gThumb and others).</p>
<p>Phraymd is coded in Python &#8211; it uses wrapper around standard libraries. To quote from the webpage:</p>
<ul>
<li>Emphasis on a snappy interface. All the heavy lifting is done on background threads or external processes to ensure the UI never blocks. User is informed of what is going on in the background with progress notifications etc.</li>
<li>Keep metadata in the images where it belongs. To the extent possible, databases/indexes are temporary files that can be deleted without losing useful data.</li>
<li> Simple notion of a photo collection: all of the images (jpeg, png, raw etc) in a directory including its subfolders. A database to speed up image lookup is maintained in the users home folder.</li>
<li>Database keeps track of image metadata for speedy search and sort of images (the database can be recreated from the underlying images)</li>
<li>Support collections with 10,000+ images (currently, the program should run ok with 100,000 images but may use a lot of memory &#8212; that can be tweaked)</li>
</ul>
<p>On the UI side, Phraymd uses onmouseover overlays to present you with basic information about the current image.</p>
<p>Sounds interesting? Here is what Phraymd looks like after you have chosen your image directory:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/phraymd_1.jpg"><img class="aligncenter size-medium wp-image-805" title="phraymd_1" src="http://jcornuz.files.wordpress.com/2009/05/phraymd_1.jpg?w=300&#038;h=223" alt="phraymd_1" width="300" height="223" /></a></p>
<p>Here it is when you are working on a particular image &#8211; note in the above toolbar that I am working on the subset of images tagged for Montreal.</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/phraymd_2.jpg"><img class="aligncenter size-medium wp-image-806" title="phraymd_2" src="http://jcornuz.files.wordpress.com/2009/05/phraymd_2.jpg?w=300&#038;h=240" alt="phraymd_2" width="300" height="240" /></a></p>
<p>And here is the metadata entering dialog:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/05/phraymd_3.jpg"><img class="aligncenter size-medium wp-image-807" title="phraymd_3" src="http://jcornuz.files.wordpress.com/2009/05/phraymd_3.jpg?w=300&#038;h=144" alt="phraymd_3" width="300" height="144" /></a></p>
<p>Lastly, a few more notes from Damien:</p>
<ul>
<li>&#8220;phraymd&#8221; is just a working title &#8212; I&#8217;ll hopefully find a better name by the time its ready for mainstream consumption (branding seems to matter).</li>
<li>phraymd is in its very early stages (I started coding in about January), a part time project with a team of 1 (and even he isn&#8217;t a programmer by trade).</li>
<li>feedback is especially welcome: I set up a <a href="http://groups.google.com/group/phraymd">google group</a>, or people can use <a href="https://launchpad.net/phraymd">Launchpad</a> to create bugs or ask questions.</li>
<li>volunteers are welcome to join the project (code, docs, art etc)</li>
</ul>
<p>Have a look at launchpad and google group, test Phraymd and let Damien know about your experience, suggestions or help. I have this feeling that Phraymd could well be filling a much necessary need in the Linux for Photography eco system. My only wish would be to be presented with a list of tags to tick rather than typing them each time (with typos which make subsequent searches impossible).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/802/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=802&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/05/04/phraymd-an-image-collection-manager/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/phraymd_1.jpg?w=300" medium="image">
			<media:title type="html">phraymd_1</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/phraymd_2.jpg?w=300" medium="image">
			<media:title type="html">phraymd_2</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/05/phraymd_3.jpg?w=300" medium="image">
			<media:title type="html">phraymd_3</media:title>
		</media:content>
	</item>
		<item>
		<title>An offer I couldn&#8217;t refuse&#8230;</title>
		<link>http://jcornuz.wordpress.com/2009/04/01/an-offer-i-couldnt-refuse/</link>
		<comments>http://jcornuz.wordpress.com/2009/04/01/an-offer-i-couldnt-refuse/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 23:10:01 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=788</guid>
		<description><![CDATA[A week ago, I received the following email which I (obviously) thought was an hoax &#8211; I even had to look through my Trash to find it back: Dear Joel, We stumbled upon your &#8220;Linux Photography&#8221; blog a few months ago and have been following your posts for some time. While your attempts are valiant, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=788&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A week ago, I received the following email which I (obviously) thought was an hoax &#8211; I even had to look through my Trash to find it back:</p>
<p style="padding-left:30px;"><em>Dear Joel,</em></p>
<p style="padding-left:30px;"><em>We stumbled upon your &#8220;Linux Photography&#8221; blog a few months ago and have been following your posts for some time. While your attempts are valiant, they are also somewhat pathetic &#8211; or so we feel.</em></p>
<p style="padding-left:30px;"><em>We at Apple, don&#8217;t sit around criticizing others. Rather we deliver solutions. Therefore, we have shipped to your place a brand new MacBook Pro with the latest Mac OS X. It comes loaded with Apple Aperture and (as a special treat from our partner Adobe) Photoshop CS4. This will show you what state of the art operating system / photographic software can do for photographic work.</em></p>
<p style="padding-left:30px;"><em>We hope you will appreciate this gift and look forward to your next blog entries.</em></p>
<p style="padding-left:30px;"><em>Best regards,</em></p>
<p style="padding-left:30px;"><em>XXX, Apple Marketing</em></p>
<p>Now today (and to my complete astonishment), the UPS man rang at my door and brought me a huge box shipped from Cupertino&#8230; after unpacking and plugging in, all I can say is &#8220;Wow!&#8221; &#8211; the hardware, the OS and the photography functionalities just look stunning.</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/03/new_macbook.jpg"><img class="aligncenter size-full wp-image-792" title="new_macbook" src="http://jcornuz.files.wordpress.com/2009/03/new_macbook.jpg?w=450" alt="new_macbook"   /></a></p>
<p>At that stage, I am not too sure when I&#8217;ll reboot one of my Linux computers&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/788/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=788&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/04/01/an-offer-i-couldnt-refuse/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/03/new_macbook.jpg" medium="image">
			<media:title type="html">new_macbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitor calibration: the dispcalGUI way</title>
		<link>http://jcornuz.wordpress.com/2009/03/23/monito-calibration-the-dispcalgui-way/</link>
		<comments>http://jcornuz.wordpress.com/2009/03/23/monito-calibration-the-dispcalgui-way/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:16:05 +0000</pubDate>
		<dc:creator>jcornuz</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://jcornuz.wordpress.com/?p=767</guid>
		<description><![CDATA[Mramshaw mentioned dispcalGUI in a comment &#8211; while I was keeping an eye on lprof to offer a GUI for monitor calibration. So today I decided it was time to check how dispcalGUI does its job. And it does it well. Kudos to dispcalGUI&#8217;s author: Florian Höch The idea ArgyllCMS (blog 1, 2) is a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=767&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Mramshaw mentioned dispcalGUI <a href="http://jcornuz.wordpress.com/2007/11/18/use-colorvision-spyder-to-produce-an-icc-monitor-profile-under-argyllcms-linux/#comment-1867">in a comment</a> &#8211; while I was keeping an eye on lprof to offer a GUI for monitor calibration. So today I decided it was time to check how <a href="http://hoech.net/dispcalGUI/">dispcalGUI</a> does its job. And it does it well. Kudos to dispcalGUI&#8217;s author: <a href="http://hoech.net/">Florian Höch</a></p>
<p><strong>The idea</strong></p>
<p><a href="http://www.argyllcms.com/">ArgyllCMS</a> (<a href="http://jcornuz.wordpress.com/2007/11/16/spyder-the-good-and-the-ugly/">blog 1</a>, <a href="http://jcornuz.wordpress.com/2007/11/18/use-colorvision-spyder-to-produce-an-icc-monitor-profile-under-argyllcms-linux/">2</a>) is a Linux / Windows / Mac OS X set of command line utilities for color management &#8211; including but not limited to monitor calibration. So dispcalGUI is a make-your-life-easier frontend to Argyll which allows monitor calibration. This is especially handy since creating a profile with Argyll involves several steps with quite a few command line options &#8211; &#8220;dispcal -v -q l -y c samsung&#8221; anyone?</p>
<p><span id="more-767"></span><strong>Installation</strong></p>
<p>dispcalGUI comes blundled in a very &#8220;windows-like&#8221; installation package (and indeed, it works on MS-Windows, MacOS X and Linux). Just download the package, extract it and go through the installation process. You will need to point it to your Argyll installation, click a few &#8220;next&#8221; buttons and you are done.</p>
<p><strong>Using it</strong></p>
<p>Before srtarting using dispcalGUI, you need to plug your calibrating device and make it user writable (just like with Argyll). Type lsusb in a terminal to find your device busid and deviceid and then type:</p>
<p>sudo chmod 777 /proc/bus/usb/busid/deviceid</p>
<p>That will be it for the command line.</p>
<p>You can now load dispcalGUI. This is how it looks:</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/03/dispcalgui_1.jpg"><img class="aligncenter size-medium wp-image-773" title="dispcalgui_1" src="http://jcornuz.files.wordpress.com/2009/03/dispcalgui_1.jpg?w=300&#038;h=291" alt="dispcalgui_1" width="300" height="291" /></a></p>
<p>Functionalities are the same as Argyll&#8217;s &#8211; ie quite complex. <a href="http://hoech.net/dispcalGUI/">DispcalGUI has a manual</a> well written and quoting relevant part of Argyll&#8217;s &#8211; so RTFM. Otherwise, you can just check that the right monitor / instrument are picked. Chose your monitor type (LCD or CRT) and the calibration and profile quality. Leave the rest to default. Click on calibrate and profile.</p>
<p>After a (relatively long) time and a couple &#8220;y&#8221; or &#8220;any key&#8221; in the terminal, you will get an icc profile which you can <a href="http://jcornuz.wordpress.com/2007/09/26/color-managed-monitor-i/">load with dispwin or xcalib</a> (for screen calibration) as well as <a href="http://jcornuz.wordpress.com/2007/09/27/color-managed-monitor-ii/">your graphic application</a> (for profiling &#8211; if the application supports it). Check <a href="http://jcornuz.wordpress.com/2007/09/20/color-management-in-a-nutshell/">this entry</a> if you need to know more about color management.</p>
<p>And that, ladies and gentlemen, means one less item on the Linux &amp; Photography todo list.</p>
<p><a href="http://jcornuz.files.wordpress.com/2009/03/usine.jpg"><img class="aligncenter size-medium wp-image-775" title="usine" src="http://jcornuz.files.wordpress.com/2009/03/usine.jpg?w=300&#038;h=199" alt="usine" width="300" height="199" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcornuz.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcornuz.wordpress.com/767/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jcornuz.wordpress.com&#038;blog=1741245&#038;post=767&#038;subd=jcornuz&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jcornuz.wordpress.com/2009/03/23/monito-calibration-the-dispcalgui-way/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/24331f2a379d778ed1652f5364080848?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jcornuz</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/03/dispcalgui_1.jpg?w=300" medium="image">
			<media:title type="html">dispcalgui_1</media:title>
		</media:content>

		<media:content url="http://jcornuz.files.wordpress.com/2009/03/usine.jpg?w=300" medium="image">
			<media:title type="html">usine</media:title>
		</media:content>
	</item>
	</channel>
</rss>
