<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Colour-Calibrated Eye of Gnome</title><guid isPermaLink="false">computers/xicc/eog-icc-2005-06-10-10-42</guid><link>http://www.burtonini.com/blog/computers/xicc/eog-icc-2005-06-10-10-42</link><description>Last night I got fed up of manually converting photos from my camera from Adobe RGB to sRGB for display ...</description><content:encoded><![CDATA[    <p>
      Last night I got fed up of manually converting photos from my camera from
      Adobe RGB to sRGB for display (I had a long blog entry about this but it
      got lost...), that I decided to try and hack colour space support into
      EOG.
    </p>
    <p>
      Working on the scratching an itch principle, my EOG will now check a JPEG
      image to see if it contains any embedded white point and primary colour
      coefficients.  If it does, a ICC profile is generated from the data (using
      a gamma of 2.2) and the image transformed to sRGB.  It's a little slow at
      the moment as I'm doing it row at a time, and it has a habit of crashing
      on the last row but one (no idea why), but if I tell it to transform only
      half of the image the results are impressive:
    </p>
    <p>
      <img src="http://www.burtonini.com/computing/screenshots/eog-icc.png" alt="Eye of Gnome colour-correcting a photo"/>
    </p>
    <p>
      The next stage once the bugs are fixed is to make the code optional, and
      to handle embedded ICC profiles.
    </p>
    <p>
      <small>NP: <cite>F&#9839;A&#9839; &infin;</cite>, Godspeed! You Black Emporer</small>
    </p>]]></content:encoded><dc:date>2005-06-10T09:42:00Z</dc:date></item></channel></rss>