ImageCatalog v.3



I seem to like making these kind of image cataloging applications. I did one in Visual Basic. I did one in Perl. The Visual Basic one couldn't calculate image widths or heights and neither could the perl one. (Though I suppose with the Image::Size module I just got I could do the exact same thing.) Once I get my C++ act together I'll probably do one there too, and you won't need JDK or Perl or MSC-whatever VB libraries to run it. Nevertheless!

An excerpt from the readme file.
Image Catalog v.3
=================

Readme
========

Image Catalog v.3 Does Many Nifty Things:
- Recurses subdirectories for images (still experimental)
- Creates a visual Catalog of JPEG, GIF, and PNG files in any given directory
- Provide addition information like size, filesize, and date modified for each image
- Provide addition information about the all the directory images
- Launches your browser to view the new catalog

Image Catalog v.3 Does Not Do These:
- Not mostly suck
- Not provide a simplistic, harsh and unfriendly GUI
- Not require JDK1.2+ and Swing
- Not require some command prompt skills
- Not require some windows shortcut-creation skills (if you don't want to use command prompt)
- Not require win32
Get The Source and Class Files