Search Forum
(53671 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


 
Printable Version

GalleryDotNet
By Joel Pobar

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

Download

You can download GalleryDotNet with full source at: http://amoeba.collude.com.au/gallerydotnet/GalleryDotNet.zip

Requirements

  • .NET framework

Please, please send me comments and feedback! e-mail me joel@collude.com.au.