[SGVLUG] Does anyone "geotag" their photos?

Rae Yip rae.yip at gmail.com
Sun Apr 27 09:33:24 PDT 2008


Hi Tom,

The Python PIL module can do EXIF. It shouldn't be too hard to put
together something that does what you need using it.

Here's an example that reads EXIF:

http://www.evanreiser.com/2008/01/python-pil-make-geotagged-photos-from.html

You'll want to parse the locations out of the GPX file and use the
same module to write EXIF fields instead. Someone may have even
written the code already.

-Rae.


More information about the SGVLUG mailing list