<?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: Reading Exif data with ActionScript 3.0</title>
	<atom:link href="http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/</link>
	<description>avoid mickey mouse programming</description>
	<lastBuildDate>Tue, 05 Jul 2011 03:54:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6552</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 15 Apr 2011 19:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6552</guid>
		<description>You should offer the source for DL (just the  necessary .as files).  It&#039;s unnecessarily confusing to package it with all that other stuff in a .app file.

-Also, Thanks for the Class!</description>
		<content:encoded><![CDATA[<p>You should offer the source for DL (just the  necessary .as files).  It&#8217;s unnecessarily confusing to package it with all that other stuff in a .app file.</p>
<p>-Also, Thanks for the Class!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6540</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Sun, 03 Apr 2011 10:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6540</guid>
		<description>The source is bundled with the AIR app, download it and then right click for the source.</description>
		<content:encoded><![CDATA[<p>The source is bundled with the AIR app, download it and then right click for the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6523</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 15 Mar 2011 01:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6523</guid>
		<description>very cool! I don&#039;t see a link to the source code?</description>
		<content:encoded><![CDATA[<p>very cool! I don&#8217;t see a link to the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Shapiro</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6502</link>
		<dc:creator>Gareth Shapiro</dc:creator>
		<pubDate>Mon, 21 Feb 2011 10:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6502</guid>
		<description>Thank you for your library.  I am using it in an Air &#039;Photo Viewer&#039; application and it has helped me a lot.

Changes I have made are : 

Mainly streamlining so the class does not do work that I do not need.  For eg. load the thumbnail.  I only need MODEL and DATETIMEORIGINAL.

Changed 

stored[currentTag] = {};

to 

stored[currentTag] = processing;

so I can do 

__exif.getTagValue(	Exif.MODEL	).value

I discarded creating Naming as this prevented many object that were clogging up memory like HashItem.

rawData is also exposed in a public getter so I can use this to create my own thumb for the application.  No need to load the binary again as Exif has it.

This process happens over a few methods so I created some of my own properties so that Exif can carry them for me through this.

Finally I created a dispose() method to clean up as many things as possible from memory.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you for your library.  I am using it in an Air &#8216;Photo Viewer&#8217; application and it has helped me a lot.</p>
<p>Changes I have made are : </p>
<p>Mainly streamlining so the class does not do work that I do not need.  For eg. load the thumbnail.  I only need MODEL and DATETIMEORIGINAL.</p>
<p>Changed </p>
<p>stored[currentTag] = {};</p>
<p>to </p>
<p>stored[currentTag] = processing;</p>
<p>so I can do </p>
<p>__exif.getTagValue(	Exif.MODEL	).value</p>
<p>I discarded creating Naming as this prevented many object that were clogging up memory like HashItem.</p>
<p>rawData is also exposed in a public getter so I can use this to create my own thumb for the application.  No need to load the binary again as Exif has it.</p>
<p>This process happens over a few methods so I created some of my own properties so that Exif can carry them for me through this.</p>
<p>Finally I created a dispose() method to clean up as many things as possible from memory.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EXIF aus Bildern lesen - Flashforum</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6501</link>
		<dc:creator>EXIF aus Bildern lesen - Flashforum</dc:creator>
		<pubDate>Mon, 21 Feb 2011 09:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6501</guid>
		<description>[...] leider komm ich gar nicht von der stelle.  ich habe folgende themen und classes dazu gefunden: Reading Exif data with ActionScript 3.0 exif-as3 - Project Hosting on Google Code Exif library for AS3 DevStage: Extract JPG EXIF metadata [...]</description>
		<content:encoded><![CDATA[<p>[...] leider komm ich gar nicht von der stelle.  ich habe folgende themen und classes dazu gefunden: Reading Exif data with ActionScript 3.0 exif-as3 &#8211; Project Hosting on Google Code Exif library for AS3 DevStage: Extract JPG EXIF metadata [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judah</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6481</link>
		<dc:creator>judah</dc:creator>
		<pubDate>Mon, 14 Feb 2011 05:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6481</guid>
		<description>HI! I am also interested in the above topics of writing EXIF data. I don&#039;t need support to write all tags although some do but even a test of writing 1 tag would be helpful to learn. Thank you so much!</description>
		<content:encoded><![CDATA[<p>HI! I am also interested in the above topics of writing EXIF data. I don&#8217;t need support to write all tags although some do but even a test of writing 1 tag would be helpful to learn. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniela</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6445</link>
		<dc:creator>Daniela</dc:creator>
		<pubDate>Mon, 29 Nov 2010 14:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6445</guid>
		<description>Giorgio you&#039;re a god! :) Thank you very much for this library, it made my life so easier! I had to add a method because I wanted to work with an already loaded image, so I implemented a &quot;parseFromRawData(ba:ByteArray):void&quot; which initializes &quot;_dataloaded&quot; and &quot;rawData&quot; and invokes &quot;initParsing&quot;. It worked like a charm, but as I&#039;m a newbie on AS3 I&#039;m not sure if that&#039;s the right way to do it. By the way, can it read GPS data yet? I couldn&#039;t find any pictures with GPS data to test it with, but I would like to.

Thanks again for your great work :)</description>
		<content:encoded><![CDATA[<p>Giorgio you&#8217;re a god! <img src='http://www.mxml.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you very much for this library, it made my life so easier! I had to add a method because I wanted to work with an already loaded image, so I implemented a &#8220;parseFromRawData(ba:ByteArray):void&#8221; which initializes &#8220;_dataloaded&#8221; and &#8220;rawData&#8221; and invokes &#8220;initParsing&#8221;. It worked like a charm, but as I&#8217;m a newbie on AS3 I&#8217;m not sure if that&#8217;s the right way to do it. By the way, can it read GPS data yet? I couldn&#8217;t find any pictures with GPS data to test it with, but I would like to.</p>
<p>Thanks again for your great work <img src='http://www.mxml.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6340</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6340</guid>
		<description>Hi,

I&#039;m glad you like it, I&#039;m in the process to go deeper on the topic you mentioned...

:)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m glad you like it, I&#8217;m in the process to go deeper on the topic you mentioned&#8230;<br />
 <img src='http://www.mxml.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Hoverby</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6218</link>
		<dc:creator>Marcus Hoverby</dc:creator>
		<pubDate>Mon, 21 Jun 2010 13:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6218</guid>
		<description>Hi! 

Thanks for a great app. Have you seen any JPEG encoders in ActionScript that writes Exif data? The built-in encoder writes JPEGs using the JFIF format, not the Exif format.

Marcus</description>
		<content:encoded><![CDATA[<p>Hi! </p>
<p>Thanks for a great app. Have you seen any JPEG encoders in ActionScript that writes Exif data? The built-in encoder writes JPEGs using the JFIF format, not the Exif format.</p>
<p>Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-5831</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 23 Apr 2010 13:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-5831</guid>
		<description>Hi there,

thanks for your great sharing, when will you add the gps support?
im tried to did it on my own, here is what i get:

GPS TAG FOUND

current tag: 0x0 (0) type: 1 currentCount: 4 *** 514 ***

current tag: 0x0 (0) type: 1 currentCount: 131074 *** 0 ***

current tag: 0x4e (78) type: 0 currentCount: 327682 *** undefined ***

current tag: 0x3 (3) type: 0 currentCount: 6056 *** undefined ***

current tag: 0x3 (3) type: 2 currentCount: 2 *** E

current tag: 0x0 (0) type: 4 currentCount: 196613 *** 398458880 ***


the &quot;E&quot; is fine but how do i get the other values?

thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>thanks for your great sharing, when will you add the gps support?<br />
im tried to did it on my own, here is what i get:</p>
<p>GPS TAG FOUND</p>
<p>current tag: 0&#215;0 (0) type: 1 currentCount: 4 *** 514 ***</p>
<p>current tag: 0&#215;0 (0) type: 1 currentCount: 131074 *** 0 ***</p>
<p>current tag: 0&#215;4e (78) type: 0 currentCount: 327682 *** undefined ***</p>
<p>current tag: 0&#215;3 (3) type: 0 currentCount: 6056 *** undefined ***</p>
<p>current tag: 0&#215;3 (3) type: 2 currentCount: 2 *** E</p>
<p>current tag: 0&#215;0 (0) type: 4 currentCount: 196613 *** 398458880 ***</p>
<p>the &#8220;E&#8221; is fine but how do i get the other values?</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

