On Wed, 8 Oct 2003 12:01:02 -0700, Penny S <[email hidden]> penned:
Quoted message said:I'm in the process of redoingsome of my persoanal pages, and I have a general question for whoever
wants to pipe up:
for photo album viewing, is page of thumbnails that link to images preferable to a page with let's
say, a half dozen or so medium size photos?
penny
I just figured out, sort of ( d'oh) the automated weg gallery part of photoshop...
thanks...
It depends on how you're doing it.
If you're just using the html to resize the image, then the viewer still has to wait for the
full-sized picture to be downloaded, so there's not much point in a thumbnail (from a bandwidth
perspective, anyway).
If you have thumbnail-size images stored on your server (fastest), or if you are using a dynamic
language to create thumbnail-size images that you're then passing down (depending on the server and
number of images, probably fast enough), then thumbnails are probably best. That way, your viewer
can decide which pictures they really want to see.
Me, I admit to being too lazy for any thumbnail approach -- I name my images and have a PHP script
search through the directories, using the filenames as the links. There are many "album"-type
applications out there for free, if you can use PHP, perl, etc on your server, but so far I haven't
liked any of them well enough to use them.
--
monique Please respond to the group OR to my email, but not both. (Group preferred.)