<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to print exif gps data on a photo?</title>
	<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo/</link>
	<description>Comments on Ask MetaFilter post How to print exif gps data on a photo?</description>
	<pubDate>Thu, 05 Apr 2012 10:58:46 -0800</pubDate>
	<lastBuildDate>Thu, 05 Apr 2012 11:28:28 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to print exif gps data on a photo?</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo</link>	
		<description>How do I print gps data pulled from EXIF data on a series of photos? I have about 65 photos that have GPS location data as part of the EXIF data. I&apos;d like to a) print that data on the photo (like some cameras used to datestamp images) and b) print a map showing where the photos were taken. &lt;br /&gt;&lt;br /&gt; I&apos;m on a mac, and have iphoto, lightroom 3&amp;amp;4 or CS5 to work with. I&apos;ve done a lot of googling and can&apos;t figure out how to automate this process. Watermarking in LR doesn&apos;t seem to allow for variables, neither the map module in LR4 nor the locations module iPhoto allow for overlaying the data on the photos or printing the map that it displays.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.212261</guid>
		<pubDate>Thu, 05 Apr 2012 10:58:46 -0800</pubDate>
		<dc:creator>gofargogo</dc:creator>
		
			<category>gps</category>
		
			<category>geoencoding</category>
		
			<category>photography</category>
		
			<category>osx</category>
		
	</item>
	<item>
		<title>By: gyusan</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3062441</link>	
		<description>The &lt;a href=&quot;http://www.photographers-toolbox.com/products/lrmogrify2.php?sec=main&quot;&gt;Morgify&lt;/a&gt; plugin for Lightroom will overlay text annotations to images &lt;em&gt;upon export&lt;/em&gt;. You can specify text from an embedded metadata field - exif data, for example -  including gps data. I use this plugin to overlay a text trip on the bottom of some of the images I send to faculty - usually annotations I pull from Iptc metadata.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3062441</guid>
		<pubDate>Thu, 05 Apr 2012 11:28:28 -0800</pubDate>
		<dc:creator>gyusan</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3062443</link>	
		<description>If you&apos;re up to some scripting from the command line you could use &lt;a href=&quot;http://en.wikipedia.org/wiki/ImageMagick&quot;&gt;ImageMagick&lt;/a&gt; for at least the first part, one command &lt;a href=&quot;http://www.imagemagick.org/script/escape.php&quot;&gt;like this&lt;/a&gt; to get the data and &lt;a href=&quot;http://www.imagemagick.org/Usage/annotating/&quot;&gt;another&lt;/a&gt; to generate corresponding text in the photo.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3062443</guid>
		<pubDate>Thu, 05 Apr 2012 11:30:54 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3062447</link>	
		<description>Oh, and it looks like gyusan&apos;s Mogrify plugin uses ImageMagick behind the curtain, so that&apos;s probably the easiest way to go.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3062447</guid>
		<pubDate>Thu, 05 Apr 2012 11:33:08 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: gofargogo</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3062529</link>	
		<description>Perfect! Morgify is exactly what I needed for the first part. Thanks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3062529</guid>
		<pubDate>Thu, 05 Apr 2012 13:03:54 -0800</pubDate>
		<dc:creator>gofargogo</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3062544</link>	
		<description>If I was going to write a little script to do the 2nd part, I might use the &lt;a href=&quot;http://www.gpsvisualizer.com/map_input?form=jpg&quot;&gt;GPS Visualizer&lt;/a&gt; web site and then glue the resulting map onto the image with an ImageMagick command.  It doesn&apos;t look like that site is designed to be automated, though, so it might take some hacking.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3062544</guid>
		<pubDate>Thu, 05 Apr 2012 13:18:12 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: Nelson</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3062552</link>	
		<description>Huh, I&apos;m surprised there&apos;s no printing from the Lightroom 4 map. For a one off I&apos;d just take a screenshot and print that, but that&apos;s a bit weak.&lt;br&gt;
&lt;br&gt;
Jeffrey Freidl&apos;s excellent &lt;a href=&quot;http://regex.info/blog/lightroom-goodies/gps&quot;&gt;geocoding plugin for Lightroom&lt;/a&gt; doesn&apos;t have a print option I could find, but it does have the ability to export photos to a KMZ that you can then print from Google Earth or, with a bit of work, print from your mapping app of choice. Here&apos;s &lt;a href=&quot;http://dl.dropbox.com/u/24772043/photos.kmz&quot;&gt;a sample of some of my photos&lt;/a&gt; with default options; the plugin has a lot of configurability in the KMZ export.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3062552</guid>
		<pubDate>Thu, 05 Apr 2012 13:31:41 -0800</pubDate>
		<dc:creator>Nelson</dc:creator>
	</item><item>
		<title>By: -harlequin-</title>
		<link>http://ask.metafilter.com/212261/How-to-print-exif-gps-data-on-a-photo#3064068</link>	
		<description>&lt;a href=&quot;http://contour.com/software/storyteller&quot;&gt;StoryTeller&lt;/a&gt; is Contour&apos;s software that can make maps from the GPS output of their cameras, but since they make both the cameras and the software (and the cameras are primarily used for video) I have no idea if it works using the usual standards or if they rolled their own. But it&apos;s a free download if you have the time to try.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.212261-3064068</guid>
		<pubDate>Sat, 07 Apr 2012 00:57:43 -0800</pubDate>
		<dc:creator>-harlequin-</dc:creator>
	</item>
	</channel>
</rss>
