5,667,575 members and growing! (12,586 online)
Email Password   helpLost your password?
Multimedia » GDI+ » General     Intermediate

Web Image Browser - Lots of images and no time to publish them?

By Dan Glass

Web Image Browser with directory explorer and thumbnail/web friendly on-the-fly image creation and caching.
C#.NET 1.0, NT4, Win2K, WinXP, Windows, .NET, ASP, Visual Studio, Dev

Posted: 26 Mar 2003
Updated: 27 Apr 2003
Views: 71,267
Bookmarked: 35 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
8 votes for this Article.
Popularity: 3.69 Rating: 4.09 out of 5
1 vote, 12.5%
1
1 vote, 12.5%
2
0 votes, 0.0%
3
3 votes, 37.5%
4
3 votes, 37.5%
5

Sample Image - ImageBrowser.jpg

Introduction

The Image Browser works by dynamically displaying the images in a directory, while caching them. It also caches a version of the picture that is more web friendly - I have made it 640X480. I found an algorithm from Christian Graus at CodeProject. Image.GetThumbNailImage() did not have good enough quality. You may put directories in directories - it will recurse. You can see a full example of this running on my personal site.

Overview

There are 2 controls, one that displays the thumbnails for the directories and images, and one to show the web friendly image.

It works by pointing the image browser to a directory, and it will analyze the directory for subdirectories and images, and create a navigable control from that.

Subdirectories will be represented with a folder icon or a picture if you name it the same as the directory. It may be clicked on to navigate to that directory.

Thumbnails will be created from all the images, and placed in a thumbs directory. Clicking in one will bring you to the WebImage control.

The WebImage control creates a new image that is 640X480 (around 28k) and puts it in a webpics directory. Clicking on it will load up the full image.

A top navigation with links is also rendered.

Interesting bits

I created some helper classes to break out the functions of creating a website out of a directory tree of images. The break down was like so:

  • ImageWrapper: This is the web representation of the image in its various forms - links, source, thumbnail, web image, and actual image.
  • SubDirectoryWrapper: This is the web representation of a subdirectory, it is queried for its link, image representation etc.
  • DirectoryWrapper: This is a container for the all the image and subdirectory objects.

The HtmlTools and ImageTools hold all the meat of rendering. The HtmlTools class has methods to create a table full of images with links, while ImageTools handles all the image resizing and reading/writing them to disk.

Requirements

  • .NET framework
  • Visual Studio .NET
  • IIS & an understanding of it

Simple setup

Download the above zip file and unzip it to your wwwroot directory, i.e. C:\Inetpub\wwwroot\ (Not ImageBrowser, the directory will be created). Put your pictures into C:\InetPub\wwwroot\pics.

Open IIS Manager and right-click on the ImageBrowser directory, and click properties. On the 'directory' tab, click 'create' in the applications setting area.

Notes

To display a directory as an image instead of the default image, name an image the same as the directory (inside it).

  • To display some text for a particular directory, name a file <directory name>.txt and put your words of wisdom into it (supports HTML too).
  • Thumbnails will be cached to a directory called \thumbs, and the web friendly pictures to \webpics.
  • If you need to refresh you thumbnails or web pics, just delete the directories (or picture).
  • You can browse to FillCache.aspx to control the cache. (Backup your pictures before testing this feature!)

Downloads

Note: I have updated the source to fix the reported bugs and feature requests. BEWARE: Use the FillCache.aspx page at your discretion.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Dan Glass


Olero Software
ORM.NET - Data Access Made Easy
Location: Australia Australia

Other popular GDI+ articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 15 of 15 (Total in Forum: 15) (Refresh)FirstPrevNext
Questionsmall problemmemberclaygorman16:41 22 Aug '07  
GeneralThis is great - one request for next / previoussussJosh L17:49 29 Aug '05  
GeneralVery good job in several respectsmemberGery Dorazio18:39 5 Dec '03  
Generalpics are broken...membereggie519:55 18 Oct '03  
GeneralRe: pics are broken...memberGery Dorazio18:25 5 Dec '03  
GeneralHow to Setup a Nondefault Path??memberSteven Carleton9:32 6 Jul '03  
GeneralRe: How to Setup a Nondefault Path??memberDan Glass21:36 12 Jul '03  
GeneralHuge memory problemsussdborosev13:36 10 Jun '03  
GeneralBravomembermailtrashbin14:55 3 May '03  
GeneralRe: BravomemberDan Glass8:27 7 May '03  
GeneralWorked as wellmemberron1296:52 14 Apr '03  
GeneralWorked with a few minor tweaksmembermailtrashbin12:29 6 Apr '03  
GeneralRe: Worked with a few minor tweaksmemberDan Glass21:26 6 Apr '03  
GeneralDoesn't worksussanonymous12315:50 1 Apr '03  
GeneralRe: Doesn't workmemberdanglass10:06 2 Apr '03  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 27 Apr 2003
Editor: Smitha Vijayan
Copyright 2003 by Dan Glass
Everything else Copyright © CodeProject, 1999-2008
Web10 | Advertise on the Code Project