Learn how to organize your digital pictures. The bridge between digital camera and computer.

Publish pictures online (4) - Generate your image galleries

image-gallery

This article is part of the tutorial called: Publish your pictures online.
<< Previous Lesson ||
In my previous article about publishing online image galleries, I have addressed the two major solutions available for hosting your photo galleries on your own web site. The first solution that I have talked about was to use gallery generation software that will produce all the files necessary for publishing your gallery. This article will explore some of the implementations that are available for this solution.

1. What does an online image gallery consist of?

A web photo gallery consists of two modules (most of the times): the thumbnail pages and the image pages.

  • The thumbnail pages contain the thumbnails of the pictures contained in the gallery. Each thumbnail contains a link to the larger picture. The thumbnail page(s) provide a quick overview of the pictures available for viewing and provides the readers with a visual summary of the photo gallery [ click here for an example ].
  • The image pages contain the actual images and navigation controls. This is probably the most important feature of on online gallery: namely, that each pictures is presented in such a way that the reader can easily navigate back and forth between the pictures. This is achieved by wrapping the picture in a presentation container that provides links to previous and the next picture. [ click here for an example ]

2. What does it mean to generate a web photo gallery?

In order for the two modules (described above) to function properly there are two steps to be performed. The first step is preparing the images for web publishing and the second step is creating all the code for gallery navigation.

  • Preparing the images for publishing means that the original images have to be resized in order to produce thumbnails and web-ready images. The resolution and size are very important things to be considered when it comes to publishing pictures online. If the resolution is too large, the pages will load too slowly.
  • The second step is the creation of the necessary code for the image navigation functionality. This usually involves quite a bit of HTML code that has to be produced for each image. This step also includes choosing a color theme for the final look of our photo gallery.

3. How does automatic gallery generation software help?

generate-image-gallery
If you’re not familiar with HTML and CSS coding standards, using gallery generation software is your only choice for creating web image galleries. Even if you’re a pro at HTML and CSS, the process for creating a web image gallery is time consuming and very repetitive. It is a lot easier to use existing software and generate your gallery and then change the color scheme and functionality if you please. The more photo galleries you’re trying to publish, the more you will benefit from such software.

4. What software should you use for generating your web image galleries?

There are way too many choices available and the feature list can be both impressive and overwhelming. This kind of programs range from very basic to very complicated and also from FREE to very expensive. So what’s the best program for creating online image galleries? Well, the answer may differ depending on your purpose and needs. I tend to look for FREE software first, because I am very likely to find FREE software that will work pretty well for my needs. If the FREE software that I find turns out not to be flexible enough then I’ll look for commercial software. In this day and age, commercial software is not necessarily better than FREE software. I have tried many of these software packages over the years and I have settled on just two, so my recommendations are based on years of trial and error:

  • Web Album Generator - this is a FREE package that is probably one of the easiest to use software packages available. However, it is also quite limited in the options available. If you just want to create photo galleries and publish them and don’t care much about adding extra features, then this will work fine for you. One major drawback of this software is that you can’t change the available color schemes that are provided with the software. You can only change the colors after the gallery has been generated and you can’t import it for future use.
  • Extreme Thumbnail Generator - this is my favorite gallery generation software. It comes with a 30 day trial period and costs $29.99, I believe. This software package is the most flexible I have actually used. You can modify and save the color scheme of your choice and you can insert text or images or links into each page that the program generates. However, you have to know a little HTML if you want to make use of the flexibility available in the tool. If you don’t want to customize anything, this program will produce great looking image libraries in a snap. [ click here for an example ]

5. Conclusion

Using a program that generates image galleries is a quick and flexible way to publish your images on the web. If you also consider the cost and effort involved, this solution is probably the best for individual photographers that want to publish their pictures on the web. However, if you’re trying to build an image library with images that can be tagged, categorized and searched, then this solution will not work for you at all. The image gallery generator programs will only generate a static image gallery that cannot be searched. The generated image galleries have a very simple structure that is file based.
This article is part of the tutorial called: Publish your pictures online.
<< Previous Lesson ||

How do you publish your pictures online?

I’m always interested in your own solutions. How do you publish your pictures online? Feel free to share your experience by adding a comment on this page.

| RSS | Stumble it ! | Digg it ! | del.icio.us | Photography Voter|

Read similar articles

Article published on: Feb 10 , 2008 under Publish Pictures

2 comments

1 Joseph { 02.28.08 at 2:57 pm }

Hi: I am a (hobby) developer and have developed an open source photo album generator. I was browsing through the net to find some help text and found your tutorials. You’ve explained these concepts pretty well and thought I could use some of these - not a copy of these text but the concepts. Of course I will provide a link back to your page; just thought I will get your permission before going ahead with that.

BTW: if you want to check out the application it is hosted in http://code.google.com/p/fowdotnet/ . It is only the first version; planning to add more styles and features as I go along.

Thank you.
Joseph

2 vlad { 02.28.08 at 6:50 pm }

Joseph…thanx for your comment. It’s ok to use my concepts as long as you point to my site. Make sure you check out Extreme Thumbnail Generator…I believe they have a mature product.

Leave a Comment