<?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>Brett Gross Photography &#187; Aperture Automation</title>
	<atom:link href="http://brettgrossphotography.com/category/aperture/aperture-automation/feed" rel="self" type="application/rss+xml" />
	<link>http://brettgrossphotography.com</link>
	<description>A dozen dozen?</description>
	<lastBuildDate>Fri, 04 Jun 2010 19:58:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Color me Impressed &#8211; Automator Continues to Amaze</title>
		<link>http://brettgrossphotography.com/2009/02/02/color-me-impressed-automator-continues-to-amaze</link>
		<comments>http://brettgrossphotography.com/2009/02/02/color-me-impressed-automator-continues-to-amaze#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:07:43 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2009/02/02/color-me-impressed-automator-continues-to-amaze</guid>
		<description><![CDATA[From its beginnings in Mac OS X Tiger, Automator has been getting rave reviews. Automator opens up automation for the non-technical and allows for practically anyone to create powerful workflows. Since I&#8217;ve been an AppleScripter since System 7 Pro I&#8217;ve never really used Automator much. I found its building blocks approach to be limiting and [...]]]></description>
			<content:encoded><![CDATA[<p>From its beginnings in Mac OS X Tiger, Automator has been getting rave reviews. Automator opens up automation for the non-technical and allows for practically anyone to create powerful workflows. Since I&#8217;ve been an AppleScripter since System 7 Pro I&#8217;ve never really used Automator much. I found its building blocks approach to be limiting and I could usually get more done faster with straight AppleScript. </p>
<p>Today I was thrown by what I could do with Automator easier and faster than straight AppleScript&#8230; </p>
<p><a href="http://brettgrossphotography.com/wp-content/uploads/2009/02/automator-aperture-extractmeta.jpg" onclick="window.open('http://brettgrossphotography.com/wp-content/uploads/2009/02/automator-aperture-extractmeta.jpg','popup','width=880,height=735,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://brettgrossphotography.com/wp-content/uploads/2009/02/automator-aperture-extractmeta-tm.jpg" height="334" width="400" border="1" hspace="4" vspace="4" alt="Automator-Aperture-Extractmeta" /></a></p>
<p>I wrote an AppleScript to export the metadata from images so that I could keep things safely offsite&#8230; the AppleScript takes literally days to run on my 34,000 image Library. The above Automator Workflow is much, much faster but doesn&#8217;t export some of the tags that my AppleScript does&#8230; </p>
<p>Time to connect Automator and AppleScript&#8230;<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Aperture" rel="tag">Aperture</a>, <a href="http://www.technorati.com/tag/AppleScript" rel="tag">AppleScript</a>, <a href="http://www.technorati.com/tag/Automator" rel="tag">Automator</a></p>
<p><!-- technorati tags end --></p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2009/02/02/color-me-impressed-automator-continues-to-amaze/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aperture AppleScript &#8211; Make Hierarchal Keywords Real v4</title>
		<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4</link>
		<comments>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:15:03 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Aperture]]></category>
		<category><![CDATA[Automation]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/?p=351</guid>
		<description><![CDATA[I believe that v4 should have resolved issues that some users were experiencing with v3 (http://brettgrossphotography.com/2008/03/04/aperture-applescript-make-keywords-real-v03) crashing Aperture. 
Make Keywords Real
Current version: 04
Built on: Aperture 2.1 / Mac OS X 10.5.6
This AppleScript operates on the current selection.
This is an update to the previous update and should work properly now.
This AppleScript will make Aperture’s virtual keywords [...]]]></description>
			<content:encoded><![CDATA[<p>I believe that v4 should have resolved issues that some users were experiencing with v3 (http://brettgrossphotography.com/2008/03/04/aperture-applescript-make-keywords-real-v03) crashing Aperture. </p>
<p><strong>Make Keywords Real</strong><br />
Current version: 04<br />
Built on: Aperture 2.1 / Mac OS X 10.5.6<br />
This AppleScript operates on the current selection.</p>
<p>This is an update to the previous update and should work properly now.</p>
<p>This AppleScript will make Aperture’s virtual keywords real.</p>
<p>“Huh?”</p>
<p>If you make hierarchal keywords in Aperture (you are, aren’t you), parent keywords are not exported with masters when exporting with XMP nor are they exported when exporting images as other formats. You can, however, use those keywords to find your images. Thus if you tag an image with ‘Bald Eagle’ in the following keyword hierarchy:</p>
<p>Animal<br />
–> Wildlife<br />
—-> Bird<br />
——>Eagle<br />
——–>Bald Eagle</p>
<p>You can find your image by searching for ‘Bird’, but when you export that same image the term ‘Bird’ is nowhere to be found.</p>
<p>FWIW, IMHO this is something that should have a checkbox in the Export panel.</p>
<p><a href='http://brettgrossphotography.com/wp-content/uploads/2009/01/make-hierarchal-keywords-real-04scpt1.zip'>make-hierarchal-keywords-real-04scpt1</a></p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Aperture 2.1 New AppleScript Feature</title>
		<link>http://brettgrossphotography.com/2008/03/28/aperture-21-new-applescript-feature</link>
		<comments>http://brettgrossphotography.com/2008/03/28/aperture-21-new-applescript-feature#comments</comments>
		<pubDate>Fri, 28 Mar 2008 23:59:42 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Articles]]></category>
		<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/03/28/aperture-21-new-applescript-feature</guid>
		<description><![CDATA[Aperture 2.1 can now export full Projects with masters consolidated! 
Wicked cool! 
No sample script yet, but I wanted to shout out this great new feature- 
Copyright &#169; 2007, 2008, 2009 Brett Gross This feed is for personal, non-commercial use only. Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868]]></description>
			<content:encoded><![CDATA[<p>Aperture 2.1 can now export full Projects with masters consolidated! </p>
<p>Wicked cool! </p>
<p>No sample script yet, but I wanted to shout out this great new feature- </p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/03/28/aperture-21-new-applescript-feature/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperture AppleScript &#8211; Lift/Stamp Date</title>
		<link>http://brettgrossphotography.com/2008/03/18/aperture-applescript-liftstamp-date</link>
		<comments>http://brettgrossphotography.com/2008/03/18/aperture-applescript-liftstamp-date#comments</comments>
		<pubDate>Wed, 19 Mar 2008 01:08:48 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/03/18/aperture-applescript-liftstamp-date</guid>
		<description><![CDATA[Lift/Stamp Date
Current version: 02
Built on: Aperture 2.0.1
This AppleScript operates on the current selection.
This script will perform a lift/stamp on the selected images&#8217; dates. It will (obviously) only lift a single date but will stamp onto the entire selection. It will try to adjust the master files&#8217; dates if possible, but will settle for just adjusting [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lift/Stamp Date</strong><br />
Current version: 02<br />
Built on: Aperture 2.0.1<br />
This AppleScript operates on the current selection.</p>
<p>This script will perform a lift/stamp on the selected images&#8217; dates. It will (obviously) only lift a single date but will stamp onto the entire selection. It will try to adjust the master files&#8217; dates if possible, but will settle for just adjusting the record in Aperture. </p>
<p><a href="http://brettgrossphotography.com/wp-content/uploads/2008/03/lift-stamp-date-02.scpt.zip">Lift-Stamp Date 02.scpt.zip</a></p>
<p>As always, the Script menu is probably the best way to run this script. </p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Aperture" rel="tag">Aperture</a>, <a href="http://www.technorati.com/tag/AppleScript" rel="tag">AppleScript</a></p>
<p><!-- technorati tags end --></p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/03/18/aperture-applescript-liftstamp-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperture 2.0.1 &#8211; New AppleScript Features</title>
		<link>http://brettgrossphotography.com/2008/03/04/aperture-201-new-applescript-features</link>
		<comments>http://brettgrossphotography.com/2008/03/04/aperture-201-new-applescript-features#comments</comments>
		<pubDate>Tue, 04 Mar 2008 11:34:49 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Articles]]></category>
		<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/03/04/aperture-201-new-applescript-features</guid>
		<description><![CDATA[New AppleScript Features &#8211; Yay &#8211; sort of
John Larson posted some quick sample AppleScripts to his site. While there, you should also probably just subscribe to his blog to make sure you get any updates. 
I can&#8217;t get reveal to work for me, but I dig duplicate. Now I can make my own Albums via [...]]]></description>
			<content:encoded><![CDATA[<p>New AppleScript Features &#8211; Yay &#8211; sort of</p>
<p>John Larson posted some quick <a href="http://homepage.mac.com/jlarson7/news/index.html">sample AppleScripts</a> to his site. While there, you should also probably just subscribe to his blog to make sure you get any updates. </p>
<p>I can&#8217;t get <span style="font-size: 9px; font-family: monospace;">reveal</span> to work for me, but I dig <span style="font-size: 9px; font-family: monospace;">duplicate</span>. Now I can make my own Albums via AppleScript. You can&#8217;t remove an image from an Album once it&#8217;s in there, but I&#8217;m excited about being able to add images to Albums. </p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/03/04/aperture-201-new-applescript-features/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aperture 2 AppleScript &#8211; Reimport as DNG v3</title>
		<link>http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3</link>
		<comments>http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:16:33 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3</guid>
		<description><![CDATA[Updated script
Requires Aperture 2
Probably requires Mac OS X 10.5.2


One of the many cool new features of Aperture 2 is support for DNG masters from just about any camera. My venerable old Canon PowerShot S50 has never been supported by Mac OS X&#8217;s RAW engine, but now I can use the images in Aperture without resorting [...]]]></description>
			<content:encoded><![CDATA[<div style="color: gray; font-size: 9pt; padding: 2px; font-style: italic">Updated script<br />
Requires Aperture 2<br />
Probably requires Mac OS X 10.5.2
</div>
<p>
One of the many cool new features of Aperture 2 is support for DNG masters from just about any camera. My venerable old Canon PowerShot S50 has never been supported by Mac OS X&#8217;s RAW engine, but now I can use the images in Aperture without resorting to hacking any parts of the OS. </p>
<p>This script is easy- it just exports the master RAW, converts it to DNG and imports the DNG into the Aperture Library. The DNG will be imported into the Library as a managed file. You can relocate the DNG later if you&#8217;d like. </p>
<p><strong>Update:</strong> version 3 will copy IPTC and custom tags from original masters to the new DNG masters. </p>
<p>Download and enjoy! </p>
<p><a href="http://brettgrossphotography.com/wp-content/uploads/2008/02/reimport-as-dng-03.scpt.zip">Reimport as DNG 03.scpt.zip</a></p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/02/24/aperture-2-applescript-reimport-as-dng-v3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aperture 2 AppleScript &#8211; Find Master&#8217;s Location</title>
		<link>http://brettgrossphotography.com/2008/02/22/aperture-2-applescript-find-masters-location</link>
		<comments>http://brettgrossphotography.com/2008/02/22/aperture-2-applescript-find-masters-location#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:23:09 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Articles]]></category>
		<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/02/22/aperture-2-applescript-find-masters-location</guid>
		<description><![CDATA[Aperture 2 or later
Mac OS X 10.5.2 or later

This script is more a big stub. It&#8217;ll give you the paths for the currently selected images&#8217; masters. It uses 2 methods for finding the master depending on whether the master is managed or referenced. I am sure that I can speed up the managed master finding [...]]]></description>
			<content:encoded><![CDATA[<div style="color: gray; font-size: 9pt; padding: 2px; font-style: italic">Aperture 2 or later<br />
Mac OS X 10.5.2 or later</div>
<p>
This script is more a big stub. It&#8217;ll give you the paths for the currently selected images&#8217; masters. It uses 2 methods for finding the master depending on whether the master is managed or referenced. I am sure that I can speed up the managed master finding by moving from the Unix find command to querying the database, but that&#8217;ll have to wait. </p>
<p><a href="http://brettgrossphotography.com/wp-content/uploads/2008/02/get-path-to-master-04.scpt.zip">Get Path to Master 04.scpt.zip</a></p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/02/22/aperture-2-applescript-find-masters-location/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Started with AppleScripting Aperture 2</title>
		<link>http://brettgrossphotography.com/2008/02/22/getting-started-with-applescripting-aperture-2</link>
		<comments>http://brettgrossphotography.com/2008/02/22/getting-started-with-applescripting-aperture-2#comments</comments>
		<pubDate>Fri, 22 Feb 2008 11:21:58 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/02/22/getting-started-with-applescripting-aperture-2</guid>
		<description><![CDATA[Aperture user John Larson posted some excellent getting started AppleScripts &#38; stubs to his site at: http://homepage.mac.com/jlarson7/. There is some great info there and his scripts show some great new functionality for Aperture 2. 
I&#8217;m very excited about being able to &#8216;get name of every project&#8217; &#8211; I&#8217;m pretty sure that you couldn&#8217;t do that [...]]]></description>
			<content:encoded><![CDATA[<p>Aperture user John Larson posted some excellent getting started AppleScripts &amp; stubs to his site at: <a href="http://homepage.mac.com/jlarson7/">http://homepage.mac.com/jlarson7/</a>. There is some great info there and his scripts show some great new functionality for Aperture 2. </p>
<p>I&#8217;m very excited about being able to &#8216;get name of every project&#8217; &#8211; I&#8217;m pretty sure that you couldn&#8217;t do that under Aperture 1.x. I sure hope so or I wrote some extra verbose &amp; slow scripts for Aperture 1.x</p>
<p>He even went the extra mile to make his scripts clickable to open in Script Editor. Maybe I can automate that in ecto&#8230; </p>
<p>Thanks, John! </p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/02/22/getting-started-with-applescripting-aperture-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperture 2 AppleScript Stub &#8211; Get Image&#8217;s Project</title>
		<link>http://brettgrossphotography.com/2008/02/21/aperture-2-applescript-stub-get-images-project</link>
		<comments>http://brettgrossphotography.com/2008/02/21/aperture-2-applescript-stub-get-images-project#comments</comments>
		<pubDate>Thu, 21 Feb 2008 21:49:35 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/02/21/aperture-2-applescript-stub-get-images-project</guid>
		<description><![CDATA[Sometimes you want to know an image&#8217;s containing Project. As part of Aperture 2&#8217;s excellent new Other Tags property, you can do just that! 
I wrote this script stub for my Reimport as DNG script and figured that somewhere out there might be another scripter that wants to determine an image&#8217;s containing Project&#8230; 
Determine Image [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to know an image&#8217;s containing Project. As part of Aperture 2&#8217;s excellent new Other Tags property, you can do just that! </p>
<p>I wrote this script stub for my Reimport as DNG script and figured that somewhere out there might be another scripter that wants to determine an image&#8217;s containing Project&#8230; </p>
<p><a href="http://brettgrossphotography.com/wp-content/uploads/2008/02/determine-image-project.scpt.zip">Determine Image Project.scpt.zip</a></p>
<p>Cheers- </p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/02/21/aperture-2-applescript-stub-get-images-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperture 2 AppleScript &#8211; Reimport as DNG</title>
		<link>http://brettgrossphotography.com/2008/02/18/aperture-2-applescript-reimport-as-dng</link>
		<comments>http://brettgrossphotography.com/2008/02/18/aperture-2-applescript-reimport-as-dng#comments</comments>
		<pubDate>Tue, 19 Feb 2008 00:11:36 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Aperture Automation]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://brettgrossphotography.com/2008/02/18/aperture-2-applescript-reimport-as-dng</guid>
		<description><![CDATA[Reimport as DNG
Requires: Mac OS X 10.5.2, Aperture 2
This script operates on the currently selected Aperture images
One of the many cool new features of Aperture 2 is support for DNG masters from just about any camera. My venerable old Canon PowerShot S50 has never been supported by Mac OS X&#8217;s RAW engine, but now I [...]]]></description>
			<content:encoded><![CDATA[<div style="color: blue; font-size: 10pt; padding: 2px; background-color: #DDDDDD; font-weight: bold">Reimport as DNG</div>
<p><strong>Requires:</strong> Mac OS X 10.5.2, Aperture 2<br />
<em>This script operates on the currently selected Aperture images</em></p>
<p>One of the many cool new features of Aperture 2 is support for DNG masters from just about any camera. My venerable old Canon PowerShot S50 has never been supported by Mac OS X&#8217;s RAW engine, but now I can use the images in Aperture without resorting to hacking any parts of the OS. </p>
<p>This script is easy- it just exports the master RAW, converts it to DNG and imports the DNG into the Aperture Library. The DNG will be imported into the Library as a managed file. You can relocate the DNG later if you&#8217;d like. </p>
<p>Download and enjoy! </p>
<p><a href="http://brettgrossphotography.com/wp-content/uploads/2008/02/reimport-as-dng-02.scpt.zip">Reimport as DNG 02.scpt.zip</a></p>
<hr /><small>Copyright &copy; 2007, 2008, 2009 Brett Gross<br /> This feed is for personal, non-commercial use only. <br />Digital Fingerprint:  c24ce0fc42ed817864f0da3694c76868</small>]]></content:encoded>
			<wfw:commentRss>http://brettgrossphotography.com/2008/02/18/aperture-2-applescript-reimport-as-dng/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
