photoindex
photoindex: manu-fatto (2003)
USAGE: photoindex [-c]
DESCRIPTION:
creates a file "index.html" with the list of all images found in
the current directory. Subdirectories are also listed if they
contain an "index.html" file.
The index file contains a small copy of every image to make
icons. Next to each icon it contains the description of the image
which is taken either from a file "*.txt" with the same basename
of the image file or from the description encoded in the image
itself. Every image icon has a link to an HTML file which contains
a bigger copy of the image and which contains a link to the
original image.
The program is written to be fast if only a few images have been
modified: this is achieved by checking modification times and by
caching important properties of images.
The program looks for buttons icons in the directories: .icons,
../.icons,... and /usr/local/lib/photoindex/. The name of the
icons are: "up.png", "left.png" and "right.png".
With the '-c' option the program ask for modifications to every image
found. For every image you can:
- write a comment;
- rotate it;
- delete it.