<?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"
	>

<channel>
	<title>dharma blues &#187; Adobe</title>
	<atom:link href="http://www.dharma-blues.com/eng/category/tech/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dharma-blues.com/eng</link>
	<description>A transsiberian odyssey of the mind</description>
	<pubDate>Sat, 03 Jan 2009 15:58:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Hierarchical Keyword Madness in Digital Photos</title>
		<link>http://www.dharma-blues.com/eng/2008/09/04/hierarchical-keyword-madness-in-digital-photos/</link>
		<comments>http://www.dharma-blues.com/eng/2008/09/04/hierarchical-keyword-madness-in-digital-photos/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 18:12:26 +0000</pubDate>
		<dc:creator>zakoops</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Lightroom]]></category>

		<category><![CDATA[Picasa]]></category>

		<guid isPermaLink="false">http://www.dharma-blues.com/eng/?p=24</guid>
		<description><![CDATA[Digital asset management (DAM) is becoming a hot topics these days. When you're having thousands of photos on your system and that you want tagging your souvenirs, you wish to do that once as it is quite a tedious job.]]></description>
			<content:encoded><![CDATA[<h2>Context</h2>
<p>Digital Asset Management (DAM) is becoming a hot topics these days. When you&#8217;re having thousands of photos on your system and that you want tagging your <em>souvenirs</em>, you wish to do that <strong>once</strong> as it is quite a tedious job.</p>
<p>But you do not necessarily want a large bunch of tags for the same reason that having a lot of sister folders on your system does not help. More probably, you will want to <strong>nest</strong> these folders in an orderly manner.</p>
<p>For instance, instead of having your photos tagged as « Maricler, California, San Francisco, trees, streets and sidewalks », you may want instead having:</p>
<pre><strong>people</strong>
   <strong>Maricler</strong>
<strong>USA</strong>
   <strong>California</strong>
      <strong>San Francisco</strong>
      Los Angeles
      Santa Barbara
<strong>nature</strong>
   <strong>trees</strong>
<strong>city</strong>
   <strong>streets and sidewalks</strong></pre>
<p> <br />
<a href="http://www.dharma-blues.com/eng/wp-content/uploads/2008/09/img_2958.jpg"></a></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-25 aligncenter" title="Maricler on Haight Street" src="http://www.dharma-blues.com/eng/wp-content/uploads/2008/09/img_2958.jpg" alt="" width="482" height="542" /></p>
<h2>Tools</h2>
<p>In the realm of digital photos, some popular applications that enable photo tagging are:</p>
<p><a href="http://picasa.google.com/download_picasa.html">Picasa 2.7</a><br />
<a href="http://picasa.google.com/support/bin/answer.py?answer=93773"> Picasa 3 (beta)</a><br />
<a href="http://get.live.com/en-us/betas/photogallery_betas"> Microsoft Windows Live Photo Gallery</a><br />
<a href="http://www.microsoft.com/prophoto/downloads/tools.aspx"> Microsoft Pro Photo Tools</a><br />
<a href="http://www.microsoft.com/prophoto/expressionmedia2/default.aspx">Microsoft Expression Media 2</a><br />
<a href="http://www.adobe.com/products/photoshopelwin/"> Adobe Photoshop Elements (versions 5, 6 and probably 7)</a><br />
<a href="http://www.adobe.com/products/photoshoplightroom/"> Adobe Photoshop Lightroom 2</a></p>
<p>But now, you have to read that carefully:</p>
<blockquote><p><strong>Your tagging system will <span style="text-decoration: underline;">not</span> survive the tools that use proprietary catalogs to store your tags</strong></p></blockquote>
<p>As I said, you want tagging your thousands of photos only <strong>once</strong>. Fortunately, standards exist that permit you to <strong>embed</strong> these tags <strong>directly into</strong> your jpeg images. You may not have noticed but a lot of information is already inserted into your photo files. For example, your digital camera will include that kind of information in your jpeg files (extract only):</p>
<pre>&lt;exif:ExifVersion&gt;0220&lt;/exif:ExifVersion&gt;
&lt;exif:ExposureTime&gt;1/320&lt;/exif:ExposureTime&gt;
&lt;exif:ShutterSpeedValue&gt;8321928/1000000&lt;/exif:ShutterSpeedValue&gt;
&lt;exif:FNumber&gt;56/10&lt;/exif:FNumber&gt;
&lt;exif:ApertureValue&gt;4970854/1000000&lt;/exif:ApertureValue&gt;
&lt;exif:DateTimeOriginal&gt;2007-10-06T18:49:18-04:00&lt;/exif:DateTimeOriginal&gt;
&lt;exif:DateTimeDigitized&gt;2007-10-06T18:49:18-04:00&lt;/exif:DateTimeDigitized&gt;
...
&lt;/exif:Flash&gt;
&lt;exif:FlashpixVersion&gt;0100&lt;/exif:FlashpixVersion&gt;
&lt;exif:ColorSpace&gt;1&lt;/exif:ColorSpace&gt;
&lt;exif:ComponentsConfiguration&gt;
&lt;rdf:Seq&gt;
   &lt;rdf:li&gt;1&lt;/rdf:li&gt;
   &lt;rdf:li&gt;2&lt;/rdf:li&gt;
   &lt;rdf:li&gt;3&lt;/rdf:li&gt;
   &lt;rdf:li&gt;0&lt;/rdf:li&gt;
&lt;/rdf:Seq&gt;
&lt;/exif:ComponentsConfiguration&gt;
&lt;exif:CompressedBitsPerPixel&gt;5/1&lt;/exif:CompressedBitsPerPixel&gt;</pre>
<p> </p>
<p>And along with this kind of information, your tags can also be embedded in a likewise manner.</p>
<p>If you just want a bunch (or bag) of tags, you are probably fine. Problems start when you want hierarchical tags!</p>
<h2>Hierarchical tags</h2>
<p><em>Semi</em>-standards appear to exist for preserving hierarchical tags. For instance, Microsoft is suffering from a kind of disorderliness as Expression Media 2 uses the symbol « | » as a tag separator to reflect hierarchy whereas the popular Windows Live Photo Gallery will use « / » (&#8230;). The default in Adobe Lightroom will retain the « | » symbol.</p>
<p>Just to have fun, look at this short extract from the <em>metadata</em>  section embedded in a sample picture (original tags in French):</p>
<pre>&lt;rdf:Description rdf:about=""
    xmlns:dc="http://purl.org/dc/elements/1.1/"&gt;
 &lt;dc:title&gt;
    &lt;rdf:Alt&gt;
       &lt;rdf:li xml:lang="x-default"&gt;Maricler sur Haight Street&lt;/rdf:li&gt;
    &lt;/rdf:Alt&gt;
 &lt;/dc:title&gt;
 &lt;dc:subject&gt;
    &lt;rdf:Bag&gt;
       &lt;rdf:li&gt;Californie&lt;/rdf:li&gt;
       &lt;rdf:li&gt;Maricler&lt;/rdf:li&gt;
       &lt;rdf:li&gt;San Francisco&lt;/rdf:li&gt;
       &lt;rdf:li&gt;USA&lt;/rdf:li&gt;
       &lt;rdf:li&gt;arbres&lt;/rdf:li&gt;
       &lt;rdf:li&gt;lieux&lt;/rdf:li&gt;
       &lt;rdf:li&gt;nature&lt;/rdf:li&gt;
       &lt;rdf:li&gt;pays&lt;/rdf:li&gt;
       &lt;rdf:li&gt;personnes&lt;/rdf:li&gt;
       &lt;rdf:li&gt;rues et trottoirs&lt;/rdf:li&gt;
       &lt;rdf:li&gt;règne végétal&lt;/rdf:li&gt;
       &lt;rdf:li&gt;thèmes&lt;/rdf:li&gt;
       &lt;rdf:li&gt;urbains&lt;/rdf:li&gt;
    &lt;/rdf:Bag&gt;
 &lt;/dc:subject&gt;
 &lt;dc:description&gt;

&lt;rdf:Description rdf:about=""
    xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0"&gt;
 &lt;MicrosoftPhoto:LastKeywordXMP&gt;
    &lt;rdf:Bag&gt;
       &lt;rdf:li&gt;personnes/Maricler&lt;/rdf:li&gt;
       &lt;rdf:li&gt;lieux/pays/USA/Californie/San Francisco&lt;/rdf:li&gt;
       &lt;rdf:li&gt;thèmes/nature/règne végétal/arbres&lt;/rdf:li&gt;
       &lt;rdf:li&gt;thèmes/lieux/urbains/rues et trottoirs&lt;/rdf:li&gt;
    &lt;/rdf:Bag&gt;
 &lt;/MicrosoftPhoto:LastKeywordXMP&gt;
&lt;/rdf:Description&gt;

&lt;rdf:Description rdf:about=""
    xmlns:lr="http://ns.adobe.com/lightroom/1.0/"&gt;
 &lt;lr:hierarchicalSubject&gt;
    &lt;rdf:Bag&gt;
       &lt;rdf:li&gt;lieux|pays|USA|Californie|San Francisco&lt;/rdf:li&gt;
       &lt;rdf:li&gt;personnes|Maricler&lt;/rdf:li&gt;
       &lt;rdf:li&gt;thèmes|lieux|urbains|rues et trottoirs&lt;/rdf:li&gt;
       &lt;rdf:li&gt;thèmes|nature|règne végétal|arbres&lt;/rdf:li&gt;
    &lt;/rdf:Bag&gt;
 &lt;/lr:hierarchicalSubject&gt;
&lt;/rdf:Description&gt;</pre>
<p> </p>
<p>For those of you having a codewise mentality, it&#8217;s not too hard to understand that a complete mess resides in this metadata. For instance, the last section of this extract is issued by Adobe Lightroom 2 (despite the « lightroom/1.0 » appearing in the xmlns). When you want to save the metadata of an image, Lightroom 2.0 will put the above information in your jpeg file. For sure, Microsoft Expression Media 2 will understand and show the tag hierarchy properly. But <strong>not</strong> so with Microsoft Windows Live Photo Gallery nor with the quite recent Pro Photo Tools.</p>
<p>In fact, Lightroom 2.0 will issue a bunch of those tags (without hierarchical information) for the rest of the universe that does not see the symbol « | » as a keyword (tag) separator.</p>
<p>On the other hand, Picasa 3 seems to be agnostic in this regard. It has a new feature hidden in the menu &#8220;Tools/Experimental/Show tag as album&#8230;&#8221; that will show &#8220;tag/subtag1/sub-subtag2&#8243; as well as &#8221;tag|subtag1/sub-subtag2&#8243; without any complaint, but not really in a serviceable manner.</p>
<h2>Why fussing about this matter?</h2>
<p>In our family, we have 2 desktops and one laptop (all PCs) linked to a network attached storage (NAS) <a href="http://www.apple.com/timecapsule/">Apple Time Capsule</a> (works well by the way!). </p>
<p>Should my wife decide to tag a photo, I want to be informed of that on <strong>my</strong> system or on the laptop. But if our tagging system is dependent of a proprietary catalog, I will not be able to see that change unless there is a way to share that catalog, which is quite difficult with the actual applications. But if we know that the photo has been tagged <strong>inside the image file</strong> then everything is fine as the information for that photo (tags, caption, title, author, etc&#8230;) <strong>will travel</strong> whatever the application we use.</p>
<p>That&#8217;s why <a href="http://en.wikipedia.org/wiki/Digital_asset_management">Digital Asset Management</a> (DAM) is important. You work <strong>once</strong> for a said photo and that&#8217;s all.</p>
<p>In the meantime, big players in the field will have to talk together to synchronize their acts.</p>
<p>Should you have any recommendation for those of you who had to battle with this tag madness, do not hesitate to leave your comments —as I&#8217;m still pending on this matter!</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dharma-blues.com/eng/2008/09/04/hierarchical-keyword-madness-in-digital-photos/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
