--- /dev/null
+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
+<pere@hungry.com>.
+
+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
+<URL:http://developer.skolelinux.no/~pere/gis/geophoto/>.