This is a simple C# console application (source included) that takes a directory of images and creates a html gallery out of them. It takes all images, resizes them according to specification, then outputs them into a specified output directory.
What it can do:
Resize any image, to any size, user specified.
Html output is generated from a user supplied XSL stylesheet (one is included).
What it can't do:
- Suck images directly from a digital camera (it's intended purpose).
- Upload them via FTP/Frontpage (although the code for this can be found in some of my other .NET programs [simplescript compiler for the frontpage code, TransparentFTP for the ftp code])
What it may be able to do in the future:
- Suck images directly from camera and gallerize with image captions and date/time stamps
- Upload via frontpage/FTP
Requirements
.NET framework