From f694bf26bf20c0a36b75c962f01ba277562b85c4 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 13 Aug 2005 09:31:16 +0000 Subject: [PATCH] Simple doc. --- gis/geophoto/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gis/geophoto/README 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 +. -- 2.47.2