Notice:

This is a script I wrote quite a while ago. It is not supported, but I left it here in case it might be useful to someone.

Please visit http://www.mattkruse.com/ for my updated web site and to find some of the things I've done more recently. Hopefully you will find something useful, or at least mildly interesting!

Image Indexer


This is a simple script, but some people may find it useful. You give it a list of images in a directory (like *.gif) and it creates an HTML page indexing all of them. The page includes the images, links to the images, their names, and their file sizes.

Example Output

This is what the index page looks like.

Source Code

Here's the short Perl script. It's free.