<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Damir's Corner - Software|Imaging</title>
    <link>http://www.damirscorner.com/</link>
    <description>Notes from Daily Encounters with Technology</description>
    <language>en-us</language>
    <copyright>Damir Arh, M. Sc.</copyright>
    <lastBuildDate>Sun, 15 Jun 2008 20:03:01 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>damir.arh@gmail.com</managingEditor>
    <webMaster>damir.arh@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.damirscorner.com/Trackback.aspx?guid=de988151-8abf-4eef-bdc2-1126b05812b1</trackback:ping>
      <pingback:server>http://www.damirscorner.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.damirscorner.com/PermaLink,guid,de988151-8abf-4eef-bdc2-1126b05812b1.aspx</pingback:target>
      <dc:creator>Damir Arh</dc:creator>
      <wfw:comment>http://www.damirscorner.com/CommentView,guid,de988151-8abf-4eef-bdc2-1126b05812b1.aspx</wfw:comment>
      <wfw:commentRss>http://www.damirscorner.com/SyndicationService.asmx/GetEntryCommentsRss?guid=de988151-8abf-4eef-bdc2-1126b05812b1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today I've taken my new <a href="http://buy.garmin.com/shop/shop.do?pID=8703">handeld
GPS device</a> for a test run. It did its job pretty well but the real challenge started
afterwards when I tried geotagging the photos I've taken. I decided to use <a href="http://www.microsoft.com/prophoto/downloads/tools.aspx">Microsoft
Pro Photo Tools</a> which have just been released with geotagging as its main feature.
Downloading the track data from the GPS device with Garmin MapSource software was
quick and simple. But the problems started soon afterwards. MapSource can only export
track data in its proprietary format GDB which can't be used in Microsoft Pro Photo
Tools.
</p>
        <p>
          <a href="http://www.gpsbabel.org/">GPSBabel</a> came to the rescue. This free tool
can probably convert files between any two existing GPS formats, at least judging
from its <a href="http://www.gpsbabel.org/capabilities.html">list of supported formats</a>.
I used it to convert my data to the GPX XML format only to find out that Microsoft
Pro Photo Tools have problems with it. Converting to NMEA or KML instead didn't help
either. Fortunately the latter returned a strange error (Degrees must be between 0
and 90, found degree 46298501) which put me on the right track. Of course there was
no such value in the KML file so I correctly deduced that the decimal separator was
to blame.
</p>
        <p>
The value in the file was 46.298501 but the Slovenian regional settings have comma
as the decimal separator therefore the value was misinterpreted. Temporarily changing
the decimal separator to dot solved the problem - the track was successfully imported
immediately afterwards. This issue won't keep me from using this otherwise very useful
tool with a really nice feature set. It could even fix the mismatching time settings
between my GPS unit and the camera with a single setting. I just hope they address
this bug soon so that I won't have to change my regional settings every time I use
the program.
</p>
        <p>
The only thing I still have to figure out is why the geotags somehow lost resolution
when I uploaded the photos from <a href="http://picasa.google.com/">Picasa</a> to <a href="http://picasaweb.google.com/">Picasa
Web Albums</a>. I just fixed them manually and decided to address the issue next time.
Any tips are welcome.
</p>
        <img width="0" height="0" src="http://www.damirscorner.com/aggbug.ashx?id=de988151-8abf-4eef-bdc2-1126b05812b1" />
      </body>
      <title>Microsoft Pro Photo Tools decimal separator problem</title>
      <guid isPermaLink="false">http://www.damirscorner.com/PermaLink,guid,de988151-8abf-4eef-bdc2-1126b05812b1.aspx</guid>
      <link>http://www.damirscorner.com/MicrosoftProPhotoToolsDecimalSeparatorProblem.aspx</link>
      <pubDate>Sun, 15 Jun 2008 20:03:01 GMT</pubDate>
      <description>&lt;p&gt;
