<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Aperture 2 AppleScript &#8211; Reimport as DNG v3</title>
	<atom:link href="http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3/feed" rel="self" type="application/rss+xml" />
	<link>http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3</link>
	<description>A dozen dozen?</description>
	<lastBuildDate>Thu, 12 Aug 2010 22:55:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: OK Smith</title>
		<link>http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3/comment-page-1#comment-98</link>
		<dc:creator>OK Smith</dc:creator>
		<pubDate>Wed, 05 Mar 2008 19:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3#comment-98</guid>
		<description>You can easily trick iPhoto and Aperture 2 into reading RAW i.e. CRW files created by a Canon S50.

All you need to do is change the camera identification string inside the CRW file that says the file was created by an S50 to a string that says it was created by an S60.

The following perl program does the trick:

    perl -pi.orig -e &#039;s/Canon PowerShot S50/Canon PowerShot S60/g&#039; *.CRW

The above assumes your file names end with the suffix .CRW. If not, you&#039;ll have to change it. In order to use the above, you&#039;ll need to open up Terminal.app, cd to the appropriate directory, paste the text above at the prompt, and hit the return key. The above actually creates a backup of the original files before modifying them. However, I highly recommend you back your files up by some other means before trying this.

Good luck.</description>
		<content:encoded><![CDATA[<p>You can easily trick iPhoto and Aperture 2 into reading RAW i.e. CRW files created by a Canon S50.</p>
<p>All you need to do is change the camera identification string inside the CRW file that says the file was created by an S50 to a string that says it was created by an S60.</p>
<p>The following perl program does the trick:</p>
<p>    perl -pi.orig -e &#8216;s/Canon PowerShot S50/Canon PowerShot S60/g&#8217; *.CRW</p>
<p>The above assumes your file names end with the suffix .CRW. If not, you&#8217;ll have to change it. In order to use the above, you&#8217;ll need to open up Terminal.app, cd to the appropriate directory, paste the text above at the prompt, and hit the return key. The above actually creates a backup of the original files before modifying them. However, I highly recommend you back your files up by some other means before trying this.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
