<?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"
	>
<channel>
	<title>Comments on: EXIF Thumbnails and the AIR Bus Tour</title>
	<atom:link href="http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/</link>
	<description>On the desktop, on the web, on the device ... On the Platform</description>
	<pubDate>Wed,  7 Jan 2009 02:34:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-16625</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Mon, 17 Dec 2007 05:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-16625</guid>
		<description>Andrey,

Good catch!  

Thanks,
Kevin</description>
		<content:encoded><![CDATA[<p>Andrey,</p>
<p>Good catch!  </p>
<p>Thanks,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-16609</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Mon, 17 Dec 2007 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-16609</guid>
		<description>Kevin, it seems that you assumed here that App1 immediately follows SOI marker. Since you never know the order of App markers, this may work for some images and fail for all other.</description>
		<content:encoded><![CDATA[<p>Kevin, it seems that you assumed here that App1 immediately follows SOI marker. Since you never know the order of App markers, this may work for some images and fail for all other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-15862</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Tue, 11 Dec 2007 17:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-15862</guid>
		<description>Hey all,

I've made some slight improvements to the source, but nothing substantial enough to release.  The source still works with all my Canon DSLR images.  I would really like to port an existing library over to AS3, but just don't have the time.  Hopefully this proof of concept shows that it is possible, and the community will pick up the project.  For the time being, I'm afraid it has been shelved.

Thanks for your interest,
Kevin</description>
		<content:encoded><![CDATA[<p>Hey all,</p>
<p>I&#8217;ve made some slight improvements to the source, but nothing substantial enough to release.  The source still works with all my Canon DSLR images.  I would really like to port an existing library over to AS3, but just don&#8217;t have the time.  Hopefully this proof of concept shows that it is possible, and the community will pick up the project.  For the time being, I&#8217;m afraid it has been shelved.</p>
<p>Thanks for your interest,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Hamilton</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-15461</link>
		<dc:creator>Todd Hamilton</dc:creator>
		<pubDate>Sat, 08 Dec 2007 16:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-15461</guid>
		<description>I'm having no either, getting this to work with the most common jpeg files that come from most digital cameras. JFIF

Is this a dead thread or any updates or other ideas if this has been done successfully somewhere?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having no either, getting this to work with the most common jpeg files that come from most digital cameras. JFIF</p>
<p>Is this a dead thread or any updates or other ideas if this has been done successfully somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cavanagh</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-11017</link>
		<dc:creator>Chris Cavanagh</dc:creator>
		<pubDate>Wed, 14 Nov 2007 08:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-11017</guid>
		<description>Hi Kevin,

I gave your code a try in Flex 3.  I can grab thumbnails from a couple images, but for most it doesn't seem to find anything.  I've tried the same images with JHEAD and it manages to pull a thumbnail out...  Any idea what needs tweaking in the code?  I'm wondering if there's another tag we need to process (maybe some weird indirection in the EXIF data).

Basically the second time it sets 'entries', it's zero.  I tried temporarily commenting the 'idf1' stuff (to force it to loop all the entries - there were 10) but it didn't improve things.

Any help would be greatly appreciated :o)</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>I gave your code a try in Flex 3.  I can grab thumbnails from a couple images, but for most it doesn&#8217;t seem to find anything.  I&#8217;ve tried the same images with JHEAD and it manages to pull a thumbnail out&#8230;  Any idea what needs tweaking in the code?  I&#8217;m wondering if there&#8217;s another tag we need to process (maybe some weird indirection in the EXIF data).</p>
<p>Basically the second time it sets &#8216;entries&#8217;, it&#8217;s zero.  I tried temporarily commenting the &#8216;idf1&#8242; stuff (to force it to loop all the entries - there were 10) but it didn&#8217;t improve things.</p>
<p>Any help would be greatly appreciated :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jauder Ho</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-2347</link>
		<dc:creator>Jauder Ho</dc:creator>
		<pubDate>Sun, 29 Jul 2007 02:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-2347</guid>
		<description>It's also applicable to various RAW file formats (my interest is CR2). The other major chunk of interesting metadata would be IPTC. 

One of the nice things that would be nice to do now that I've started geotagging would be the ability to fuzzy fill IPTC location information such as city, state using GPS EXIF as a starting point. This would be of great help in streamlining of workflow.</description>
		<content:encoded><![CDATA[<p>It&#8217;s also applicable to various RAW file formats (my interest is CR2). The other major chunk of interesting metadata would be IPTC. </p>
<p>One of the nice things that would be nice to do now that I&#8217;ve started geotagging would be the ability to fuzzy fill IPTC location information such as city, state using GPS EXIF as a starting point. This would be of great help in streamlining of workflow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-1803</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Wed, 18 Jul 2007 03:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-1803</guid>
		<description>This code is specifically for EXIF data which is included by default in the output of JPEG files as created by most digital cameras.  I don't know what (if any) other format hold this additional data.</description>
		<content:encoded><![CDATA[<p>This code is specifically for EXIF data which is included by default in the output of JPEG files as created by most digital cameras.  I don&#8217;t know what (if any) other format hold this additional data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-1624</link>
		<dc:creator>Nilesh</dc:creator>
		<pubDate>Sun, 15 Jul 2007 17:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/07/06/exif-thumbnails-and-the-air-bus-tour/#comment-1624</guid>
		<description>Wow, Air can do that?! grate to know and learn, 

Yet I wonder this works with non JPEG images? 

for example tiff or psd formats

would AIR handle tiff images without issues?</description>
		<content:encoded><![CDATA[<p>Wow, Air can do that?! grate to know and learn, </p>
<p>Yet I wonder this works with non JPEG images? </p>
<p>for example tiff or psd formats</p>
<p>would AIR handle tiff images without issues?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
