On Fri, March 25, 2005 6:32 pm, Kevin Coyner said: > > Is there a way to create multiple jpg thumbnails from a series of larger > originals and use all of the on-the-fly generated thumbnails in a page > (without saving any of the thumbnails to the filesystem)? > > For example, I've got 5 full size jpg's in a directory, and I'd like to > list them on a page in table form as follows If you are already forcing the user to download the fullsize image in that same page, you might as well just use HEIGHT and WIDTH attributes on your other <IMG /> tags and let the browser do the scaling. You'd be MUCH better off making and saving the thumbnails in advance, mind you, but you're ruled that out. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php