This is a program to take a set of JPEG images, create thumbnail images, create a HTML page with a table containing the thumbnails, each linked to its full-sized image, and then copy all the above to a user-defined place.

I made this last weekend to help me with the huge number of photos I now have since I bought a digital camera.

The thumbnails are all set to 100 pixels wide, with the height proportional to the original height of the image.

If you have any comments or suggestions, please let me know at:

stratford@os.jcs.co.jp

I don't mind releasing the source code, but need a little time to beautify it and add more comments (sure, all of you comment your code as you write it, don't you!).

By the way, the thumbnails are created using Anders Melanders' fine freeware "Resampler" component.

Things to do:

User-selectable resampling algorithms
User-selectable thumbnail size

Graham Stratford