<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accessing Lightroom&#8217;s SQLite DB Directly</title>
	<atom:link href="http://regex.info/blog/2006-07-29/221/feed" rel="self" type="application/rss+xml" />
	<link>http://regex.info/blog/2006-07-29/221</link>
	<description>Not a photo blog. A personal blog with photos.</description>
	<lastBuildDate>Mon, 22 Mar 2010 07:31:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joanna</title>
		<link>http://regex.info/blog/2006-07-29/221#comment-38490</link>
		<dc:creator>Joanna</dc:creator>
		<pubDate>Wed, 17 Mar 2010 05:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2006-07-29/221#comment-38490</guid>
		<description>How would one go about displaying/printing a report of an image&#039;s current develop settings? At my photography school, the teacher is always asking what we have done to our images since importing, and it would be nice to not have to create a develop status list by hand for each one. I&#039;d love to hear your ideas and suggestions. Thanks in advance from Joanna in Chicago.

&lt;div class=&#039;jfriedl&#039;&gt;&lt;p&gt;Post processing? &lt;i&gt;Moi?&lt;/i&gt; I&#039;m offended! :-D&lt;/p&gt;&lt;p&gt;All the data about modifications are stored in the XMP embedded inside exported JPGs (or, for non-DNG raw files, in the XMP sidecar created when you &lt;b&gt;Metadata &gt; Save Metadata to File&lt;/b&gt;).  It&#039;s saved as cleartext embedded within the image binary, so you can actually open it up in a text viewer and find it... just don&#039;t resave the file! You can also view the JPG in something like my &lt;a href=&#039;http://regex.info/exif&#039; rel=&quot;nofollow&quot;&gt;online Exif viewer&lt;/a&gt;. Your teacher should know all this. &#8212;Jeffrey&lt;/p&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>How would one go about displaying/printing a report of an image&#8217;s current develop settings? At my photography school, the teacher is always asking what we have done to our images since importing, and it would be nice to not have to create a develop status list by hand for each one. I&#8217;d love to hear your ideas and suggestions. Thanks in advance from Joanna in Chicago.</p>
<div class='jfriedl'>
<p>Post processing? <i>Moi?</i> I&#8217;m offended! <img src='http://regex.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>All the data about modifications are stored in the XMP embedded inside exported JPGs (or, for non-DNG raw files, in the XMP sidecar created when you <b>Metadata &gt; Save Metadata to File</b>).  It&#8217;s saved as cleartext embedded within the image binary, so you can actually open it up in a text viewer and find it&#8230; just don&#8217;t resave the file! You can also view the JPG in something like my <a href='http://regex.info/exif' rel="nofollow">online Exif viewer</a>. Your teacher should know all this. &mdash;Jeffrey</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Cole</title>
		<link>http://regex.info/blog/2006-07-29/221#comment-38245</link>
		<dc:creator>Rob Cole</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2006-07-29/221#comment-38245</guid>
		<description>Thanks Jeffrey for publishing this info. I&#039;m tempted to write a database app that does some useful things Adobe has not yet implemented in Lightroom. There are things one could do using a database app that would be impossible with a plugin.

Rob Cole
San Francisco, California, USA

&lt;span class=&#039;jfriedl&#039;&gt;Two words of caution, though... one is that the schema can change with each version, so take care on that, and the other is that even read-only access, if done at the wrong time, can corrupt  the database, so you&#039;ve really got to take care (and responsibility) if doing this. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Jeffrey for publishing this info. I&#8217;m tempted to write a database app that does some useful things Adobe has not yet implemented in Lightroom. There are things one could do using a database app that would be impossible with a plugin.</p>
<p>Rob Cole<br />
San Francisco, California, USA</p>
<p><span class='jfriedl'>Two words of caution, though&#8230; one is that the schema can change with each version, so take care on that, and the other is that even read-only access, if done at the wrong time, can corrupt  the database, so you&#8217;ve really got to take care (and responsibility) if doing this. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://regex.info/blog/2006-07-29/221#comment-2357</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 09 Aug 2006 22:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2006-07-29/221#comment-2357</guid>
		<description>I&#039;m really happy to know SQLite is actually used for something significant.  I&#039;ve been plenty happy with DBD::SQLite2 for the past few months, as it gives me that sort of instant database I often find I want in my apps without most of the hassles of having to deal with an &quot;actual&quot; database.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really happy to know SQLite is actually used for something significant.  I&#8217;ve been plenty happy with DBD::SQLite2 for the past few months, as it gives me that sort of instant database I often find I want in my apps without most of the hassles of having to deal with an &#8220;actual&#8221; database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
