:::: wfoto version 0.2.5 (Felipe Menanteau) :::: Requirements ------------ wfoto runs in Linux/Unix systems. wfoto needs Perl with module ExifTool and a working version of ImageMagic in your path (i.e. convert and identify) to produce the thumbnails, scale down the images and get the image size. ImageMagic can be downloaded from http://www.imagemagick.org/. It has been tested with ImageMagick version 5.4.7. To install Perl ExifTool (in case we missing) in Linux (using yum): %> sudo yum install perl-Image-ExifTool in OS X (using Fink): %> sudo fink install image-exiftool-pm Install ------- Instalation is very simple. Just run the install script (Perl script too) that will copy all the required files in the place that you specify. The install script will modify only the code itself that deals with the libraries directory (by changing the $LIBDIR in the code). To install, untar de tarball %> tar xvfz vfoto-xxx.tar.gz and simply run the install script %> ./install-wfoto Info ----- More information can be found at http://peumo.rutgers.edu/~felipe/wfoto. For quick help just run wfoto -help wfoto is copyright 2004 by Felipe Menanteau . It is distributed under the terms of the GNU General Public License, see the file COPYING in the source distribution for details. Please send comments and suggestions to felipe@pha.jhu.edu. I would like to hear whether you find the code useful.