<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>High Earth Orbit &#187; Photography</title>
	<atom:link href="http://highearthorbit.com/category/art/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<lastBuildDate>Mon, 09 Aug 2010 13:08:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pixelated Geography</title>
		<link>http://highearthorbit.com/pixelated-geography/</link>
		<comments>http://highearthorbit.com/pixelated-geography/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 14:59:19 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geo]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/pixelated-geography/</guid>
		<description><![CDATA[
Outside Winnipeg
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.ca/maps?ie=UTF8&#038;oe=UTF-8&#038;hl=en&#038;q=vancouver&#038;f=q&#038;om=1&#038;z=10&#038;ll=49.399356,-97.5737&#038;spn=0.462944,1.440582&#038;t=k&#038;iwloc=addr"><img id="image727" src="http://highearthorbit.com/wp-content/uploads/2007/02/pixelatedgeography.JPG" alt="Pixelated Geography" width="450px" /><br />
Outside Winnipeg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/pixelated-geography/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>49.399356 -97.5737</georss:point>
	</item>
		<item>
		<title>MachineTags aka TripleTags in Flickr</title>
		<link>http://highearthorbit.com/machinetags-aka-tripletags-in-flickr/</link>
		<comments>http://highearthorbit.com/machinetags-aka-tripletags-in-flickr/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 17:37:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/machinetags-aka-tripletags-in-flickr/</guid>
		<description><![CDATA[It used to be just about sharing photos with friends, but now its so, so much more than that. 
Flickr announces Machine Tags, (via Mikel) which is formal support within Flickr&#8217;s database and API for what are also known as TripleTags, namespace:predicate=value.
Example:

geotagged
geo:lat=43.245
geo:lon=-83.211

The idea was to add some specific meaning to a set of data (photo) [...]]]></description>
			<content:encoded><![CDATA[<p>It used to be just about sharing photos with friends, but now its so, so much more than that. </p>
<p><a href="http://www.flickr.com/groups/api/discuss/72157594497877875/">Flickr announces Machine Tags</a>, (via <a href="http://brainoff.com/weblog/2007/01/25/1224">Mikel</a>) which is formal support within Flickr&#8217;s database and API for what are also known as TripleTags, <code>namespace:predicate=value</code>.</p>
<p>Example:<br />
<code><br />
geotagged<br />
geo:lat=43.245<br />
geo:lon=-83.211<br />
</code></p>
<p>The idea was to add some specific meaning to a set of data (photo) in a way that was accessible to the user through the user interface. Savvy types would add keywords to the EXIF Metadata, but this is tedious, and this metadata is often stripped out when using some image conversion utilities for resizing/cropping/etc. Therefore, soon after the popularization of folksonomy, users found a way to also add &#8217;semantic&#8217; data. </p>
<p>However, this usage, while working, was not inherently supported. People used it as a way to find all their &#8216;geotagged&#8217; photos, or photos of forests, and so on. But parsing them and dealing with them was sometimes a pain from the developer perspective, and it also made a mess of your tag clouds or tag listings as you had all these one-time-use tags for the specific lat/lon point.</p>
<p>Now that Flickr internally supports machine tags in a good way, developers can really start using this as a way to attach arbitrary metadata to any data item (photo, etc.) <a href="http://geobloggers.com/archives/2007/01/24/offtopic-ish-flickr-ramps-up-triple-tag-support/">Dan Catt</a> gives a good discussion on what it all means and how it can be used. </p>
<p>I wonder if a <a href="http://microformats.org">Microformats</a>-like impromptu standards body will pop-up to help formalize the namespaces and predicates. Why &#8216;geotagged&#8217; and not &#8216;geolocated&#8217;, &#8216;geo&#8217;, &#8216;geomarked&#8217;, etc? While free-form naming is nice &#8211; so very <em>extensible</em>, being able to use a common vocabulary would also be nice. </p>
<p>Perhaps just accomodating current standards and applying them to the machine tags would be good without requiring any additional work. I&#8217;m thinking like <code>hcard:fn=andrewturner, hcard:url=http://highearthorbit.com, hcard:phone=555-1212</code>, etc.</p>
<h3>You the developer</h3>
<p>So, the end result to the developer is to check out the additional parameters to the <a href="http://www.flickr.com/services/api/flickr.photos.search.html">Flickr search method</a> in the API. There is now a <code>machine_tags</code> optional parameter that allows you to search by namespace, predicate, or value and use boolean constructions for these parameters.</p>
<p>Dan Catt even references Spimes as an excellent example of why machine tags can really empower devices, especially sensored/automated ones. And now that Flickr has no limits on uploads, you can create frequent update-rate sensored images.</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/flickr" title="See the Technorati tag page for 'flickr'." rel="tag">flickr</a>, <a href="http://technorati.com/tag/semantic" title="See the Technorati tag page for 'semantic'." rel="tag">semantic</a>, <a href="http://technorati.com/tag/geo" title="See the Technorati tag page for 'geo'." rel="tag">geo</a>, <a href="http://technorati.com/tag/tags" title="See the Technorati tag page for 'tags'." rel="tag">tags</a>, <a href="http://technorati.com/tag/photography" title="See the Technorati tag page for 'photography'." rel="tag">photography</a>, <a href="http://technorati.com/tag/" title="See the Technorati tag page for ''." rel="tag"></a></p>]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/machinetags-aka-tripletags-in-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geotagging Flickr photos &#8211; the right way</title>
		<link>http://highearthorbit.com/geotagging-flickr-photos-the-right-way/</link>
		<comments>http://highearthorbit.com/geotagging-flickr-photos-the-right-way/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 19:21:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[Geo]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/geotagging-flickr-photos-the-right-way/</guid>
		<description><![CDATA[When Flickr added built-in mapping of photos, many rejoiced. However, it can be tedious to go through hundreds/thousands of photos and dropping them on a map. The User Interface for the Flickr Maps is really great &#8211; however, with this many photos, it would just take forever. 
In addition, your photos are only geotagged in [...]]]></description>
			<content:encoded><![CDATA[<p>When Flickr added built-in mapping of photos, many rejoiced. However, it can be tedious to go through hundreds/thousands of photos and dropping them on a map. The User Interface for the Flickr Maps is really great &#8211; however, with this many photos, it would just take forever. </p>
<p>In addition, your photos are only geotagged in Flickr &#8211; and therefore not easily usable outside the service. The better way to geotag your photos is to actually write the Geo data to the EXIF of the photo. Then the metadata is carried around with the photo itself (until you pass it through some mean, metadata chomping machine like Photoshop). </p>
<p>The way I geotag my photos is to first get the coordinates of photos:</p>
<ol>
<li>Carry around a GPS and store the tracks as GPX files &#8211; then you can mesh the GPS with the photos using <a href="http://wwmx.org/" title="WorldWide Media Exchange">WWMX</a> (Windows), <a href="http://oregonstate.edu/~earlyj/gpsphotolinker/" title="GPSPhotoLinker Homepage">GPSPhotoLinker</a> (Mac), or various scripts in Linux (fend for yourself, but <a href="http://lists.burri.to/pipermail/geowanking/2004-April/000797.html" title="Geowankers Mail Archive">check the geowankers mail archive</a>)</li>
<li>Mark GPS Waypoints &#8211; or lookup addresses of locations and use MultiMap to get the latitude/longitude of these points</li>
<li>Guess</li>
</ol>
<p>After I&#8217;ve either meshed up my coordinates, or have a list of locations, I fire up <a href="http://highearthorbit.com/set-latitude-longitude-in-iview-media-pro/" title="HighEarthOrbit: Set Latitude &#038; Longitude of photos in iView Media Pro" rel="me">iView Media Pro</a>, or <a href="http://highearthorbit.com/289/" title="HighEarthOrbit: Writing iPhoto Exif Data" rel="me">iPhoto</a>, and use my Applescript scripts in addition to <a href="http://highearthorbit.com/exiftool-is-easy-to-use/" title="HighEarthOrbit: ExifTool is easy to use" rel="me">ExifTool</a> to actually write the GPS metadata. Because photo editing applications (like the aforementioned Photoshop) are usually very mean and don&#8217;t restore geo-metadata on edit and save, I suggest you edit all your photos first, and apply the geo Exif as the <em>last step</em> before uploading. </p>
<p><a href="http://highearthorbit.com/wp-content/uploads/2006/09/flickr_geoenable.png" target="_new" title="Flickr Enable Geo Exif"><img src="http://highearthorbit.com/wp-content/uploads/2006/09/flickr_geoenable.thumbnail.png" align="right" hspace="5px" vspace="5px"/></a>Now that you&#8217;re going to upload your photos, you first need to make sure Flickr uses these geotags for actual mapping. <a href="http://www.flickr.com/account/geo/exif" title="Flickr Geo Exif Enable">Enable Flickr to read your Geo EXIF tags</a>. If you already have uploaded photos with geo-coordinates in the Exif data, Flickr will add these to the map (after a short wait &#8211; queueing and all). </p>
<p>You can <a href="http://www.flickr.com/photos/ajturner/map/" title="Andrew Turner's Flickr Photo Map" rel="me">my Flickr Photo Map</a>, and you should go take some photographs! (especially for <a href="http://pentaxium.webvision.co.za/" title="Pentaxium homepage">Pentax Day</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/geotagging-flickr-photos-the-right-way/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flickr Mapping &#8211; baked in Goodness</title>
		<link>http://highearthorbit.com/flickr-mapping-baked-in-goodness/</link>
		<comments>http://highearthorbit.com/flickr-mapping-baked-in-goodness/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 11:33:29 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/flickr-mapping-baked-in-goodness/</guid>
		<description><![CDATA[The idea of geotagging photos is not new. With the huge swell of interest around mapping when the GoogleMaps API came out, very quickly people starting mashing up Flickr &#038; Maps. Flickr even hired Dan Catt of GeoBloggers quite awhile ago.
YahooFlickr finally released their built-in mapping tools. 
Here&#8217;s how their mapping works:

Go to &#8220;Organize&#8221; your [...]]]></description>
			<content:encoded><![CDATA[<p>The idea of geotagging photos is not new. With the huge swell of interest around mapping when the GoogleMaps API came out, very quickly people starting mashing up <a href='http://panoramio.com' title='Panoramio' rel='met'>Flickr</a> &#038; <a href='http://www.flickrmap.com/' title='FlickrMap'>Maps</a>. Flickr even hired Dan Catt of <a href='http://geobloggers.com'>GeoBloggers</a> quite awhile ago.</p>
<p><strike>Yahoo</strike>Flickr finally <a href='http://blog.flickr.com/flickrblog/2006/08/great_shot_wher.html'>released their built-in mapping</a> tools. </p>
<p>Here&#8217;s how their mapping works:</p>
<ol>
<li>Go to &#8220;Organize&#8221; your photos, and then select the &#8220;Map&#8221; tag</li>
<li>Answer the Privacy question &#8211; location privacy will become more of an issue with the rise of social location tracking, geotagging, etc.</li>
<li>Flickr sees if you have any existing geotagged photos and places them &#8211; it appears to just use photos that have been tagged with <code>geotagged</code> and not read the location information if it is embedded in the EXiF. Hopefully that is something that will change</li>
<li>Drag photos from the bottom well onto the map. Make sure to place the round button below the photo thumbnail. You can then add more photos to this <em>stack</em> of photos at a location. Also, place photos by the subject matter, not <em>where</em> you took the photo from. If I&#8217;m looking for the Eiffel tower photos, I don&#8217;t want to see it placed down the Champs d&#8217;Elysee</li>
<li>Photos now have a &#8220;Map&#8221; link below them on the photos page. You can also explore photos near where your photos were taken &#8211; so very <em>social</em>
</ol>
<p>Overall it&#8217;s a very good user experience. It&#8217;s nice now that mapping is baked-right-into Flickr, which means quicker adoption rate, and easier to get going with your mapping (rather than being relegated to various mapping <a href='http://oregonstate.edu/~earlyj/gpsphotolinker/' title='Mac OSX GPS Photo Linker'>utilities</a> and <a href='http://highearthorbit.com/set-latitude-longitude-in-iview-media-pro/' title='' rel='me'>scripts</a>)</p>
<p>A couple of things I hope Flickr adds very soon:</p>
<ol>
<li><a href='http://georss.org' title='GeoRSS Homepage' rel='contact'>GeoRSS</a> output in the feeds</li>
<li>Add <a href='http://microformats.org/wiki/geo' title='Microformats Wiki: Geo'>Microformats:geo</a> to the photo descriptions</li>
<li>Markup the location description of each photo in <a href='http://microformats.org/wiki/adr' title='Microformats Wiki: Adr'>Microformats:adr</a> format.</li>
<li>Parse the Geo Exif tags in photos</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/flickr-mapping-baked-in-goodness/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EXIF NewsCodes</title>
		<link>http://highearthorbit.com/exif-newscodes/</link>
		<comments>http://highearthorbit.com/exif-newscodes/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 04:30:47 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/exif-newscodes/</guid>
		<description><![CDATA[Its typical, you get a nice camera (or two), go on a couple of trips, and you&#8217;ve very quickly created gigabytes of photographs that you then need to sort through. Automator doesn&#8217;t quite have the ability to bring in Riya for marking the people in your photos, or rating their quality, so you spend your [...]]]></description>
			<content:encoded><![CDATA[<p>Its typical, you get a nice camera (or two), go on a couple of trips, and you&#8217;ve very quickly created gigabytes of photographs that you then need to sort through. Automator doesn&#8217;t quite have the ability to bring in Riya for marking the people in your photos, or rating their quality, so you spend your Sunday afternoon just marking, annotating, rating, deleting, aligning, color-correcting, sharpening, etc.</p>
<p>I&#8217;m using iView Media Pro, and always wondered about the <em>Subject</em> and <em>Scene</em> options in the Metadata. <abbr title='iView Media Pro'>iVMP has <strong>the</strong> best metadata editing I&#8217;ve found in any </abbr><abbr title='Digital Asset Management'>DAM</abbr>. There just seem to be perhaps <em>too</em> many metadata options.</p>
<p>Turns out there is this whole <em>history</em> to photography. In fact, there are 28 groups of terms called <a href='http://groups.yahoo.com/group/newscodes/'>NewsCodes</a> that are used to help fully annotate media. These NewsCodes might specify that a media archive is of &#8220;cartoon&#8221;, &#8220;criminal&#8221;, &#8220;nightclub&#8221;, or &#8220;derivative securities&#8221; and that the location was &#8220;underwater&#8221;, &#8220;aerial&#8221;, &#8220;rear view&#8221;, or &#8220;offbeat&#8221;. The <a href='http://www.iptc.org/NewsCodes/'>IPTC NewsCodes</a> offer a complete listing of the currently suggested vocabulary. And they&#8217;re ever so thoughtful to offer a <em>Windows</em> program for viewing and saving the NewsML files.</p>
<p><abbr title='iView Media Pro'>iVMP</abbr> allows you to easily bring in Vocabularies like the <a href='http://www.iptc.org/NewsCodes/'>IPTC NewsCodes</a>, except in simple text format. They&#8217;re easy to manipulate, and I&#8217;ve formatted the <a href='http://highearthorbit.com/files/IPTC_Scene.txt' title='IPTC Scene Vocabulary for iView Media Pro'>Scene</a> and <a href='http://highearthorbit.com/files/IPTC_Subject_Code.txt' title='IPTC Subject Code Vocabulary for iView Media Pro'>Subject Code</a> files that you can drop into (remove the underscores, or merge the files into your existing vocabulary files):</p>
<p><code>~/Library/Application Support/iView/Plug-ins/Vocabulary/Default/</code></p>
<p>Maybe I&#8217;ll put together a quick viewer or formatting utility if there&#8217;s interest.  </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/exif-newscodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eye-Fi &#8211; gps camera, easy</title>
		<link>http://highearthorbit.com/eye-fi-gps-camera-easy/</link>
		<comments>http://highearthorbit.com/eye-fi-gps-camera-easy/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 23:38:02 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/eye-fi-gps-camera-easy/</guid>
		<description><![CDATA[Eye-Fi produces a card, Eye-Film, that is an SD card that can geolocate photos taken on it. This is an incredibly smart and easy way to add location to photos and still use any camera you choose. It does this by measuring the Wifi signals in the area and talking to Loki (no, not that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eye.fi/" title="Eye-Fi homepage">Eye-Fi</a> produces a card, Eye-Film, that is an SD card that can geolocate photos taken on it. This is an incredibly smart and easy way to add location to photos and still use any camera you choose. It does this by measuring the Wifi signals in the area and talking to <a href="http://loki.com" title="Loki homepage">Loki</a> (no, not <a href="http://en.wikipedia.org/wiki/Loki" title="Loki on Wikipedia">that one</a>) </p>
<p>Unfortunately, it&#8217;s not available until Fall 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/eye-fi-gps-camera-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forest Images Registry Project</title>
		<link>http://highearthorbit.com/forest-images-registry-project/</link>
		<comments>http://highearthorbit.com/forest-images-registry-project/#comments</comments>
		<pubDate>Mon, 27 Mar 2006 16:23:53 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/forest-images-registry-project/</guid>
		<description><![CDATA[Awhile ago I created a GoogleMaps template for posting location stories on BlogSpot, such is GreenerEarth. 
I recently put together another project, the Forest Images Registry Project (or F.I.R.), for GreenerMagazine in conjunction with Dirty Greek and SustainaBlog.  This project is a response to the recent US Government decision to approve the sale of [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://highearthorbit.com/how-to-create-geolocated-posts-in-blogger/'>Awhile ago</a> I created a GoogleMaps template for posting location stories on BlogSpot, such is <a href='http://greenerearth.blogspot.com/'>GreenerEarth</a>. </p>
<p><a target="new" href="http://www.forestimages.org" target="_blank"><img title="Forest Images Registry Project" alt="Forest Images Registry Project" border="0" src="http://thegreencuttingboard.blogspot.com/FIR-Tree.gif" align='right' hspace='5px' vspace='5px'/></a>I recently put together another project, the <a href='http://forestimages.org'>Forest Images Registry Project</a> (or F.I.R.), for <a href='greenermagazine.blogspot.com/'>GreenerMagazine</a> in conjunction with <a href='http://www.dirtygreek.org/'>Dirty Greek</a> and <a href='http://sustainablog.blogspot.com/'>SustainaBlog</a>.  This project is a response to the recent US Government decision to approve the sale of US National Forest lands to raise money for rural buildings. See the recent <a href='http://www.enn.com/press.html?id=269+'>Environmental News Network press release</a>.</p>
<p>The FIR is to gather photographs and stories of visitors to these wonderful forests before they&#8217;re gone and to hopefully raise public awareness of the situation and contact their government representative with the citizen&#8217;s viewpoints.<br />
If you would like to contribute images, check out the <a href='http://blog.forestimages.org/'>Forest Images Blog</a> and join the <a href='http://www.flickr.com/groups/forestimages/'>Flickr! Group</a> and <a href='http://geobloggers.blogspot.com/2006/01/advanced-tagging-and-tripletags.html'>triple-tag</a> your images. </p>
<p>fir:forest=<strong>nameofforest</strong><br />
and/or<br />
geo:lat=<strong>latitude</strong><br />
geo:lon=<strong>longitude</strong><br />
and/or<br />
fir:state=<strong>statename</strong>
</p>
<p>As a colophon, the <a href='http://forestimages.org'>Forest Images Registry Project</a> site is written in <a href='http://rubyonrails.com/'>Ruby on Rails</a>  (edge) and uses the <a href='http://rubyforge.org/projects/cartographer'>Cartographer</a> and <a href='http://rubyforge.org/projects/rflickr'>rflickr</a> plugins. The <a href='http://forestimages.org'>site</a> is undergoing very active development, so stay tuned for some upcoming features. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/forest-images-registry-project/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Set Latitude &amp; Longitude of photos in iView Media Pro</title>
		<link>http://highearthorbit.com/set-latitude-longitude-in-iview-media-pro/</link>
		<comments>http://highearthorbit.com/set-latitude-longitude-in-iview-media-pro/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 04:08:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/set-latitude-longitude-in-iview-media-pro/</guid>
		<description><![CDATA[I&#8217;m making the transition to a much more stable, usable, and tool-rich photo management tool, iView Media Pro 3. I got tired of dealing with the incredibly slow interface to iPhoto thanks to Apple&#8217;s incapable handling &#038; testing of EXIF metadata in storing to their library.
But I digress.
Behold, there was scripting
&#8230; and it was good.
I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making the transition to a much more stable, usable, and tool-rich photo management tool, <a href="">iView Media Pro 3</a>. I got tired of dealing with the <strong>incredibly</strong> slow interface to iPhoto thanks to Apple&#8217;s incapable handling &#038; testing of EXIF metadata in storing to their library.</p>
<p>But I digress.</p>
<h3>Behold, there was scripting</h3>
<p>&#8230; and it was good.</p>
<p>I had written an Applescript to <a href="http://highearthorbit.com/289/">set the latitude &#038; longitude</a> (and other location info) to selected photos in iPhoto. iPhoto was often beligerent and required a restart of the iPhoto (and possible database recreation) to read the location information (which was viewable in the &#8220;info&#8221; panel).</p>
<p>iView puts the location info as a user-editable set of fields in the EXIF data fields. Users can set city, region, country, etc. But for whatever reason, they are unable to change the latitude &#038; longitude.</p>
<p>I paired down my iPhoto script to just handle latitude &#038; longitude and handle getting the file name from iView. The tough part was how to get from the iView example <em>selected_images</em> to a useful POSIX path to feed to <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">exiftool</a>. This code does the trick.</p>
<pre><code>
set selectedID to selected_images(1)
if selectedID = {} then
	display dialog "No photos selected"
	return
end if

repeat with this_photo in selectedID
	set photo_path to path of this_photo
	set the image_file to the POSIX path of photo_path
</code></pre>
<h3>Installing &#038; Using the script</h3>
<p><a href="http://highearthorbit.com/wp-images/iViewLocation_latitude.jpg"><img src='http://highearthorbit.com/wp-images/thumb-iViewLocation_latitude.jpg' alt='iView Location Plugin - User Entry' align="right" hspace="10px"/></a><a href="http://highearthorbit.com/projects/applescript/SetLatLon.zip">Download the script here</a> and expand it in your <em>~/Library/Application Support/iView/Plug-ins/Scripts</em> folder and then reload iView.  You will also need <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">exiftool</a>, as it is the real magic behind the smoke &#038; mirrors.</p>
<p>To use the script, select whatever photos you want to apply the <em>same</em> location information to. Then go to the &#8220;Scripts&#8221; icon in the menu bar, and choose the &#8220;Set Lat/Lon&#8221; script. Enter the latitude, longitude, and altitude in decimal format, pressing &#8220;OK&#8221; after each field. Wait a little while, and then a dialog will tell you how many photos were processed.</p>
<p><a href='http://highearthorbit.com/wp-images/iViewLocation_post_export.jpg' ><img src='http://highearthorbit.com/wp-images/thumb-iViewLocation_post_export.jpg' alt='iView Location Plugin - Post Export' align="right" hspace="10px"/></a>Back in iView, you should see the latitude &#038; longitude information in the right side-bar. You can also turn on lat/lon view in the thumbnail view by pressing <em>Command-J</em> and selecting &#8220;Latitude&#8221; &#8220;Longitude&#8221; &#8220;Altitude&#8221;. You may need to press <em>Command-B</em> to rebuild the thumbnail to have the info show up the first time (or on updates). </p>
<p>When exporting images (say to <a href="http://flickr.com">flickr!</a>), your geo-annotated data will stay intact and can then be <a href="http://geobloggers.com">mapped</a> (or <a href='http://www.flickrmap.com/'>mapped</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/set-latitude-longitude-in-iview-media-pro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Writing iPhoto Exif Data</title>
		<link>http://highearthorbit.com/289/</link>
		<comments>http://highearthorbit.com/289/#comments</comments>
		<pubDate>Tue, 04 Oct 2005 11:48:25 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/289/</guid>
		<description><![CDATA[Here is some quick Applescript that uses ExifTool to write Copyright, Title, Comments, and Keyword exif data to selected photos in iPhoto:
This script is released under the Creative Commons.


-- This applescript will set the exif keywords, name,
--  and comments of all selected iPhoto images using
--  the information current in iPhoto.
--
-- Author: Andrew Turner [...]]]></description>
			<content:encoded><![CDATA[<p>Here is some quick Applescript that uses <a href='http://www.sno.phy.queensu.ca/~phil/exiftool/'>ExifTool</a> to write Copyright, Title, Comments, and Keyword exif data to selected photos in iPhoto:</p>
<p>This script is released under the <a href='http://creativecommons.org/licenses/by/2.5/'>Creative Commons</a>.</p>
<pre>
<code>
-- This applescript will set the exif keywords, name,
--  and comments of all selected iPhoto images using
--  the information current in iPhoto.
--
-- Author: Andrew Turner (http://highearthorbit.com)
--
property copyright : ¬
		"Copyright Andrew Turner, 2005. All Rights Reserved."
property URL : "http://highearthorbit.com"
property exifToolOriginal : "_original"

-- True retains copyright, False means Public Domain
property Copyrighted : "True"

tell application "iPhoto"
	activate
	try
		copy (my selected_images()) to these_images
		if these_images is false or (the count of these_images) ¬
			is 0 then ¬
			error "Please select a single image."

		repeat with i from 1 to the count of these_images
			set the keywordslist to ""
			set this_photo to item i of these_images
			tell this_photo
				set the image_file to the image path
				set the image_title to the title
				set the image_filename to the image filename
				set the image_comment to the comment
				set the assigned_keywords to the name of keywords
			end tell
			repeat with j from 1 to the count of assigned_keywords
				set the keywordslist to keywordslist &#038; " -keywords+=" ¬
					&#038; item j of assigned_keywords
			end repeat
			set output to do shell script ¬
				"exiftool -title='" &#038; image_title &#038; ¬
				"' " &#038; keywordslist &#038; ¬
				" " &#038; " -comment='" &#038; image_comment &#038; ¬
				"' " &#038; " -Copyright='" &#038; copyright &#038; ¬
				"' " &#038; " -CopyrightNotice='" &#038; copyright &#038; ¬
				"' " &#038; " -Rights='" &#038; copyright &#038; ¬
				"' " &#038; " -Marked='" &#038; Copyrighted &#038; ¬
				"' " &#038; "'" &#038; image_file &#038; "'"
			do shell script "rm '" &#038; image_file &#038; "'" ¬
				&#038; exifToolOriginal
		end repeat

		display dialog "Exif writing complete."
	on error error_message number error_number
		if the error_number is not -128 then
			display dialog error_message buttons {"Cancel"} ¬
				default button 1
		end if
	end try
end tell

on selected_images()
	tell application "iPhoto"
		try
			-- get selection
			set these_items to the selection
			-- check for single album selected
			if the class of item 1 of these_items is album then error
			-- return the list of selected photos
			return these_items
		on error
			return false
		end try
	end tell
end selected_images
</code>
</pre>
<p>You can grab this script and a simpler Copyright only, as well as a Location (latitude/longitude/city,region,country) <a href='http://highearthorbit.com/projects/applescript/iPhotoExif.zip'>script here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/289/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>smugMug Maps</title>
		<link>http://highearthorbit.com/smugmug-maps/</link>
		<comments>http://highearthorbit.com/smugmug-maps/#comments</comments>
		<pubDate>Tue, 30 Aug 2005 11:59:16 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/smugmug-maps/</guid>
		<description><![CDATA[I&#8217;ve never heard of smugMug before, or if I have it was in a caffeine-induced frenzy of web-browsing. I probably said, &#8220;Oh, neat, another photo-sharing site&#8221; and moved on. However, based on the recent fracas regarding Flickr requiring Yahoo! accounts and the possible integration of Yahoo-nes to the otherwise clean &#038; functional flickr interface, smugMug [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never heard of <a href='http://smugmug.com'>smugMug</a> before, or if I have it was in a caffeine-induced frenzy of web-browsing. I probably said, &#8220;Oh, neat, another photo-sharing site&#8221; and moved on. However, based on the recent <a href='http://www.wired.com/news/ebiz/0,1272,68654,00.html'>fracas</a> regarding Flickr requiring Yahoo! accounts and the possible integration of <em>Yahoo-nes</em> to the otherwise clean &#038; functional flickr interface, smugMug looks like a nice option. </p>
<p>However, I recently came across their GoogleMaps integration, <a href='http://maps.smugmug.com/'>smugMaps</a>. It&#8217;s very much like <a href='http://geobloggers.com'>geobloggers</a>, except geobloggers seems to have gone off the deep-end on functionality, widgets, and whatnot. They even describe (though with much detail left out), how to <a href='http://www.smugmug.com/hack/maps-overview'>mix-up your own geo-tagged smugMug images</a>. </p>
<p>Reading the &#8220;about us&#8221; page on <a href='http://smugmug.com'>smugMug</a> makes me think the site should be called &#8220;smugInternetBarons&#8221;, but I digress. Their self-touted wealth may prevent them from &#8216;cashing in&#8217; later to some company like Yahoo! (or MSN) and instead just continue as an independent, fun photo-sharing service.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/smugmug-maps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iMagine Photo now Free</title>
		<link>http://highearthorbit.com/imagine-photo-now-free/</link>
		<comments>http://highearthorbit.com/imagine-photo-now-free/#comments</comments>
		<pubDate>Wed, 25 May 2005 17:25:19 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/imagine-photo-now-free/</guid>
		<description><![CDATA[iMagine Photo is an &#8216;application&#8217; whose sole purpose is to provide an Applescript interface for manipulating photos. It supports crop, rotate, color manipulation, border, text, exif writing and more. It&#8217;s a great tool for adding into your new automator actions or applescripts.
I remember seeing this about a year ago, seeing the price, weighed against my [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.yvs.eu.com/imagine.html'>iMagine Photo</a> is an &#8216;application&#8217; whose sole purpose is to provide an Applescript interface for manipulating photos. It supports crop, rotate, color manipulation, border, text, exif writing and more. It&#8217;s a great tool for adding into your new automator actions or applescripts.</p>
<p>I remember seeing this about a year ago, seeing the price, weighed against my need for such a tool, and moved along. I recently came back to check it out, and as of January 2005, it&#8217;s now free! It has a lot of functinality, example scripts, and automator actions. Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/imagine-photo-now-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr as my photoblog &#8211; better TIFF support</title>
		<link>http://highearthorbit.com/flickr-as-my-photoblog-better-tiff-support/</link>
		<comments>http://highearthorbit.com/flickr-as-my-photoblog-better-tiff-support/#comments</comments>
		<pubDate>Sun, 24 Apr 2005 16:03:36 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=184</guid>
		<description><![CDATA[I&#8217;m in the process of learning the Flickr API and writing a weblog/gallery page for displaying images in my Flickr gallery. This has a lot of benefits in terms of storage space, ease of sharing/uploading, provided thumbnails in small, and square formats, and building photosets.
Overall Flickr is great, and I even opted now for the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of learning the <a href='http://www.flickr.com/services/api/'>Flickr API</a> and writing a weblog/gallery page for displaying images in my Flickr gallery. This has a lot of benefits in terms of storage space, ease of sharing/uploading, provided thumbnails in small, and square formats, and building photosets.</p>
<p>Overall Flickr is great, and I even opted now for the $25/year &#8220;pro&#8221; membership that gives me 2GB upload/month. This beats the current 250MB that I&#8217;m currently allowed <em>total</em> at my current hosting service. And the API allows for full interface to all of my photos, sets, data, etc. that is stored on Flickr.</p>
<p>Also, there are some great tools for working with Flickr. By far the most useful to me is Spier&#8217;s <a href='http://www.speirs.org/flickrexport/'>FlickrExport</a>, which is a direct export from iPhoto to Flickr. One can build photosets, add tags, resize, and convert from TIFF. However, the last issue is causing me problems.  Somewhere from my iPhoto library, through FlickrExport to Flickr, the EXIF data is being lost. Exporting JPG images to Flickr works fine, but I think FlickrExport drops it. Losing the EXIF data is definitely <b>not</b> an option. However, I currently archive all my images in TIFF to avoid artifacts showing up in editing/saving.</p>
<p>So now I need to figure out if I have to save all my images in JPG format, and just be careful; check out FlickrExport code and see if I can modify how it converts from TIFF to JPG for upload, or use another, external uploader <a href='http://flickr.com/tools/'>tool</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/flickr-as-my-photoblog-better-tiff-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mappr Photos</title>
		<link>http://highearthorbit.com/mappr-photos/</link>
		<comments>http://highearthorbit.com/mappr-photos/#comments</comments>
		<pubDate>Sun, 30 Jan 2005 23:16:06 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=141</guid>
		<description><![CDATA[You can view my geographically located photographs by accessing My (temporary?) Mappr page. Pretty slick.
]]></description>
			<content:encoded><![CDATA[<p>You can view my geographically located photographs by accessing <a href='http://www.mappr.com/mappr.phtml?user_id=51648834%40N00'>My (temporary?) Mappr page</a>. Pretty slick.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/mappr-photos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mappr! or &#8220;How i wish i had done it too&#8221;</title>
		<link>http://highearthorbit.com/mappr-or-how-i-wish-i-had-done-it-too/</link>
		<comments>http://highearthorbit.com/mappr-or-how-i-wish-i-had-done-it-too/#comments</comments>
		<pubDate>Thu, 27 Jan 2005 15:58:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=133</guid>
		<description><![CDATA[Mappr is the location-based &#8216;mod&#8217; to Flickr that posts pictures on a map based on location. This is a great idea. However, it requires a user include the location in the &#8216;tags&#8217;, such as city &#038; state or zipcode in their Flickr post. A simple enough means to get the location of your Flickr photos [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://mappr.com/'>Mappr</a> is the location-based &#8216;mod&#8217; to Flickr that posts pictures on a map based on location. This is a <strong>great</strong> idea. However, it requires a user include the location in the &#8216;tags&#8217;, such as city &#038; state or zipcode in their Flickr post. A simple enough means to get the location of your Flickr photos and doesn&#8217;t require users to upload pictures to yet <em>another</em> server. Unfortunately Mappr doesn&#8217;t use latitude and longitude coordinates, and is limited to the United States. </p>
<p>There&#8217;s no reason it <em>has</em> to be restricted to the US, but I guess they&#8217;re doing a proof of concept first. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/mappr-or-how-i-wish-i-had-done-it-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>( iPhoto + Wordpress ) % Photon == 0?</title>
		<link>http://highearthorbit.com/iphoto-wordpress-photon-0/</link>
		<comments>http://highearthorbit.com/iphoto-wordpress-photon-0/#comments</comments>
		<pubDate>Thu, 27 Jan 2005 15:51:07 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=132</guid>
		<description><![CDATA[Photon is now free (via Red Ferret Journal &#8211; I likada weasel). It&#8217;s an iPhoto export plugin for sending photos to your wordpress (or MovableType/Blogsom/et. al.) blog.  However, I personally still don&#8217;t like the Pictorialis II modification of Wordpress (good idea and work, but not quite polished). It&#8217;s been difficult to get setup and [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.daikini.com/photon/'>Photon</a> is now free (via <a href='http://www.enorgis.com/'>Red Ferret Journal</a> &#8211; I likada weasel). It&#8217;s an iPhoto export plugin for sending photos to your wordpress (or MovableType/Blogsom/et. al.) blog.  However, I personally still don&#8217;t like the <a href=''>Pictorialis II</a> modification of Wordpress (good idea and work, but not quite polished). It&#8217;s been difficult to get setup and definitely not recommended yet for non-hacking geeks.</p>
<p>However, the ability for someone, from the warm embrace of iPhoto, to post to their blog is highly appealing. </p>
<p>In similar news, I&#8217;ll try and document some of the hacks I&#8217;ve made to HighEarthOrbit&#8217;s Wordpress install for fellow &#8216;Pressers.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/iphoto-wordpress-photon-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cheap (and profitable?) publishing</title>
		<link>http://highearthorbit.com/cheap-and-profitable-publishing/</link>
		<comments>http://highearthorbit.com/cheap-and-profitable-publishing/#comments</comments>
		<pubDate>Fri, 31 Dec 2004 04:55:39 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=113</guid>
		<description><![CDATA[I read about Lulu Publishing Service over at Greg Smith&#8217;s Blog (via Smart Home Hacks). They offer pretty cheap publishing (books at $4.53 + $0.15/color page +$0.02/bw page). and you can even add a &#8220;profit&#8221; you get if your book (calendar, cd, etc.) sells.
]]></description>
			<content:encoded><![CDATA[<p>I read about <a href="http://lulu.com">Lulu Publishing Service</a> over at <a href='http://homepage.mac.com/gregjsmith/index.html'>Greg Smith&#8217;s Blog</a> (via Smart Home Hacks). They offer pretty cheap publishing (books at $4.53 + $0.15/color page +$0.02/bw page). and you can even add a &#8220;profit&#8221; you get if your book (calendar, cd, etc.) sells.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/cheap-and-profitable-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS Enabled Cameras</title>
		<link>http://highearthorbit.com/gps-enabled-cameras/</link>
		<comments>http://highearthorbit.com/gps-enabled-cameras/#comments</comments>
		<pubDate>Thu, 16 Dec 2004 19:39:28 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=110</guid>
		<description><![CDATA[The NYT has an article about GPS enabled photography (forgoing of first-born child required). They cite Frederik Ramm from Karlsruhe and his trip around Northern Scotland. The other is Kenneth and Gabrielle Adelman.
Of course, neither have geolocation information in their headers. Have to see if they&#8217;re using geographic info in their EXIF data. 
]]></description>
			<content:encoded><![CDATA[<p>The NYT has an <a href='http://www.nytimes.com/2004/12/16/technology/circuits/16gpss.html?oref=login'>article about GPS enabled photography</a> (forgoing of first-born child required). They cite <a href='http://www.remote.org/frederik/'>Frederik Ramm</a> from Karlsruhe and his trip around Northern Scotland. The other is <a href='http://www.adelman.com/'>Kenneth and Gabrielle Adelman</a>.</p>
<p>Of course, neither have geolocation information in their headers. Have to see if they&#8217;re using geographic info in their EXIF data. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/gps-enabled-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Photography Workflow</title>
		<link>http://highearthorbit.com/digital-photography-workflow/</link>
		<comments>http://highearthorbit.com/digital-photography-workflow/#comments</comments>
		<pubDate>Sun, 12 Dec 2004 22:22:36 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=105</guid>
		<description><![CDATA[So I&#8217;m getting into the using my new Pentax *istDS and I&#8217;m trying to figure out the best workflow. In the past, I just dumped the entire contents of my Canon S330 into iPhoto, edited, managed, etc. Which was nice, but now that I&#8217;m shooting much larger pictures, and not just on trips, I&#8217;d like [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m getting into the using my new <a href='http://www.dpreview.com/articles/pentaxistds/'>Pentax *istDS</a> and I&#8217;m trying to figure out the best workflow. In the past, I just dumped the entire contents of my Canon S330 into iPhoto, edited, managed, etc. Which was nice, but now that I&#8217;m shooting much larger pictures, and not just on trips, I&#8217;d like to figure out a better system.</p>
<p>Specifically, I want to accomplish the following things:</p>
<ul>
<li>Retain EXIF data for review/learning</li>
<li>Add geographic location to EXIF data</li>
<li>Convert to TIFF for preventing JPEG artificacts during editing</li>
<li>Adjust exposure, levels, sharpness</li>
<li>Remove unwanted photos</li>
<li>Export photos to Photoblog/Flickr/Gallery</li>
<li>Make prints of nice photos for framing, photo album</li>
</ul>
<p>So far, the tools I&#8217;ve found to do this have been pretty good. The biggest suprise was finding out that <a href='http://www.pixture.com/macosx.php'>QuickImageCM</a> as well as Apple&#8217;s bundled <a href='http://lemkesoft.com/us_index.html'>Graphic Converter</a> both strip the EXIF data when converting from JPEG to TIFF. Adobe Photoshop CS doesn&#8217;t seem to do this.  </p>
<p>Really, I think it would be nice to put all of the above features in a <a href='http://www.apple.com/applescript/folderactions/'>folder action</a> but that requires having apps that are Applescriptable. Maybe Mac OS X Tiger&#8217;s <a href='http://www.apple.com/macosx/tiger/automator.html'>Automator</a> will help in this regard.</p>
<p>So my current worflow is:</p>
<ol>
<li><a href='http://www.adobe.com/products/photoshop/main.html'>Adobe Photoshop CS</a></li>
<li><a href='http://oregonstate.edu/~earlyj/gpsphotolinker/'>GPSPhotoLinker</a></li>
<li><a href='http://www.apple.com/ilife/iphoto/'>iPhoto</a></li>
</ol>
<p>Any suggestions for smoothing out this flow?</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/digital-photography-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar Hack</title>
		<link>http://highearthorbit.com/calendar-hack/</link>
		<comments>http://highearthorbit.com/calendar-hack/#comments</comments>
		<pubDate>Mon, 06 Dec 2004 20:19:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=99</guid>
		<description><![CDATA[via Gavin Laking I&#8217;m trying to put in the calendar hack to put cute-liddl&#8217;-ol&#8217;-images for the dates. however, instead of some little tab for the calendar day, I&#8217;d like to put an image from flickr or the photoblog for that day.
]]></description>
			<content:encoded><![CDATA[<p>via <a href='http://www.gavinlaking.co.uk/index.php?p=33'>Gavin Laking</a> I&#8217;m trying to put in the calendar hack to put cute-liddl&#8217;-ol&#8217;-images for the dates. however, instead of some little tab for the calendar day, I&#8217;d like to put an image from flickr or the photoblog for that day.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/calendar-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photographic Spots in Michigan</title>
		<link>http://highearthorbit.com/photographic-spots-in-michigan/</link>
		<comments>http://highearthorbit.com/photographic-spots-in-michigan/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 16:47:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/?p=97</guid>
		<description><![CDATA[Found a Thread at photo.net where people suggest places to photograph (and hence probably visit in general) around the Michigan area.
I feel like I&#8217;ve neglected my time in the area and not given it a real chance, so I&#8217;ll have to start going down this list and checking sites off.
And found out today our Admin [...]]]></description>
			<content:encoded><![CDATA[<p>Found a <a href='http://www.photo.net/bboard/q-and-a-fetch-msg?msg_id=000H4C'>Thread at photo.net</a> where people suggest places to photograph (and hence probably visit in general) around the Michigan area.</p>
<p>I feel like I&#8217;ve neglected my time in the area and not given it a real chance, so I&#8217;ll have to start going down this list and checking sites off.</p>
<p>And found out today our Admin Asst., who has lived in the area her whole life, has never been more than 10 miles west of where she grew up/lives.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/photographic-spots-in-michigan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
