]> pere.pagekite.me Git - homepage.git/commitdiff
Simple doc.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 13 Aug 2005 09:31:16 +0000 (09:31 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 13 Aug 2005 09:31:16 +0000 (09:31 +0000)
gis/geophoto/README [new file with mode: 0644]

diff --git a/gis/geophoto/README b/gis/geophoto/README
new file mode 100644 (file)
index 0000000..4ff8165
--- /dev/null
@@ -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
+<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/>.