From: Petter Reinholdtsen Date: Sat, 13 Aug 2005 09:31:16 +0000 (+0000) Subject: Simple doc. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/f694bf26bf20c0a36b75c962f01ba277562b85c4 Simple doc. --- diff --git a/gis/geophoto/README b/gis/geophoto/README new file mode 100644 index 0000000000..4ff8165d1c --- /dev/null +++ b/gis/geophoto/README @@ -0,0 +1,23 @@ +Geophoto tools +============== + by Petter Reinholdtsen + +This is the set of tools I use to maintain my JPEG photo collection. +Report updates and improvements to Petter Reinholdtsen +. + +It depend on the Image::ExifTool package for extracting and storing +image information into the images themselves. + +Some examples: + + Adding comments: + + exiftool -UserComment="One day, I saw this on my way to school." nice.jpeg + + Adding GPS location: + + exif-set-gpspos -l 59.93 -o 10.71 nice.jpg + +The latest version is available from +.