ICAT Image Cataloging Tool

ICAT is a Perl script that generates a hierarchical HTML-based image catalog of JPG and GIF files in any directory. It is a highly customizable tool that takes advantage the magic of JavaScript to create dynamic html pages for viewing the images.

ICAT is free. Take it, use it, play with it, modify it, whatever... anything but sell it.

Features

Documentation and Download

Examples

Requirements

To run this on Classic MacOS, you will need MacPerl and GraphicConverter. To run it on all other systems (including MacOS X), the "convert" utility must be available to allow automatic generation of thumbnail images. This utility comes standard on most Unix systems, and can be obtained for MacOS X by installing the imagemagick package (if you have Fink, this is as easy as typing "fink install imagemagick"). See the README.WINDOWS file included with the distribution for instructions on how to install this package for Windows.

ExifTool must be installed to use the EXIF features of ICAT. ExifTool is a highly customizable Perl script used to extract EXIF information from image files.