<?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: Extract EXIF data using PHP to display GPS-tagged Images in Google Maps</title>
	<atom:link href="http://www.quietless.com/kitchen/extract-exif-data-using-php-to-display-gps-tagged-images-in-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietless.com/kitchen/extract-exif-data-using-php-to-display-gps-tagged-images-in-google-maps/</link>
	<description>The choreography of color and code</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:37:56 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon</title>
		<link>http://www.quietless.com/kitchen/extract-exif-data-using-php-to-display-gps-tagged-images-in-google-maps/comment-page-1/#comment-295</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 09 May 2010 13:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=373#comment-295</guid>
		<description>Sorry, but your blog removed the xml tags, trying with entity:

&lt;exif:GPSLatitude&gt;26,14.0798N&lt;/exif:GPSLatitude&gt;

becomes:

exif:GPSLatitude=”26,14.0798N”</description>
		<content:encoded><![CDATA[<p>Sorry, but your blog removed the xml tags, trying with entity:</p>
<p>&lt;exif:GPSLatitude&gt;26,14.0798N&lt;/exif:GPSLatitude&gt;</p>
<p>becomes:</p>
<p>exif:GPSLatitude=”26,14.0798N”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.quietless.com/kitchen/extract-exif-data-using-php-to-display-gps-tagged-images-in-google-maps/comment-page-1/#comment-294</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 09 May 2010 13:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=373#comment-294</guid>
		<description>You have to blame Adobe not Apple for messing up the exif. This happens only if you have GPS-Tags in your image file and safe it in Photoshop CS4 as a jpg. If you look at the image files in a text editor you&#039;ll see that for example in the tif:

26,14.0798N

simply becomes: 

exif:GPSLatitude=&quot;26,14.0798N&quot;

in the jpg. 
Unbeleavable, isn&#039;t it!</description>
		<content:encoded><![CDATA[<p>You have to blame Adobe not Apple for messing up the exif. This happens only if you have GPS-Tags in your image file and safe it in Photoshop CS4 as a jpg. If you look at the image files in a text editor you&#8217;ll see that for example in the tif:</p>
<p>26,14.0798N</p>
<p>simply becomes: </p>
<p>exif:GPSLatitude=&#8221;26,14.0798N&#8221;</p>
<p>in the jpg.<br />
Unbeleavable, isn&#8217;t it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/extract-exif-data-using-php-to-display-gps-tagged-images-in-google-maps/comment-page-1/#comment-203</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=373#comment-203</guid>
		<description>Thanks Phil for the clarification. I am attempting to modify the date value stored in the image which I just assumed is the same value that the filesystem uses to display the image&#039;s creation/modify date in the Finder. I guess I&#039;m confused as to what value inside the image the filesystem is using to display when the image was created/modified. I will take a closer look at the EXIF spec and update the post with any new discoveries. Thanks for commenting.</description>
		<content:encoded><![CDATA[<p>Thanks Phil for the clarification. I am attempting to modify the date value stored in the image which I just assumed is the same value that the filesystem uses to display the image&#8217;s creation/modify date in the Finder. I guess I&#8217;m confused as to what value inside the image the filesystem is using to display when the image was created/modified. I will take a closer look at the EXIF spec and update the post with any new discoveries. Thanks for commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Harvey</title>
		<link>http://www.quietless.com/kitchen/extract-exif-data-using-php-to-display-gps-tagged-images-in-google-maps/comment-page-1/#comment-202</link>
		<dc:creator>Phil Harvey</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=373#comment-202</guid>
		<description>You wrote: &quot;I have been unsuccessful in copying over the data that describes when the source image was created &amp; last modified.&quot;

If you are talking about the filesystem date/times (as opposed to information actually stored in the image), then exitool only has access to the file modification date (via the &quot;FileModifyDate&quot; tag).  ExifTool can not be used to access the filesystem creation date.</description>
		<content:encoded><![CDATA[<p>You wrote: &#8220;I have been unsuccessful in copying over the data that describes when the source image was created &amp; last modified.&#8221;</p>
<p>If you are talking about the filesystem date/times (as opposed to information actually stored in the image), then exitool only has access to the file modification date (via the &#8220;FileModifyDate&#8221; tag).  ExifTool can not be used to access the filesystem creation date.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
