<?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>stephan mantler &#187; Post Tags &#187; Adobe</title>
	<atom:link href="http://www.stephanmantler.com/blog/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephanmantler.com/blog</link>
	<description>stephan mantler: photography, sports, computer graphics.</description>
	<lastBuildDate>Fri, 20 Aug 2010 06:49:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Lightroom, SimpleViewer and AppleScript</title>
		<link>http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/</link>
		<comments>http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 18:06:09 +0000</pubDate>
		<dc:creator>stephan mantler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Airtight]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simpleviewer]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.stephanmantler.com/blog/?p=1037</guid>
		<description><![CDATA[As recently mentioned, I&#8217;ve changed the image / gallery viewer here to SimpleViewer Pro. That wasn&#8217;t really a huge change internally because the viewer I had been using previously (Airtight&#8217;s free AutoViewer) used pretty much the same XML syntax to describe galleries, but it prompted me to streamline things a bit. I&#8217;m using Adobe Lightroom [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stephanmantler.com/blog/2009/12/23/gallery-viewer-update/">As recently mentioned</a>, I&#8217;ve changed the image / gallery viewer here to <a href="http://www.simpleviewer.net/simpleviewer/pro/">SimpleViewer Pro</a>. That wasn&#8217;t really a huge change internally because the viewer I had been using previously (Airtight&#8217;s free <a href="http://www.simpleviewer.net/autoviewer/">AutoViewer</a>) used pretty much the same XML syntax to describe galleries, but it prompted me to streamline things a bit.<br />
<span id="more-1037"></span></p>
<p>I&#8217;m using <a href="http://www.adobe.com/products/photoshoplightroom/">Adobe Lightroom</a> to edit and manage my photos, and previously the workflow was something like this:</p>
<ul>
<li>Export images to exports directory</li>
<li>Open exported images in Photoshop to create custom framing</li>
<li>Use scp to copy temp directory to web server</li>
<li>Run script to create gallery XML description for AutoViewer</li>
</ul>
<p>Note that I usually don&#8217;t clean up the exported directory to keep track of what I&#8217;ve exported, and how.</p>
<p>Surely all of that could be streamlined a bit. I had already create a small AppleScript app that would perform the last two steps automatically for a dropped directory, but how about the framing? I wanted a consistent style, with a text mark on the lower right corner. The frame itself would be easy with a PS action, but placing the text correctly independent of image size, not so. However, Photoshop provides an interface to AppleScript, so why not extend my existing script to take care of everything, and convert that to a Lightroom export action while I&#8217;m at it?</p>
<p>I&#8217;ve also included a hacked version of Rob Lewis&#8217; AppleScript interface to Phil Harvey&#8217;s excellent <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">exiftool</a> to extract some metadata to be displayed with the photos. I couldn&#8217;t get the <a href="http://www.latenightsw.com/freeware/RecordTools/index.html">LNS List &#038; Record Tools</a> prerequisite to work, so I changed the result data to a simpler format. Not as clean, but works for what I&#8217;m trying to do.</p>
<p>Now, my new workflow for exporting stuff to my homepage is:</p>
<ul>
<li>Export images to exports directory</li>
</ul>
<p>Nice, eh?</p>
<p>You can download the script <a href="/files/DecoratedSimpleViewer.scpt">here</a>. </p>
<p>It requires exiftool for metadata extraction, Photoshop to draw the decoration and a passwordless rsync setup for the current user. You&#8217;ll have to fill in a few blanks, and probably also want to change the decoration (or at least the copyright notice) to suit your style.</p>
<p>If you find the script useful, have trouble getting it to run or have ideas for enhancement, feel free to drop me a note.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/&amp;n=Lightroom%2C+SimpleViewer+and+AppleScript&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/&amp;title=Lightroom%2C+SimpleViewer+and+AppleScript" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/&amp;t=Lightroom%2C+SimpleViewer+and+AppleScript" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/&amp;title=Lightroom%2C+SimpleViewer+and+AppleScript&amp;srcUrl=http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/&amp;srcTitle=Lightroom%2C+SimpleViewer+and+AppleScript&amp;snippet=As%20recently%20mentioned%2C%20I%27ve%20changed%20the%20image%20%2F%20gallery%20viewer%20here%20to%20SimpleViewer%20Pro.%20That%20wasn%27t%20really%20a%20huge%20change%20internally%20because%20the%20viewer%20I%20had%20been%20using%20previously%20%28Airtight%27s%20free%20AutoViewer%29%20used%20pretty%20much%20the%20same%20XML%20syntax%20to%20describe%20galleries%2C%20but%20it%20prompted%20me%20to%20streamlin" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/&amp;title=Lightroom%2C+SimpleViewer+and+AppleScript" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.stephanmantler.com%2Fblog%2F2009%2F12%2F26%2Flightroom-simpleviewer-and-applescript%2F&amp;t=Lightroom%2C+SimpleViewer+and+AppleScript" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Lightroom%2C+SimpleViewer+and+AppleScript+-+http://bit.ly/5ZPZFk&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.stephanmantler.com/blog/2009/12/26/lightroom-simpleviewer-and-applescript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