Today I've taken my new &lt;a href="http://buy.garmin.com/shop/shop.do?pID=8703"&gt;handeld
GPS device&lt;/a&gt; for a test run. It did its job pretty well but the real challenge started
afterwards when I tried geotagging the photos I've taken. I decided to use &lt;a href="http://www.microsoft.com/prophoto/downloads/tools.aspx"&gt;Microsoft
Pro Photo Tools&lt;/a&gt; which have just been released with geotagging as its main feature.
Downloading the track data from the GPS device with Garmin MapSource software was
quick and simple. But the problems started soon afterwards. MapSource can only export
track data in its proprietary format GDB which can't be used in Microsoft Pro Photo
Tools.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.gpsbabel.org/"&gt;GPSBabel&lt;/a&gt; came to the rescue. This free tool
can probably convert files between any two existing GPS formats, at least judging
from its &lt;a href="http://www.gpsbabel.org/capabilities.html"&gt;list of supported formats&lt;/a&gt;.
I used it to convert my data to the GPX XML format only to find out that Microsoft
Pro Photo Tools have problems with it. Converting to NMEA or KML instead didn't help
either. Fortunately the latter returned a strange error (Degrees must be between 0
and 90, found degree 46298501) which put me on the right track. Of course there was
no such value in the KML file so I correctly deduced that the decimal separator was
to blame.
&lt;/p&gt;
&lt;p&gt;
The value in the file was 46.298501 but the Slovenian regional settings have comma
as the decimal separator therefore the value was misinterpreted. Temporarily changing
the decimal separator to dot solved the problem - the track was successfully imported
immediately afterwards. This issue won't keep me from using this otherwise very useful
tool with a really nice feature set. It could even fix the mismatching time settings
between my GPS unit and the camera with a single setting. I just hope they address
this bug soon so that I won't have to change my regional settings every time I use
the program.
&lt;/p&gt;
&lt;p&gt;
The only thing I still have to figure out is why the geotags somehow lost resolution
when I uploaded the photos from &lt;a href="http://picasa.google.com/"&gt;Picasa&lt;/a&gt; to &lt;a href="http://picasaweb.google.com/"&gt;Picasa
Web Albums&lt;/a&gt;. I just fixed them manually and decided to address the issue next time.
Any tips are welcome.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.damirscorner.com/aggbug.ashx?id=de988151-8abf-4eef-bdc2-1126b05812b1" /&gt;</description>
      <comments>http://www.damirscorner.com/CommentView,guid,de988151-8abf-4eef-bdc2-1126b05812b1.aspx</comments>
      <category>Software</category>
      <category>Software/Imaging</category>
    </item>
    <item>
      <trackback:ping>http://www.damirscorner.com/Trackback.aspx?guid=c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c</trackback:ping>
      <pingback:server>http://www.damirscorner.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.damirscorner.com/PermaLink,guid,c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c.aspx</pingback:target>
      <dc:creator>Damir Arh</dc:creator>
      <wfw:comment>http://www.damirscorner.com/CommentView,guid,c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c.aspx</wfw:comment>
      <wfw:commentRss>http://www.damirscorner.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you want to view EPS images with <a href="http://www.irfanview.com/">IrfanView</a> you
need to have <a href="http://www.ghostscript.com/doc/AFPL/index.htm">AFPL Ghostscript</a> installed.
I spent quite some time investigating why it worked on one machine and not on the
other before I checked the IrfanView plug-ins web page where I found this useful bit
of information.
</p>
        <img width="0" height="0" src="http://www.damirscorner.com/aggbug.ashx?id=c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c" />
      </body>
      <title>Viewing EPS files with IrfanView</title>
      <guid isPermaLink="false">http://www.damirscorner.com/PermaLink,guid,c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c.aspx</guid>
      <link>http://www.damirscorner.com/ViewingEPSFilesWithIrfanView.aspx</link>
      <pubDate>Thu, 08 Jun 2006 17:29:12 GMT</pubDate>
      <description>&lt;p&gt;
If you want to view EPS images with &lt;a href="http://www.irfanview.com/"&gt;IrfanView&lt;/a&gt; you
need to have &lt;a href="http://www.ghostscript.com/doc/AFPL/index.htm"&gt;AFPL Ghostscript&lt;/a&gt; installed.
I spent quite some time investigating why it worked on one machine and not on the
other before I checked the IrfanView plug-ins web page where I found this useful bit
of information.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.damirscorner.com/aggbug.ashx?id=c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c" /&gt;</description>
      <comments>http://www.damirscorner.com/CommentView,guid,c8cc0bd4-7b45-4a10-b3c5-5e5686c0140c.aspx</comments>
      <category>Software</category>
      <category>Software/Imaging</category>
    </item>
  </channel>
</rss>