...I have finally found some time to release a new version. The proposed feature is now available - check the last example on the page with advanced configuration options.
Generating HMTL when resizing images
heres another request, it would be nice if the program would also
make a contact sheet html linking the new resized images to their orginals automatically. For example, a result of
calling "photoresize100" along with having all the thumnails being
made, a file "contactsheet.html" could be made to display the images.
the contents of the file contactsheet.html should be of the style:
<html>
<body>
<a href="pict001.jpg"> <img src="pict001_100.jpg"> </a>
<a href="pict002.jpg"> <img src="pict002_100.jpg"> </a>
<a href="pict003.jpg"> <img src="pict003_100.jpg"> </a>
...
</body>
</html>
This would be an immense timesaver as well.