<?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>The Photo Geek &#187; workflow</title>
	<atom:link href="http://thephotogeek.com/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://thephotogeek.com</link>
	<description>Digital photography toys and techniques</description>
	<lastBuildDate>Mon, 14 Jun 2010 15:30:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Easy Way to Create Snapshots in Lightroom 3</title>
		<link>http://thephotogeek.com/easily-create-lightroom-3-snapshots/</link>
		<comments>http://thephotogeek.com/easily-create-lightroom-3-snapshots/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:30:03 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[LR3]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/?p=284</guid>
		<description><![CDATA[My Snapshotter plugin adds an easy way to take advantage of Lightroom’s snapshot feature, creating permanent records of develop settings for all selected images.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/easily-create-lightroom-3-snapshots/">The Easy Way to Create Snapshots in Lightroom 3</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://thephotogeek.com/wp-content/uploads/2010/06/SnapshotterCreatedSnapshotAnnotated.png"><img title="Snapshotter Created Snapshot" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="323" alt="Snapshotter Created Snapshot" src="http://thephotogeek.com/wp-content/uploads/2010/06/SnapshotterCreatedSnapshotAnnotated_thumb.png" width="204" border="0" /></a> Lightroom’s snapshot feature is a great way to create a permanent record of the current develop settings for an image.&#160; You can record multiple snapshots against a single image, storing the different interpretations you made while developing it and allowing them to be recalled at the click of a mouse.&#160; These snapshots are accessible in both Lightroom’s Develop module and Photoshop’s Camera Raw plugin making it a powerful and efficient way to communicate settings between the two tools.</p>
<p>I’ve recently created a <a title="Snapshotter Lightroom Plugin Homepage" href="http://thephotogeek.com/lightroom/snapshotter/">Snapshotter plugin</a> for Lightroom 3 that allows you to bulk create Lightroom snapshots while within the Library module. Lightroom’s interface will only let you create snapshots from within the Develop module, one image at a time.&#160; This is fine if you are using snapshots only for recording creative interpretations of an image but is too restrictive when considering other uses for snapshots such as:</p>
<ul>
<li>Creating snapshots to identify the exact develop settings used when printing, exporting or publishing a group of images (e.g. creating a FlickrUpload-20100610 snapshot for all images uploaded to Flickr on that date) </li>
<li>Converting virtual copies back to snapshots so all interpretations of the master image are stored in a way accessible from Photoshop. </li>
</ul>
<p>Personally I create virtual copies (VCs) to experiment with different image develop settings and then compare the results side by side.&#160; Once I’ve chosen the best I’ll create snapshots for each of the VCs worth keeping, then delete the VCs, because all of those snapshots are actually stored against the master image so will not be deleted.&#160; This is also a great approach for dealing with multiple crop sizes for the same image.&#160; My family have three different sized digital photo frames in use and converting VCs to snapshots is a great way to ensure this doesn’t clog my catalog with more thumbnails than truly necessary.</p>
<p><img title="Snapshotter Plug-In Extras menu item" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="44" alt="Snapshotter Plug-In Extras menu item" src="http://thephotogeek.com/wp-content/uploads/2010/06/SnapshotterMenuItem1.png" width="468" border="0" /> <a href="http://thephotogeek.com/wp-content/uploads/2010/06/SnapshotterDialog1.png"><img title="Snapshotter plugin main dialog" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="251" alt="Snapshotter plugin main dialog" src="http://thephotogeek.com/wp-content/uploads/2010/06/SnapshotterDialog_thumb1.png" width="304" border="0" /></a>The <a title="Snapshotter Lightroom Plugin Homepage" href="http://thephotogeek.com/lightroom/snapshotter/">Snapshotter plugin</a> assists the snapshot creation process by adding a new <strong>Create Snapshot(s) from Images</strong> menu item to the <strong>File –&gt; Plug-in Extras</strong> menu.&#160; Selecting this opens a dialog allowing configuration of the snapshot name to be used, and the option to restrict snapshot creation to virtual copies only, when creating snapshots for all selected photos.&#160; The snapshot naming function currently supports one substitution variable:</p>
<p><strong>{CopyName}</strong>&#160;&#160;&#160; Virtual Copy name</p>
<p>that will be replaced with the relevant metadata from each image.&#160; Information about how this and the other elements of the dialog operate are described in the online help accessible using the button labelled with a question mark (?).</p>
<p>Please leave a comment below to let us know how you use Lightroom’s snapshot feature, and how the <a title="Snapshotter Lightroom Plugin Homepage" href="http://thephotogeek.com/lightroom/snapshotter/" target="_blank">Snapshotter plugin</a> helps this or could be improved to help it more.</p>
<table cellspacing="0" cellpadding="1" width="600" border="2">
<tbody>
<tr>
<td valign="top" width="596">
<p align="center"><a href="http://thephotogeek.com/downloads/7" title="Snapshotter Lightroom Plugin download">Download the latest Snapshotter Lightroom Plugin version here (20100610.001)</a></p>
<p align="center">Released as &quot;donationware&quot;. If you use this plugin a donation via this page or the plugin entry in Lightroom’s Plugin Manager would be appreciated.</p>
<p align="center"><strong>Requires Lightroom version 3 or greater</strong>. <a title="Lightroom Extras" href="http://thephotogeek.com/lightroom/" target="_blank">Installation instructions here.</a></p>
</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fdf0c00a-98bf-426d-bd09-d5d2ad90504d" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/code" rel="tag">code</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr3" rel="tag">lr3</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/easily-create-lightroom-3-snapshots/">The Easy Way to Create Snapshots in Lightroom 3</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/" title="New Plugin Brings Lightroom and Photoshop Elements Together At Last">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a> (16)</li><li><a href="http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/" title="Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)">Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</a> (11)</li><li><a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/" title="Simplify Entry of Common Metadata in Lightroom 2">Simplify Entry of Common Metadata in Lightroom 2</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/easily-create-lightroom-3-snapshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capturing your Client&#8217;s Selections in Lightroom</title>
		<link>http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/</link>
		<comments>http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 12:30:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[LR3]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[smartalbum]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/?p=185</guid>
		<description><![CDATA[TTG Client script was updated to support client selects from TTG's Highslide Lightroom Web Galleries, and work around a LR2 bug causing some selections to be missed.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/">Capturing your Client&rsquo;s Selections in Lightroom</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Lightroom is adept at managing the digital photography workflow from camera through to output, but it currently doesn’t help gather your client’s feedback that will influence the processing and final output of your work.&#160; Photographers today must either present the photos to their client using Lightroom, and mark the selects as they go, or capture selects information elsewhere and manually load them back into the catalog. </p>
<p>The <a title="Adobe Photoshop Lightroom 3 Beta" href="http://labs.adobe.com/technologies/lightroom3/" target="_blank">Lightroom 3 beta</a> is taking a step in the right direction with its new Publish Services.&#160; The included Flickr plugin will synchronise ratings and comments back to your catalog but only time will tell if this capability will support retrieval of individual client selections from Publish Services.&#160; In the meantime Lightroom 2 users can make use of web galleries to achieve a similar outcome.</p>
<p>Matt at <a title="The Turning Gate" href="http://lightroom.theturninggate.net/" target="_blank">The Turning Gate</a> has developed a number of web galleries, including <a title="TTG Client Response Gallery homepage" href="http://lightroom.theturninggate.net/html-galleries/ttg-client-response-gallery/" target="_blank">TTG Client Response Gallery</a>, <a title="TTG Highslide Gallery homepage" href="http://lightroom.theturninggate.net/html-galleries/ttg-highslide-gallery/" target="_blank">TTG Highslide Gallery</a> and <a title="TTG Highslide Gallery Pro homepage" href="http://lightroom.theturninggate.net/html-galleries/ttg-highslide-gallery-pro/" target="_blank">TTG Highslide Gallery Pro</a>, that can help Lightroom publish self-contained web sites that automatically email a client’s selects.&#160; Articles and tutorials regarding web gallery usage are available on Matt’s site so I won’t repeat that information here.&#160; These galleries cover part of the workflow gap – allowing clients to inform you of selects – and my <a title="TTG Client script homepage" href="http://thephotogeek.com/lightroom/ttgclient/" target="_blank">TTG Client script</a> addresses the remainder by converting the response emails into Smart Collections ready for import into Lightroom.</p>
<h3>New TTG Client Script features</h3>
<p>I first published this script as part of my <a title="Working with a Wedding Client’s Photo Selects in Lightroom 2" href="http://thephotogeek.com/client-photo-selects-lr2/" target="_blank">Working with a Wedding Client’s Photo Selects in Lightroom 2</a> post last year.&#160; This revision provides the following functionality improvements over the original version.&#160; Usage of the script remains unchanged and is described on the <a title="TTG Client script homepage" href="http://thephotogeek.com/lightroom/ttgclient/" target="_blank">TTG Client script</a> homepage.</p>
<p><strong>Support for TTG Highslide Galleries </strong></p>
<p>Over the past year Matt has released new Highslide galleries that can email client selects to the photographer.&#160; The <a title="TTG Client script homepage" href="http://thephotogeek.com/lightroom/ttgclient/" target="_blank">TTG Client script</a> now supports client select emails from these galleries.</p>
<p><strong>Workaround for Lightroom 2 (LR2) bug when hyphens (-) are used in filenames</strong></p>
<p>LR2 has a minor bug that means it quietly renames files to replace hyphens (-) with underscores (_) when producing web galleries.&#160; While the gallery itself will work fine it makes it difficult to match the client selects back to the original file names in your Lightroom catalog.&#160; The Turning Gate recommends <a title="CRG 01: File Naming Conventions" href="http://lightroom.theturninggate.net/2008/12/crg-01-filenaming-conventions/" target="_blank">file naming conventions</a> to avoid this issue but this could require renaming of files imported before you started using these galleries.&#160; This new release of <a title="TTG Client script homepage" href="http://thephotogeek.com/lightroom/ttgclient/" target="_blank">TTG Client script</a> allows you to continue with your current file naming scheme and instead treats every underscore as a search wild card so the Smart Collections can locate the selects.</p>
<table cellspacing="0" cellpadding="1" width="600" border="2">
<tbody>
<tr>
<td valign="top" width="596"><a name="download"></a>
<p align="center"><a href="http://thephotogeek.com/downloads/2" title="TTG Client Lightroom Script download">Download the latest TTG Client Lightroom Script version here (20091216.002)</a></p>
<p align="center">Released under the <a title="Licenses - GNU GPL, GNU LGPL, GNU FDL, General Public License, Lesser General Public License, Free Documentation License, List of Free Software Licenses" href="http://www.gnu.org/licenses/" target="_blank">GNU GPL version 3 license</a>.&#160; <a title="TTG Client script homepage" href="http://thephotogeek.com/lightroom/ttgclient/" target="_blank">Usage instructions here.</a></p>
</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d2c767e8-276d-49e2-9a1e-3ff8384f08d5" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/gallery" rel="tag">gallery</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/lr3" rel="tag">lr3</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/script" rel="tag">script</a>,<a href="http://technorati.com/tags/smartalbum" rel="tag">smartalbum</a>,<a href="http://technorati.com/tags/web" rel="tag">web</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/">Capturing your Client&rsquo;s Selections in Lightroom</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/client-photo-selects-lr2/" title="Working with a Wedding Client’s Photo Selects in Lightroom 2">Working with a Wedding Client’s Photo Selects in Lightroom 2</a> (31)</li><li><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/" title="Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a> (14)</li><li><a href="http://thephotogeek.com/backup-lightroom-rendered-export-images/" title="Backup Your Rendered Images When Exporting From Lightroom 2 To The Web">Backup Your Rendered Images When Exporting From Lightroom 2 To The Web</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Import Improvements in the Lightroom 3 Beta</title>
		<link>http://thephotogeek.com/import-improvements-lr3-beta/</link>
		<comments>http://thephotogeek.com/import-improvements-lr3-beta/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 09:15:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[LR3]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/import-improvements-lr3-beta/</guid>
		<description><![CDATA[The Lightroom 3 beta has begun! Join me for a detailed look into overhauled Import UI available in this new release.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/import-improvements-lr3-beta/">Import Improvements in the Lightroom 3 Beta</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img title="Lightroom 3 Beta&#39;s About dialog" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 5px 5px 0px; border-right-width: 0px" height="131" alt="Lightroom 3 Beta&#39;s About dialog" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01About.png" width="271" align="right" border="0" /></p>
<p>A little over a week ago Tom Hogarty – Product Manager for Adobe Photoshop Lightroom – <a title="Lightroom 3 beta now available" href="http://blogs.adobe.com/lightroomjournal/2009/10/lightroom_3_beta_now_available.html" target="_blank">announced the Lightroom 3 public beta</a> (<a title="Adobe Photoshop Lightroom 3 Beta" href="http://labs.adobe.com/technologies/lightroom3/" target="_blank">download here</a>).&#160; Its been more than a year since the last version of Lightroom was released so I was keen to see what improvements had been m2de to my favourite photography program.&#160; So keen in fact that I didn’t wait till I got home from my holidays and started using it immediately to import and organise photos taken on the trip! </p>
<p>For those of you new to Lightroom the Import feature is how you load photos into your catalog so the program can find and work with them.&#160; The Import feature has obviously received a lot of attention from the Lightroom team this time around.&#160; There are three major changes that have been made, and a number of usability improvements.&#160; Major changes:</p>
<ol>
<li>“<strong>Import from Disk</strong>” and “<strong>Import from Device</strong>” dialogs have been merged into a single Import dialog </li>
<li>UI has been completely overhauled aesthetically </li>
<li>UI now has Compact and Expanded modes that give you control over all aspects of the import task on a single screen </li>
</ol>
<p>There have also been a number of usability improvements including:</p>
<ul>
<li>Import presets have been added to store and access your common import settings </li>
<li>Expanded mode has added Grid and Loupe views for selecting photos to import </li>
<li>Import’s backup will now store files using your renamed rather than camera created file names </li>
<li>If you shoot using your camera’s RAW + JPEG&#160; mode, both photos are now imported even though the RAW (or DNG) will be the only photo to show in the Library </li>
<li>New “<strong>Shoot Name</strong>” field available for file renaming templates </li>
<li>Additional folder naming presets </li>
</ul>
<p>This is a beta so don’t expect perfection just yet.&#160; The dialog can get a little sluggish under certain circumstances and I’ve logged a bug report about one specific case (Copy as DNG when source and destination are on the same drive) that can stall the import entirely.&#160; But all in all I found it was reliable enough for my import workflow and I’m liking the new UI more and more every day.&#160; </p>
<p>One of the great things about this being a beta is it will only get better over time.&#160; I’m personally crossing my finders and hoping these three usability improvements make it into the final release:</p>
<ol>
<li>Extending folder renaming to use a template-based mechanism similar to to file renaming, including access to the new “<strong>Shoot Name</strong>” field </li>
<li>Backups to be stored using the same folder structure, not just file names, as the imported files </li>
<li>Allow resizing of the dialog and the side bars within it. </li>
</ol>
<p>I will get to the other new and improved Lightroom 3 beta features over time but wanted to share my observations after working with one of the first features most users will be encounter.&#160; If there are any other features you are keen to hear about now&#160; Tom has posted links to <a title="Resources for Lightroom 3 beta" href="http://blogs.adobe.com/lightroomjournal/2009/10/resources_for_lightroom_3_beta.html" target="_blank">other beta related articles and resources</a>.&#160; And if you plan to test LR3 yourself then I’d recommend reviewing Victoria Bampton’s <a title="LR3 Beta - Popular Bugs and Forum Threads" href="http://www.lightroomqueen.com/blog/2009/10/30/lr3-beta-popular-bugs-forum-threads/" target="_blank">LR3 Beta &#8211; Popular Bugs and Forum Threads</a> post to find out its most frequently noted limitations.</p>
<h3>Detailed Look at Import UI</h3>
<h4>Compact Import dialog</h4>
<p>When you first try to Import Lightroom defaults to the Compact dialog and launches over the dimmed main UI.&#160; </p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSettings.png"><img title="Lightroom 3 Beta&#39;s Compact Import dialog (with annotations)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="132" alt="Lightroom 3 Beta&#39;s Compact Import dialog (with annotations)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSettings_thumb.png" width="604" border="0" /></a> Key elements of the Compact dialog:</p>
<ul>
<li><u>Source</u>: In addition to displaying the currently selected source, clicking it allows you to change the source and access and manage the Recent Paths list. </li>
<li><u>Import Type</u>: Select between Copy as DNG, Copy, Move and Add import types.&#160; All types other than Add allow renaming of files and folders during import.&#160; Copy as DNG converts RAW files to Adobe’s DNG file format during import, but leaves the image’s backup copy (if enabled) in the original file format. </li>
<li><u>Destination</u>: In addition to displaying the destination folder, clicking it allows you to change the destination and access and manage the Recent Paths list.&#160; The Folder settings provided below will be used to create folders within this location. </li>
<li><u>Mode</u>: Switch between the “<strong>Quick Settings</strong>” (default depicted here) and “<strong>Summary</strong>” modes (displays a summary of all Import settings in the Import Settings area) using these buttons.&#160;&#160; The “<strong>Summary</strong>” mode is depicted in the screenshot below. </li>
<li><u>Import Settings</u>: Select a Metadata preset and Keywords to be applied to all imported files.&#160; When required by the file naming scheme, “<strong>Shoot Name</strong>” and other fields also display in this area. </li>
<li><u>Folder</u>: Choose between “<strong>By original folders</strong>”, “<strong>By date</strong>” and “<strong>Into one folder</strong>” folder naming schemes.&#160; “<strong>By date</strong>” allows you to choose between 13 predefined folder naming templates.&#160; All options also allow a subfolder to be included within this folder naming scheme. </li>
<li><u>Source Status</u>: Upon selecting a source Lightroom immediately scans the folder (and subfolders, if configured) for images and displays the status of that scan in this area.&#160; The arrow here toggles between the Compact and Expanded dialogs. </li>
<li><u>Presets</u>: Displays the active Import preset, and allows you to choose or create presets using the arrow to the right.&#160; Presets store most detailed settings that can be configured in the Compact and Expanded dialogs. </li>
<li><u>Buttons</u>: Initiate or cancel the import. </li>
</ul>
<p>If you are familiar with Lightroom 2 you will have noticed that the file renaming, Develop Presets and Preview size features are not available via the Compact dialog.&#160; To configure these you must use the Expanded dialog, though once set you can always create a new Import preset that captures these details and can be chosen from the Compact dialog.</p>
<p>Additional screenshots of the Compact dialog’s “<strong>Quick Setting</strong>” and “<strong>Summary</strong>” modes (respectively) can be found below.</p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSettingsOriginal.png"><img title="Lightroom 3 Beta&#39;s Compact Import dialog (Quick Settings mode)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="62" alt="Lightroom 3 Beta&#39;s Compact Import dialog (Quick Settings mode)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSettingsOriginal_thumb.png" width="279" border="0" /></a> <a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSummary.png"><img title="Lightroom 3 Beta&#39;s Compact Import dialog (Summary mode)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="62" alt="Lightroom 3 Beta&#39;s Compact Import dialog (Summary mode)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSummary_thumb.png" width="279" border="0" /></a> </p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSummary1.png"></a></p>
<h4>Expanded Import dialog</h4>
<p>Clicking the arrow button at the bottom left corner of the Compact dialog opens the Expanded dialog.&#160; The description below refers only to elements that differ from the Compact dialog.&#160;&#160; </p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedAdd.png"><img title="Lightroom 3 Beta&#39;s Expanded Import dialog (with annotations)" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="296" alt="Lightroom 3 Beta&#39;s Expanded Import dialog (with annotations)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedAdd_thumb.png" width="604" border="0" /></a> </p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportCompactSummary1.png"></a></p>
<p>Key elements of the Expanded dialog:</p>
<ul>
<li><u>Source panel</u>: In addition to the source section available in the Compact dialog, you also have access to detailed device and folder information via the left hand side of the Expanded dialog.&#160; Devices and Drives are listed separately.&#160; Drives allow you to drill down through the folder hierarchy, while Devices do not give you this option. </li>
<li><u>Display area</u>: Displays either thumbnails or a single photo depending upon whether Grid or Loupe view has been selected (respectively).&#160; Import status for a photo can be changed using its checkbox, right clicking on it the change the Import Photo state, or using the P (Pick) or U (Unpick) keys to modify the currently selected photo.&#160; At this point in time there is no way to change the import status for multiple (but not all) photos at once, so arrow keys and the keyboard shortcuts are the quickest way to work around this limitation. </li>
<li><u>Toolbar</u>: Controls the display area view, sort order, and allows bulk modification of import state.&#160; Thumbnail size is also configured here but is not depicted as it was not visible on my netbook’s small screen. </li>
<li><u>Import settings</u>: Fine grained import settings are managed to the right hand side of the Expanded dialog.&#160; These are controlled through four panels, only two of which are available in the Add import type:
<ul>
<li><u>File Handling</u>: Sets the preview size, whether duplicates will be imported, and whether a second (aka backup) copy of the files is created during import.&#160; The second copy option copies the original files directly into the nominated directory using the naming scheme assigned in the “<strong>File Renaming</strong>” panel.&#160; This option is disabled when using the Add import type. </li>
<li><u>File Renaming</u>*: Sets whether files will be renamed and which (if any) template will be used to configure that process.&#160; Renaming uses the same custom and EXIF field formatting approach available in Lightroom 2, with the addition of the “<strong>Shoot Name</strong>” field mentioned earlier.&#160; If included in the file naming template you will be able to specify the values of the “<strong>Custom Text</strong>”, “<strong>Shoot Name</strong>” and/or “<strong>Starting Number</strong>” fields here. </li>
<li><u>Apply During Import</u>: Sets the Develop preset, Metadata preset and multiple Keywords that will be add to your files. </li>
<li><u>Destination</u><em>*</em>: Provides the same folder creation options available in the Compact dialog.&#160; In addition you can browse the destination folder structure to locate and set the import destination. </li>
</ul>
</li>
</ul>
<p><font size="1"><font size="2">*</font><em> Not available for Add import type</em></font></p>
<p>All four import types (Add, Copy, Copy as DNG and Move, respectively) are depicted below, including at least one example of each of the Import settings panels.</p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedAddOriginal.png"><img title="Lightroom 3 Beta&#39;s Expanded Import dialog (Add import type, with File Handling and Apply During Import panels visible)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="139" alt="Lightroom 3 Beta&#39;s Expanded Import dialog (Add import type, with File Handling and Apply During Import panels visible)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedAddOriginal_thumb.png" width="279" border="0" /></a> <a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedCopy.png"><img title="Lightroom 3 Beta&#39;s Expanded Import dialog (Copy import type, with Destination panel visible)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="139" alt="Lightroom 3 Beta&#39;s Expanded Import dialog (Copy import type, with Destination panel visible)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedCopy_thumb.png" width="279" border="0" /></a> <a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedCopyDNG.png"><img title="Lightroom 3 Beta&#39;s Expanded Import dialog (Copy as DNG import type, with Destination panel visible)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="138" alt="Lightroom 3 Beta&#39;s Expanded Import dialog (Copy as DNG import type, with Destination panel visible)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedCopyDNG_thumb.png" width="279" border="0" /></a> <a href="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedMove.png"><img title="Lightroom 3 Beta&#39;s Expanded Import dialog (Move import type, with File Renaming panel visible)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="138" alt="Lightroom 3 Beta&#39;s Expanded Import dialog (Move import type, with File Renaming panel visible)" src="http://thephotogeek.com/wp-content/uploads/2009/11/LR3Beta01ImportExpandedMove_thumb.png" width="279" border="0" /></a> </p>
<p>I hope you’ve found this trip through the improved Import UI useful, and good luck with your <a title="Adobe Photoshop Lightroom 3 Beta" href="http://labs.adobe.com/technologies/lightroom3/" target="_blank">Lightroom beta testing</a>!</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d8a2c866-7e00-4ca3-a350-3a00fa74f369" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Lightroom" rel="tag">Lightroom</a>,<a href="http://technorati.com/tags/LR3" rel="tag">LR3</a>,<a href="http://technorati.com/tags/Beta" rel="tag">Beta</a>,<a href="http://technorati.com/tags/Import" rel="tag">Import</a>,<a href="http://technorati.com/tags/Workflow" rel="tag">Workflow</a></div>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/import-improvements-lr3-beta/">Import Improvements in the Lightroom 3 Beta</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/easily-create-lightroom-3-snapshots/" title="The Easy Way to Create Snapshots in Lightroom 3">The Easy Way to Create Snapshots in Lightroom 3</a> (0)</li><li><a href="http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/" title="Capturing your Client&rsquo;s Selections in Lightroom">Capturing your Client&rsquo;s Selections in Lightroom</a> (7)</li><li><a href="http://thephotogeek.com/lightroom-3-released/" title="Adobe Photoshop Lightroom 3 has been Released!">Adobe Photoshop Lightroom 3 has been Released!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/import-improvements-lr3-beta/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Lightroom Users Should Seriously Consider Adding Photoshop Elements To Their Workflow</title>
		<link>http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/</link>
		<comments>http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:54:02 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[photoshopelements]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[pse]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/</guid>
		<description><![CDATA[Users need to leave their non-destructive Lightroom workflow to complete some photos. Discover why you should seriously consider Photoshop Elements for the role.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/">Why Lightroom Users Should Seriously Consider Adding Photoshop Elements To Their Workflow</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Most Lightroom users find themselves occasionally needing to step outside of its non-destructive workflow and use a “pixel pushing” (i.e. destructive) editor to finish processing a photo.&#160; The obvious choice for that task is Photoshop.&#160; But do you really need all that power if 99% of your work has already been done in Lightroom?</p>
<p>Unless you are a full time photographer the answer is likely <strong>no</strong>.&#160; I’m an amateur photographer and find that Photoshop’s cutdown version – Photoshop Elements – meets all of my needs and there is no compelling reason to move to the full version.&#160; But there is one compelling reason to choose Photoshop Elements over Photoshop.&#160; The price.</p>
<p>Its large enough in the US, but internationally the price difference between Photoshop Elements and Photoshop is remarkable. At the Adobe Store Photoshop CS4 costs* $699 USD or $1415 AUD ($1180 USD) and Photoshop CS4 Extended $999 USD or $2019 AUD ($1690 USD). Photoshop Elements costs $99.99 USD or $165 AUD ($140 USD).&#160; This means Photoshop Elements costs Australian consumers a little more than 1/10th of the price of the most basic Photoshop CS4 version. Its no wondering the Photoshop Elements community is growing so quickly outside of the US! </p>
<h3>Photoshop vs Photoshop Elements</h3>
<p>A <a title="Photoshop or Elements | Lightroom Secrets" href="http://lightroomsecrets.com/2009/07/photoshop-or-elements/trackback/" target="_blank">recent post at Lightroom Secrets</a> compared the features of Photoshop and Photoshop Elements to help users understand the incremental benefit of buying the full version.&#160; The essence of that comparison (and my own research) is Photoshop provides:</p>
<ul>
<li><u>Customisation</u> – Photoshop allows customisation of the UI via keyboard shortcuts, menus, workspaces, presets, actions, and (official) support for scripting </li>
<li><u>Enhanced 16-bit</u> – Additional Photoshop fliters supports 16-bit images </li>
<li><u>Enhanced Colour</u> – Photoshop supports CMYK and Lab colour modes, and custom curves </li>
<li><u>Enhanced Layers</u> – Photoshop includes layer masks, additional adjustment layers, and full support for smart objects </li>
<li><u>Enhanced Selection</u> – Photoshop includes paths, pen tools and quick masks </li>
<li><u>Additional Tools</u> – Photoshop includes additional features such as HDR and content aware scaling </li>
<li><u>Enhanced Tools</u> – Photoshop includes more advanced versions of some tools such as Camera Raw and Camera Distortion </li>
</ul>
<p>The importance of many of these features diminishes when you are using Lightroom as your primary editor and only dipping into Photoshop every now and then.&#160; Other features (e.g. Content Aware Scaling) would be nice to have, but as an amateur photographer I don’t think they are worth the additional $1250 AUD I’d have to spend to “upsize” from Photoshop Elements 7 to Photoshop CS4.</p>
<p>Bottom line?&#160; Most photographers using Lightroom won’t miss the features they lose by choosing Photoshop Elements over Photoshop.&#160; But the money they save could go a long way towards a new lens or flash that could make a significant difference to their photography.</p>
<h3>Improved Photoshop Elements Integration With Lightroom</h3>
<p>Another benefit of Photoshop is the level of integration it enjoys with Lightroom.&#160; Photoshop Elements is added as an external editor, while Photoshop has a number of menu items dedicated to improving workflow when it is combined with Lightroom.&#160; To close this functionality gap I’ve created an <a title="Elemental plugin for Lightroom" href="http://thephotogeek.com/lightroom/elemental/" target="_blank">Elemental plugin</a> for Lightroom which provides Photoshop Elements users roughly the same level of integration Photoshop users get &quot;out of the box&quot;. </p>
<p><img title="Elemental Lightroom Plugin Menu Extras" style="display: block; float: none; margin-left: auto; margin-right: auto" alt="Elemental Lightroom Plugin Menu Extras" src="http://thephotogeek.com/wp-content/uploads/2009/07/ElementalLRPlugin01.png" /></p>
<p>The <a title="Elemental plugin for Lightroom" href="http://thephotogeek.com/lightroom/elemental/" target="_blank">Elemental plugin</a> adds 5 new menu items to the <strong>File –&gt; Plug-in Extras</strong> and <strong>Library –&gt; Plug-In Extras</strong> menus, emulating the integration available to Photoshop users.&#160; This includes letting the user select photos and launch them directly into the <strong>Photomerge</strong> dialog, or open them as <strong>Smart Objects</strong> (a feature Adobe doesn’t advertise as available in Photoshop Elements).&#160; It even adds some new options for good measure, namely <strong>Remove Lens Distortion </strong>and the ability to directly <strong>Open </strong>in PSE.&#160; And it does this all while avoiding the <strong>Camera Raw </strong>dialog which should be redundant as Lightroom’s <strong>Develop </strong>module contains a superset of the options available in PSE’s version of <strong>Camera Raw</strong>.&#160; The only feature that can’t be reproduced is <strong>Merge to HDR in Photoshop</strong> because Photoshop Elements does not include this feature.&#160; As many Photoshop users utilise an external HDR tool rather than the one supplied with Photoshop this hopefully won’t prove too much of an issue.</p>
<h3>Where Do I Sign?</h3>
<p>If you are ready to take the plunge and add Photoshop Elements to your workflow, Adobe sells the products online and may have specials running so please try the Special Offers page before using one of the direct purchase links <strike>has a number of specials running at any given time that can (North America only) specials running till August 10</strike>.&#160; Links are included below for your convenience and by purchasing through these you will be helping support the ongoing development of my <a title="Elemental plugin for Lightroom" href="http://thephotogeek.com/lightroom/elemental/" target="_blank">Elemental plugin</a>.</p>
<table cellspacing="0" cellpadding="2" width="600" border="0">
<tbody>
<tr>
<td valign="top" width="452"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.kqzyfj.com/t982nmvsmu9DCCFAAG9BAEFADIA" target="_blank">Find all current special offers on Adobe products.</a> <img height="1" src="http://www.ftjcfx.com/fj104ax0pvtEIHHKFFLEGFJKFINF" width="1" border="0" /></td>
<td valign="top" width="148"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.dpbolvw.net/mb116p-85-7NRQQTOOUNPOUWTXVX" target="_blank"><img alt="Adobe" src="http://www.lduhtrp.net/eq65kpthnl6A99C77D687DFCGEG" border="0" /></a></td>
</tr>
<tr>
<td valign="top" width="452"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.kqzyfj.com/8c108p-85-7NRQQTOOUNPOSVWSTT" target="_blank">Photoshop Elements 7. Extraordinary photos. Amazing stories.</a> <img height="1" src="http://www.ftjcfx.com/q198m-3sywHLKKNIIOHJIMPQMNN" width="1" border="0" /></td>
<td valign="top" width="148"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.dpbolvw.net/d481ar-xrzEIHHKFFLEGFKHHLFI" target="_blank"><img alt="Photoshop Elements 7" src="http://www.ftjcfx.com/a6106nswkqo9DCCFAAG9BAFCCGAD" border="0" /></a></td>
</tr>
<tr>
<td valign="top" width="452"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.kqzyfj.com/e9116lnwtnvAEDDGBBHACBGGBKKI" target="_blank">Photoshop Elements 7 + Premiere Elements 7 &#8211; Complete photo and video editing made easy. </a><img height="1" src="http://www.awltovhc.com/b1110vvzntrCGFFIDDJCEDIIDMMK" width="1" border="0" /></td>
<td valign="top" width="148"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.kqzyfj.com/eb100gv30v2IMLLOJJPIKJORJOMS" target="_blank"><img alt="Photoshop Elements 7 + Premiere Elements 7" src="http://www.lduhtrp.net/bb110drvjpn8CBBE99F8A9EH9ECI" border="0" /></a></td>
</tr>
<tr>
<td valign="top" width="452"><a onmouseover="window.status=&#39;http://www.adobe.com&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.jdoqocy.com/jq97lnwtnvAEDDGBBHACBFEFJCF" target="_blank">Adobe Photoshop Elements 6 for Macs</a> <img height="1" src="http://www.tqlkg.com/le117h48x20MQPPSNNTMONRQRVOR" width="1" border="0" /></td>
<td valign="top" width="148">
<p align="center"></p>
</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>UK readers can use the following links to support my plugin development while purchasing the products but unfortunately no discounts or coupons are currently available: <a onmouseover="window.status=&#39;https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&amp;nr=1&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.dpbolvw.net/l4117nmvsmu9DCCFAAG9BAFFGEIG?url=http%3A%2F%2Fstore.adobe.com%2Fcfusion%2Fstore%2Findex.cfm%3Fstore%3DOLS-EDU-UK%26view%3Dols_prod%26loc%3DEN_GB%26category%3D%2FApplications%2FPshopPremElements&amp;cjsku=65026680" target="_blank">Adobe Photoshop Elements 7 &amp; Adobe Premiere Elements 7 – Full</a>,<img height="1" src="http://www.tqlkg.com/4o101m-3sywHLKKNIIOHJINNOMQO" width="1" border="0" /> <img height="1" src="http://www.tqlkg.com/oj105xjnbhf04336117021667597" width="1" border="0" /><a onmouseover="window.status=&#39;https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&amp;nr=1&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.jdoqocy.com/8n70iqzwqyDHGGJEEKDFEJJKIMK?url=http%3A%2F%2Fstore.adobe.com%2Fcfusion%2Fstore%2Findex.cfm%3Fstore%3DOLS-UK%26view%3Dols_prod%26loc%3DEN_GB%26category%3D%2FApplications%2FPhotoshopElementsWin&amp;cjsku=65027076" target="_blank">Adobe Photoshop Elements 7 &#8211; Full</a> and <a onmouseover="window.status=&#39;https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&amp;nr=1&#39;;return true;" onmouseout="window.status=&#39; &#39;;return true;" href="http://www.dpbolvw.net/bc74p-85-7NRQQTOOUNPOTTUSWU?url=http%3A%2F%2Fstore.adobe.com%2Fcfusion%2Fstore%2Findex.cfm%3Fstore%3DOLS-EDU-UK%26view%3Dols_prod%26loc%3DEN_GB%26category%3D%2FApplications%2FPhotoshopElementsMac&amp;cjsku=19230220" target="_blank">Adobe Photoshop Elements 6 for Macintosh &#8211; Full</a><img height="1" src="http://www.ftjcfx.com/ra98y7B-53PTSSVQQWPRQVVWUYW" width="1" border="0" />.</p>
<p>&#160;</p>
<p>If you aren’t quite convinced why not download a trial copy of either the <a title="Free Photoshop Elements 7 for Windows Trial Download" href="http://www.adobe.com/go/tryphotoshop_elements_win" target="_blank">Windows</a> or <a title="Free Photoshop Elements 7 for Mac Trial Download" href="http://www.adobe.com/go/tryphotoshop_elements_mac" target="_blank">Mac</a> version and find out firsthand whether it suits your workflow?&#160; I’m sure you’ll find, like me, that Photoshop Elements covers all of your main “pixel pushing” requirements without doing too much damage to your bank account!</p>
<p>&#160;</p>
<p>* <u>Note</u>: All prices were converted using Google’s current exchange rates on August 3, 2009.</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0d79e278-8e7e-40a3-bd05-521d05802df2" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/photoshop" rel="tag">photoshop</a>,<a href="http://technorati.com/tags/photoshopelements" rel="tag">photoshopelements</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/pse" rel="tag">pse</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/">Why Lightroom Users Should Seriously Consider Adding Photoshop Elements To Their Workflow</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/" title="New Plugin Brings Lightroom and Photoshop Elements Together At Last">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a> (16)</li><li><a href="http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/" title="Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)">Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</a> (11)</li><li><a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/" title="Simplify Entry of Common Metadata in Lightroom 2">Simplify Entry of Common Metadata in Lightroom 2</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>New Plugin Brings Lightroom and Photoshop Elements Together At Last</title>
		<link>http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/</link>
		<comments>http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:13:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[photoshopelements]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[pse]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/</guid>
		<description><![CDATA[Photoshop has always enjoyed preferential treatment as an external editor for Lightroom. My Elemental plugin gives similar access to Photoshop Elements.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a></p>
]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="2" width="600" border="2">
<tbody>
<tr>
<td valign="top" width="600">
<p align="center"><strong><u>Update:</u> Newer version(s) of this plugin are now available.&#160; <br />Please visit the </strong><a title="Elemental Lightroom plugin home page" href="http://thephotogeek.com/lightroom/elemental/" target="_blank"><strong>Elemental plugin page</strong></a><strong> to download the latest version.</strong> </p>
</td>
</tr>
</tbody>
</table>
<p>Lightroom’s non-destructive editing capabilities support most of my digital photography workflow needs.&#160; I rarely need to resort to external tools to edit my photos, but rarely is not quite the same as never.&#160; There will always be some situations where Lightroom needs a little help.&#160; For me stitching together panoramas, correcting lens distortion and correcting perspective issues are the main culprits.</p>
<p>Before Lightroom I was a Photoshop Elements (PSE) 6 user.&#160; I had been hoping to completely migrate away from it and remove it from my system, but I still keep it around as an external editor to pair with Lightroom.&#160; I’d love to be able to splash out and use Photoshop instead but as I’m only a hobbyist I simply can’t afford it.&#160; An upsell version (from PSE) of Photoshop CS4 would <a title="Adobe Store - Australia - Adobe Photoshop CS4" href="https://store3.adobe.com/cfusion/store/html/index.cfm?event=displayProduct&amp;categoryOID=2014540&amp;store=OLS-AU" target="_blank">cost me over $1200 AUD at the Adobe store</a>.&#160; That’s a lot of money for a piece of software I would rarely need to use, especially when my couple year old version of PSE does everything I really need at a fraction of the price.&#160; My photography would benefit more from me investing that cash in a brand new Nikon DSLR camera body, lens or flash than a software upgrade.</p>
<p><img title="Standard Lightroom Photo Edit In Menu" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="126" alt="Standard Lightroom Photo Edit In Menu" src="http://thephotogeek.com/wp-content/uploads/2009/07/ElementalLRPlugin07.png" width="592" border="0" /><a href="http://thephotogeek.com/wp-content/uploads/2009/07/ElementalLRPlugin08.png"><img title="Standard Lightroom External Edit Preset" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="Standard Lightroom External Edit Preset" src="http://thephotogeek.com/wp-content/uploads/2009/07/ElementalLRPlugin08_thumb.png" width="179" border="0" /></a></p>
<p>&#160;</p>
<p>One of the things I’m missing by not using Photoshop is tighter integration between my external editor and Lightroom itself.&#160; The Lightroom <strong>Photo-&gt;Edit In </strong>menu contains a number of entries (see above) that allow you to work with files in Photoshop CS3 (or later), launching directly into the desired feature without having to render those files first.&#160; This would not only speed up my editing process but also reduce the need to waste CPU cycles rendering files that will only be discarded later anyway.&#160; With Photoshop Elements my only option is to use the standard external editor feature which doesn’t allow me to launch directly into the PSE feature I’m planning to use.</p>
<p>&#160;</p>
<p><img title="Elemental Lightroom Plugin Menu Extras" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="91" alt="Elemental Lightroom Plugin Menu Extras" src="http://thephotogeek.com/wp-content/uploads/2009/07/ElementalLRPlugin01.png" width="536" border="0" /></p>
<p>My new <a title="Elemental Lightroom Plugin" href="http://thephotogeek.com/lightroom/elemental/" target="_blank">Elemental</a> plugin resolves these issues.&#160; It adds 5 new menu items to the <strong>File –&gt; Plug-in Extras</strong> and <strong>Library –&gt; Plug-In Extras</strong> menus, emulating the integration available to users of the full Photoshop product.&#160; This includes letting the user select photos and launch them directly into the Photomerge dialog, or open them as Smart Objects (a feature Adobe doesn’t advertise is available in PSE).&#160; It even adds some new options for good measure, namely <strong>Remove Lens Distortion </strong>and the ability to directly <strong>Open </strong>in PSE.&#160; And it does this all while avoiding the <strong>Camera Raw </strong>dialog which should be redundant given your <strong>Develop </strong>module edits in Lightroom.&#160; The only feature I couldn’t reproduce was <strong>Merge to HDR in Photoshop</strong> because PSE does not have a matching feature.&#160; By all reports the HDR generated by Photoshop was of limited usefulness so I doubt many would miss it anyway.</p>
<table cellspacing="0" cellpadding="1" width="600" border="2">
<tbody>
<tr>
<td valign="top" width="596"><a name="download"></a>
<p align="center"><a name="download">Download the original version</a>&#160;<a title="Elemental Lightroom plugin download" href="http://thephotogeek.com/download/plugins/elemental-20090705_003.zip">here (20090705.003)</a>.</p>
<p align="center">Released under the <a title="Licenses - GNU GPL, GNU LGPL, GNU FDL, General Public License, Lesser General Public License, Free Documentation License, List of Free Software Licenses" onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/www.gnu.org&#39;);" href="http://www.gnu.org/licenses/" target="_blank">GNU GPL version 3 license</a>.&#160; <a title="Lightroom Extras" href="http://thephotogeek.com/lightroom/" target="_blank">Installation instructions here.</a></p>
</td>
</tr>
</tbody>
</table>
<h4>Usage</h4>
<p>When you first try to use one of these menu options the plugin will attempt to locate your installation of Photoshop Elements.&#160; If you have used the default install location the plugin shouldn’t require any configuration.&#160; If it can’t find PSE then it will open a dialog asking you to locate the PSE editor before you continue. </p>
<p>There are also a few other dialogs you may see during regular operation. </p>
<p>First is a reminder to save your files before opening in PSE.&#160; Saving your metadata (<strong>Ctrl + S</strong>, or <strong>Cmd + S</strong>) writes the Lightroom edits to the photo or XMP sidecar making them available to other applications.&#160; If you don’t save your files first PSE will show the initial, unedited image which is unlikely to be what you intended.&#160; Once you’ve gotten into the habit of saving before opening you can configure the warning to not show again. </p>
<p>Next is a warning that displays if one of the selected photos is a virtual copy.&#160; Virtual copies do not have a dedicated, matching image file so you can’t save the metadata to the file or sidecar and they can’t be opened in PSE.&#160; For virtual copies you will be given the option of opening the master file instead, or ignoring the virtual copies entirely.&#160; Once again the dialog can be set to not show again if you have a preferred option you will always use whenever virtual copies are selected.</p>
<p>The last dialog is one you will only see if you use the plugin for more than 3 weeks and it will only show once.&#160; Its a “buy me a beer” donation request.&#160; I’ve put a fair amount of work into this plugin (including learning a new programming language) to make Photoshop Elements do things its not supposed to be able to do, and to work not only on Windows but also the Mac platform.&#160; I’m hoping you will find my plugin useful enough that you would consider saying thanks in a liquid fashion.&#160; If you are extra keen you don’t even have to wait for the 3 week reminder.&#160; You can donate (and update the configuration) at any time by opening the <strong>Elemental</strong> entry in <strong>File –&gt; Plugin Manager </strong>dialog.</p>
<p>I hope you find this plugin useful and as always please leave comments below if you have any feedback you would like to offer.&#160; I’d also like to send out a big thank you to <a title="Rusticolus Images Blog" href="http://blog.rusticolus.co.uk/" target="_blank">Mark over at Rusticolus Images</a> who quite patiently tested the plugin on OSX and helped me iron out a number of rather large kinks on that platform!</p>
<p>&#160;</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:762c871a-3a6f-4f9e-ba65-5ddaed2e4b78" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/code" rel="tag">code</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/photoshopelements" rel="tag">photoshopelements</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/pse" rel="tag">pse</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/lightroom-workflow-photoshop-elements-vs-photoshop/" title="Why Lightroom Users Should Seriously Consider Adding Photoshop Elements To Their Workflow">Why Lightroom Users Should Seriously Consider Adding Photoshop Elements To Their Workflow</a> (15)</li><li><a href="http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/" title="Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)">Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</a> (11)</li><li><a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/" title="Simplify Entry of Common Metadata in Lightroom 2">Simplify Entry of Common Metadata in Lightroom 2</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</title>
		<link>http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/</link>
		<comments>http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 10:32:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/?p=54</guid>
		<description><![CDATA[My Metadata Tagset plugin for Lightroom 2 has been updated to version 20090310.002. It includes new tagsets to document SDK and 3rd party plugin metadata fields.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/">Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a83a9ec0-079b-4873-a78a-354d8de0d4fc" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/code" rel="tag">code</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/metadata" rel="tag">metadata</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p>&#160;</p>
<p>My <a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/" target="_blank">Metadata Tagset plugin</a> for Lightroom 2 has been updated.&#160; The new version contains additional tagsets to help document the metadata fields available, including a number of those available in <a title="Jeffrey Friedl&#39;s Lightroom Goodies" href="http://regex.info/blog/lightroom-goodies" target="_blank">popular third party plugins</a>.</p>
<p>The plugin now includes six additional tagsets for use in the Library module:</p>
<p>&#160;</p>
<table cellspacing="0" cellpadding="2" width="600" border="0">
<tbody>
<tr>
<td valign="top" width="189"><strong>Default (With Location)</strong></td>
<td valign="top" width="411">Extends the standard <strong>‘Default<strong>‘</strong></strong> tagset with additional IPTC location fields</td>
</tr>
<tr>
<td valign="top" width="189"><strong>Location (with Jeffrey&#8217;s GPS Metadata)</strong><font color="#ff0000"><em> [new]</em></font></td>
<td valign="top" width="411">Extends the standard &#8216;Location&quot; tagset with Jeffrey Friedl&#8217;s plugin fields</td>
</tr>
<tr>
<td valign="top" width="189"><strong>LR: All</strong></td>
<td valign="top" width="411">A copy of the standard <strong>‘All’</strong> tagset, to demonstrate&#160; available fields.</td>
</tr>
<tr>
<td valign="top" width="189"><strong>LR: SDK</strong> <font color="#ff0000"><em>[new]</em></font></td>
<td valign="top" width="411">Example of all metadata fields currently documented by the LR 2.0 SDK </td>
</tr>
<tr>
<td valign="top" width="189"><strong>Miscellaneous Plugin</strong> <font color="#ff0000"><em>[new]</em></font></td>
<td valign="top" width="411">List of known metadata fields implemented by third party plugin developers </td>
</tr>
<tr>
<td valign="top" width="189"><strong>Undocumented </strong><font color="#ff0000"><em>[new]</em></font>          </td>
<td valign="top" width="411">Lists metadata fields found to work within LR2, but aren&#8217;t documented as part of the SDK</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p><img title="Metadata Tagset Selection List" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="299" alt="Metadata Tagset Selection List" src="http://thephotogeek.com/wp-content/uploads/2009/03/metadatatagsetpluginbuild002.png" width="377" border="0" /> For those interested in writing their own tagsets, the ‘<strong>LR: All</strong>’, ‘<strong>Miscellaneous Plugin</strong>’ and ‘<strong>Undocumented</strong>’ tagsets are the most useful for documentation purposes.&#160; Even if you shy away from using undocumented features it is worth reading the last section of the ‘<strong>Undocumented</strong>’ tagset because it demonstrates some of the ways to control tagset field formatting.&#160; Please note ‘<strong>LR: SDK</strong>’ is not particularly useful at the moment, other than to demonstrate SDK documentation issues which <a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/#comments" target="_blank">I’m currently discussing with the Adobe developers</a>.</p>
<p>With this release I now have all of the main features I need for my own purposes, and have provided sample code for everything I’ve found out about tagset metadata fields and formatting techniques.&#160; Please leave a comment if you have suggestions for other features that should be added.</p>
<h2>Installation</h2>
<ol>
<li>Download the plugin: <a href="http://thephotogeek.com/download/plugins/metadata-tagsets-20090310_002.zip">metadata-tagsets-20090310_002.zip</a></li>
<li>Copy the file where you want the plugin to permanently reside, then unzip the file.&#160; This should create a sub-directory called <strong>metadata-tagsets.lrplugin</strong>. </li>
<li>Open Lightroom 2, then select the <strong>File\Plugin Manager</strong> menu option. </li>
<li>Press the <strong>Add</strong> button, select the <strong>metadata-tagsets.lrplugin</strong> directory created in step 2, then press <strong>OK</strong>. </li>
<li>The plugin is now installed and enabled.&#160; Press <strong>Done</strong>. </li>
</ol>
<h2>Usage</h2>
<p>When you open the <strong>Library</strong> module and display the right panel, a <strong>Metadata</strong> section is shown towards the bottom of the panel.&#160; To use the new features: </p>
<ol>
<li>Select the drop down list showing available tagsets (depicted above). </li>
<li>Choose one of the new tagsets at the bottom of the list.&#160; For example, the <strong>Default (with Location)</strong> tagset. </li>
</ol>
<p>I hope you find this plugin useful and feel free to share your experiences or suggestions in the comments section below.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/">Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/" title="Simplify Entry of Common Metadata in Lightroom 2">Simplify Entry of Common Metadata in Lightroom 2</a> (9)</li><li><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/" title="New Plugin Brings Lightroom and Photoshop Elements Together At Last">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a> (16)</li><li><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/" title="Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a> (14)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Simplify Entry of Common Metadata in Lightroom 2</title>
		<link>http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/</link>
		<comments>http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 22:56:15 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/?p=44</guid>
		<description><![CDATA[Simplify entry of metadata in Lightroom 2 with this plugin.  It customises the Library module's Metadata layout to add full location details to the Default view.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/">Simplify Entry of Common Metadata in Lightroom 2</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:de44eda6-a1ba-4ebc-95e0-89f7a50e7f18" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/code" rel="tag">code</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/metadata" rel="tag">metadata</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p>&#160;</p>
<p>According to <a title="The Adobe Photoshop Lightroom 2 Book for Digital Photographers (Voices That Matter)" href="http://www.amazon.com/gp/product/0321555562?ie=UTF8&amp;tag=techniqu-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321555562" target="_blank">Scott Kelby</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=techniqu-20&amp;l=as2&amp;o=1&amp;a=0321555562" width="1" border="0" /> I must be either a serial killer or a micro biologist.&#160; Apparently they are the only two types of people who religiously maintain metadata for their photos, but as you might suspect the reality is a little more mundane.&#160; </p>
<p>I keep my metadata up-to-date on all my rated photos for two main reasons: </p>
<ol>
<li>So I can find them later; and </li>
<li>To help me grow as a photographer by allowing me to better understand what an image captures and how.&#160;&#160; </li>
</ol>
<p>Applying keywords, IPTC location information and geoencoding (when appropriate) helps me to find my photos later.&#160; Gaining insights into my photography depends more upon captions, ratings,&#160; labels and EXIF data.&#160; My quandary was Lightroom 2 addresses these goals using two separate <strong>Library Metadata </strong>panel layouts: <strong>Location</strong> and <strong>Default</strong>.&#160; </p>
<p>Constantly changing backwards and forwards between these two tagsets (i.e. <strong>Metadata</strong> panel layouts), or scrolling around the massive <strong>All</strong> tagset, unnecessarily slows down my workflow.&#160; Fortunately this was a simple issue to resolve as the <a title="Lightroom Developer Center" href="http://www.adobe.com/devnet/photoshoplightroom/" target="_blank">Lightroom 2 SDK</a> provides a way to define new tagsets.&#160; The result is my newest plugin which provides two additional tagsets for use in the Library module. </p>
<table cellspacing="0" cellpadding="2" width="600" border="0">
<tbody>
<tr>
<td valign="top" width="120"><strong>Default (With Location)</strong></td>
<td valign="top" width="480">Extends the standard <strong>&#8216;Default<strong>&#8216;</strong></strong> tagset with additional IPTC location fields</td>
</tr>
<tr>
<td valign="top" width="120"><strong>LR: All</strong></td>
<td valign="top" width="480">A copy of the standard <strong>&#8216;All&#8217;</strong> tagset, to demonstrate&#160; available fields.</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>    <a href="http://thephotogeek.com/wp-content/uploads/2009/02/metadatatagsetplugin.png"><img title="Metadata Tagset Plugin in action" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 30px 5px 0px; border-right-width: 0px" height="561" alt="Metadata Tagset Plugin in action" src="http://thephotogeek.com/wp-content/uploads/2009/02/metadatatagsetplugin.png" width="189" align="right" border="0" /></a>
<p>The second tagset was added because I found the SDK documentation for tagset development to be&#160; insufficient and (in places) inaccurate.&#160; The <strong>LR: All</strong> tagset implements most of the fields available in the <strong>Metadata</strong> panel, so if you are interested in modifying my plugin to better suit your individual workflow you have a working example of most of the fields you can select from.</p>
<h2>Installation</h2>
<ol>
<li>Download the plugin: <a title="Metadata Tagsets plugin" href="http://thephotogeek.com/download/plugins/metadata-tagsets-20090223_001.zip" target="_blank">metadata-tagsets-20090223_001.zip</a> </li>
<li>Copy the file where you want the plugin to permanently reside, then unzip the file.&#160; This should create a sub-directory called <strong>metadata-tagsets.lrplugin</strong>. </li>
<li>Open Lightroom 2, then select the <strong>File\Plugin Manager</strong> menu option. </li>
<li>Press the <strong>Add</strong> button, select the <strong>metadata-tagsets.lrplugin</strong> directory created in step 2, then press <strong>OK</strong>. </li>
<li>The plugin is now installed and enabled.&#160; Press <strong>Done</strong>. </li>
</ol>
<h2>Usage</h2>
<p>When you open the <strong>Library</strong> module and display the right panel, a <strong>Metadata</strong> section is shown towards the bottom of the panel.&#160; To use the new features: </p>
<ol>
<li>Select the drop down list showing available tagsets. </li>
<li>Choose one of the new tagsets listed at the bottom of the list.&#160; For example, the <strong>Default (with Location)</strong> tagset depicted here. </li>
</ol>
<p>I hope you find this plugin useful and feel free to share your experiences or suggestions in the comments section below.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/">Simplify Entry of Common Metadata in Lightroom 2</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/metadata-tagset-plugin-update-20090310002/" title="Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)">Simple Metadata Entry Plugin for Lightroom 2   Updated (Version 20090310.002)</a> (11)</li><li><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/" title="New Plugin Brings Lightroom and Photoshop Elements Together At Last">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a> (16)</li><li><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/" title="Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a> (14)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/simple-metadata-entry-tagset-plugin-lr2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</title>
		<link>http://thephotogeek.com/export-backup-plugin-update-20090208003/</link>
		<comments>http://thephotogeek.com/export-backup-plugin-update-20090208003/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 13:58:21 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/export-backup-plugin-update-20090208003-2/</guid>
		<description><![CDATA[My Export Backup plugin (a post-process action) for Lightroom 2 has been updated to version 20090208.003. Primary focus of the release has been usability updates.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a></p>
]]></description>
			<content:encoded><![CDATA[<p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0bf278fd-0254-4132-9a4a-5e270790970d" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/backup" rel="tag">backup</a>,<a href="http://technorati.com/tags/code" rel="tag">code</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/web" rel="tag">web</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
</p>
<p>&#160;</p>
<p>My <a title="Backup Your Rendered Images When Exporting From Lightroom 2 To The Web" href="http://thephotogeek.com/backup-lightroom-rendered-export-images/" target="_blank">Export Backup plugin</a> for Lightroom 2 (in Adobe speak, a post-process action) has been updated today.&#160; The new version contains some usability updates:</p>
<ul>
<li>Destination folder now has a “Most Recently Used” (MRU) drop down list to help you quickly export files to your favourite folders.&#160; A delete button (the minus sign next to the drop down arrow) helps you clean up folders you no longer want kept in the list.</li>
<li>A separate subfolder field has been added, similar to that found in the Export to Files Export Service.</li>
<li>Windows Explorer or Finder can show the backed up files once the export completes.</li>
</ul>
<p>With this release I now have all of the main features I need for my own purposes.&#160; Please leave a comment if you have suggestions for other features that should be added.</p>
<h2>Installation</h2>
<ol>
<li>Download the plugin: <a title="Export Backup plugin" href="http://thephotogeek.com/download/plugins/export-backup-20090208_003.zip">export-backup-20090208_003.zip</a> </li>
<li>Copy the file where you want the plugin to permanently reside, then unzip the file.&#160; This should create a sub-directory called <strong>export-backup.lrplugin</strong>. </li>
<li>Open Lightroom 2, then select the <strong>File\Plugin Manager</strong> menu option. </li>
<li>Press the <strong>Add </strong>button, select the <strong>export-backup.lrplugin</strong> directory created in step 2, then press <strong>OK</strong>. </li>
<li>The plugin is now installed and enabled.&#160; Press <strong>Done</strong>. </li>
</ol>
<h2>Usage</h2>
<p>Next time you export files you will notice an <strong>Export Backup</strong> entry in the Export dialog’s Post-Process Actions list.&#160;&#160; </p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/02/export-backup-post-action-build003.png"><img src="http://thephotogeek.com/wp-content/uploads/2009/02/export-backup-post-action-build003.png" alt="Export Backup Location Dialog Section" title="Export Backup Location Dialog Section" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" width="604" height="150" class="aligncenter size-full wp-image-35" /></a>To use this feature:</p>
<ol>
<li>Select the <strong>Export Backup</strong> entry, then press the <strong>Insert</strong> button.&#160; Note: The Insert button will remain inactive if you select the wrong Export Backup entry.&#160; This will add an Export Backup Location section near the end of the Export dialog. </li>
<li>Either manually enter or choose the base directory where the rendered files should be copied.&#160; </li>
<li>If desired, specify a subfolder to be appended to the folder name.&#160; This is typically used to enter the album/collection name or any other folder name that changes from export to export. </li>
<li>Select either <strong>Overwrite</strong> or <strong>Skip </strong>option, depending upon how you want to proceed if the same files already exist in the destination directory. </li>
<li>Continue with your file export as usual. </li>
</ol>
<p>When you export your files to Flickr, Gallery 2 or whatever photo hosting service you use, you will now also have a local copy of the rendered output for your own records.&#160; </p>
<p>I hope you find this plugin useful and feel free to share your experiences or suggestions in the comments section below.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/backup-lightroom-rendered-export-images/" title="Backup Your Rendered Images When Exporting From Lightroom 2 To The Web">Backup Your Rendered Images When Exporting From Lightroom 2 To The Web</a> (0)</li><li><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/" title="New Plugin Brings Lightroom and Photoshop Elements Together At Last">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a> (16)</li><li><a href="http://thephotogeek.com/config-backup-plugin-update-20090606-002/" title="Config Backup Plugin Updated&hellip; To Backup More Configuration Settings (Version 20090606.002)">Config Backup Plugin Updated&hellip; To Backup More Configuration Settings (Version 20090606.002)</a> (10)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/export-backup-plugin-update-20090208003/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Backup Your Rendered Images When Exporting From Lightroom 2 To The Web</title>
		<link>http://thephotogeek.com/backup-lightroom-rendered-export-images/</link>
		<comments>http://thephotogeek.com/backup-lightroom-rendered-export-images/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 11:54:10 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thephotogeek.com/backup-lightroom-rendered-export-images/</guid>
		<description><![CDATA[Lightroom 2 doesn't let you backup the images rendered while exporting to a web site.  I've written a plugin (post-process action) to add this feature.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/backup-lightroom-rendered-export-images/">Backup Your Rendered Images When Exporting From Lightroom 2 To The Web</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3f065ef2-24cd-4fed-b567-780c45a0cad6" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/backup" rel="tag">backup</a>,<a href="http://technorati.com/tags/code" rel="tag">code</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/web" rel="tag">web</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p>&#160;</p>
<p>Today I’m publicly releasing my first Lightroom 2 plugin.&#160; Its a simple export post-process action that addresses an oversight in the Lightroom 2 export functionality – that there is no way to backup the images rendered while exporting from Lightroom to a web site.&#160; These images are generated, uploaded then discarded without giving the user any option to intervene and keep these images.</p>
<p>While it is possible to use the “Files on Disk” export service to achieve a similar result, I found this to be a cumbersome workflow. A second export is required to make up for the missing functionality, and this approach is error prone because you may not remember to reapply all of the same settings.&#160; Not to mention the time it takes to run the export and wait for it to re-render the files.</p>
<p>There are many reasons you might want to retain these files.&#160; </p>
<ul>
<li>If you have read and follow advice in Peter Krogh’s <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FDAM-Book-Digital-Management-Photographers%2Fdp%2F0596100183%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1201998816%26sr%3D8-1&amp;tag=techniqu-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">The DAM Book: Digital Asset Management for Photographers</a>, you will be keeping copies of all derivative files you deliver to your clients.&#160; </li>
<li>As a Lightroom user you are probably shooting photos using a raw format, and your family members might not be using image viewers that can cope with these formats.&#160; </li>
<li>If you are anything like me you won’t want people in your household to download your photos from the web when they could quickly and easily copy them from your PC.&#160; </li>
</ul>
<p>For these and other reasons I decided to write a plugin to fill this gap.</p>
<h2>Installation</h2>
<ol>
<li>Download the plugin: <a title="Export Backup plugin" href="http://thephotogeek.com/download/plugins/export-backup-20090131_002.zip">export-backup-20090131_002.zip</a></li>
<li>Copy the file where you want the plugin to permanently reside, then unzip the file.&#160; This should create a sub-directory called <strong>export-backup.lrplugin</strong>.</li>
<li>Open Lightroom 2, then select the <strong>FilePlugin Manager</strong> menu option.</li>
<li>Press the <strong>Add </strong>button, select the <strong>export-backup.lrplugin</strong> directory created in step 2, then press <strong>OK</strong>.</li>
<li>The plugin is now installed and enabled.&#160; Press <strong>Done</strong>..</li>
</ol>
<h2>Usage</h2>
<p>Next time you export files you will notice an <strong>Export Backup</strong> entry in the Export dialog’s Post-Process Actions list.&#160; </p>
<p><a href="http://thephotogeek.com/wp-content/uploads/2009/02/export-backup-post-action.png"><img title="export-backup-post-action" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="148" alt="export-backup-post-action" src="http://thephotogeek.com/wp-content/uploads/2009/02/export-backup-post-action-thumb.png" width="606" border="0" /></a> </p>
<p>To use this feature:</p>
<ol>
<li>Select the <strong>Export Backup</strong> entry, then press the <strong>Insert</strong> button.&#160; Note: The Insert button will remain inactive if you select the wrong Export Backup entry.&#160; This will add an Export Backup section near the end of the Export dialog.</li>
<li>Either manually enter or choose the directory where the rendered files should be copied.</li>
<li>Select either <strong>Overwrite</strong> or <strong>Ignore</strong> option, depending upon how you want to proceed if the same files already exist in the destination directory.</li>
<li>Continue with your file export as usual.</li>
</ol>
<p>When you export your files to Flickr, Gallery 2 or whatever photo hosting service you use, you will now also have a local copy of the rendered output for your own records.&#160; </p>
<p>I hope you find this plugin useful and feel free to share your experiences or suggestions in the comments section below.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/backup-lightroom-rendered-export-images/">Backup Your Rendered Images When Exporting From Lightroom 2 To The Web</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/" title="Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a> (14)</li><li><a href="http://thephotogeek.com/elemental-lightroom-photoshop-elements-plugin/" title="New Plugin Brings Lightroom and Photoshop Elements Together At Last">New Plugin Brings Lightroom and Photoshop Elements Together At Last</a> (16)</li><li><a href="http://thephotogeek.com/config-backup-plugin-update-20090606-002/" title="Config Backup Plugin Updated&hellip; To Backup More Configuration Settings (Version 20090606.002)">Config Backup Plugin Updated&hellip; To Backup More Configuration Settings (Version 20090606.002)</a> (10)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/backup-lightroom-rendered-export-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with a Wedding Client’s Photo Selects in Lightroom 2</title>
		<link>http://thephotogeek.com/client-photo-selects-lr2/</link>
		<comments>http://thephotogeek.com/client-photo-selects-lr2/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 13:42:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lr2]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[smartalbum]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://photo.niques.info/client-photo-selects-lr2/</guid>
		<description><![CDATA[Working remotely with a client to down select photos isn't easy.  Find out how Lightroom 2 and TTG's Client Response gallery can work together to ease the pain.<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/client-photo-selects-lr2/">Working with a Wedding Client’s Photo Selects in Lightroom 2</a></p>
]]></description>
			<content:encoded><![CDATA[</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c616ce80-eab2-4ad1-b892-45a77efcf81e" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/gallery" rel="tag">gallery</a>,<a href="http://technorati.com/tags/lightroom" rel="tag">lightroom</a>,<a href="http://technorati.com/tags/lr2" rel="tag">lr2</a>,<a href="http://technorati.com/tags/plugin" rel="tag">plugin</a>,<a href="http://technorati.com/tags/script" rel="tag">script</a>,<a href="http://technorati.com/tags/smartalbum" rel="tag">smartalbum</a>,<a href="http://technorati.com/tags/web" rel="tag">web</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a></div>
<p><br/></p>
<p>I recently found out I was the official photographer for my brother’s wedding only two days before the actual event.&#160; Aside from the stress of my first wedding shoot (for a family member no less &#8211; no pressure…) I also had to work through the logistics of processing and publishing the reams of photos captured.&#160; Living over 1000 kilometers away from the client made this process a little more difficult than for your average wedding shoot.</p>
<p>The foundation of my digital photography workflow is Adobe’s Photoshop Lightroom 2 (LR2). I was confident my core workflow was up to the task but what I was missing was a way to publish the proofs, record the client selects, and bring that information back into LR2 so I could complete my editing tasks.</p>
<p><a title="Turning Gate’s Client Response Gallery" href="http://lightroom.theturninggate.net/html-galleries/ttg-client-response-gallery/" target="_blank">The Turning Gate’s Client Response Gallery</a> provided a simple solution to the problem.&#160; The web engine plugin generated my proof gallery for me, and when family members selected photos I would receive an email with the details: </p>
<p> <code> Selections: EX_20080914_153823, EX_20080914_154715 <br/>GalleryTitle: Test Gallery <br/>Name: Sample<br/>Email: &lt;&lt;email address&gt;&gt;<br/> </code>
<p>The standard process for loading the selections into LR2 involves copying part of the selection line, pasting it into an LR2 find or filter field, then working with the displayed photos.&#160; I found this a little cumbersome given the volume of selection emails (&gt; 40) I ended up receiving, so I wrote a perl script to turn the gallery email body into smart albums that could be imported directly into LR2.</p>
<p>The script to convert TTG Client Response gallery selection emails into smart collections can be downloaded here: <a title="TTG Client Smart Album Creator" href="http://photo.niques.info/wp-content/download/scripts/ttgclient.txt" target="_blank">ttgclient.pl.</a>&#160; If you are a Windows user and don’t have perl installed already you can download it <a title="ActiveState Perl" href="http://www.activestate.com/Products/activeperl/" target="_blank">here</a>.&#160; </p>
<p>Using the script is as simple as:</p>
<ol>
<li>Copy the body of a TTG Client Response gallery selection email into a text file. (Example: <a title="Sample input for ttgclient.pl" href="http://photo.niques.info/wp-content/download/scripts/ttgclient-sample.txt" target="_blank">input</a>) </li>
<li>Run the ttgclient.pl script, passing one or more filenames as parameters. <br/>e.g. on Windows <code>c:\&gt; ttgclient.pl ttgclient-sample.txt<br/>Smart Collection TTGClient-Sample-Selections.lrsmcol ready for import to LR2.<br/></code>e.g. on Mac (assumes perl is in you path)<code>perl ./ttgclient.pl ttgclient-sample.txt<br/>Smart Collection TTGClient-Sample-Selections.lrsmcol ready for import to LR2.<br/></code></li>
<li>Open LR2’s library module. </li>
<li>In the Collections panel, right click on a Collection. Select Import Smart Collection Settings from the context menu, then select the file generated by ttgclient.pl (e.g. <a title="Example output from ttgclient.pl" href="http://photo.niques.info/wp-content/download/scripts/TTGClient-Sample-Selections.lrsmcol" target="_blank">TTGClient-Sample-Selections.lrsmcol</a>). </li>
<li>If the client specified ratings for any of the photos you will also have a separate import files generated for each rating level awarded.&#160; Repeat the previous step until all of the collections are imported. </li>
</ol>
</p>
<p>You should now have a new Smart Collection (e.g. TTGClient-Sample-Selections) containing all of the selections and rated images included in the email from the gallery.&#160; </p>
<p>I hope this helps your workflow as much as it did mine.&#160; And thanks to Matt for making such a useful LR2 gallery available for free!</p>
<p><em>Updated Feb 2009: Added Mac details based upon user feedback</em></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.5/au/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://thephotogeek.com/" property="cc:attributionName" rel="cc:attributionURL">The Photo Geek</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a><br/><br/><a href="http://thephotogeek.com/client-photo-selects-lr2/">Working with a Wedding Client’s Photo Selects in Lightroom 2</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/" title="Capturing your Client&rsquo;s Selections in Lightroom">Capturing your Client&rsquo;s Selections in Lightroom</a> (7)</li><li><a href="http://thephotogeek.com/export-backup-plugin-update-20090208003/" title="Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)">Export Backup Plugin for Lightroom 2 Updated (Version 20090208.003)</a> (14)</li><li><a href="http://thephotogeek.com/backup-lightroom-rendered-export-images/" title="Backup Your Rendered Images When Exporting From Lightroom 2 To The Web">Backup Your Rendered Images When Exporting From Lightroom 2 To The Web</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thephotogeek.com/client-photo-selects-lr2/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: thephotogeek.com @ 2010-08-01 00:52:55 -->