Re: [PHP] create multiple jpg thumbnails and use in a page

2005-03-28 Thread Richard Lynch
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

Re: [PHP] create multiple jpg thumbnails and use in a page

2005-03-26 Thread Dotan Cohen
On Fri, 25 Mar 2005 21:32:44 -0500, Kevin Coyner <[EMAIL PROTECTED]> wrote: > > 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 exa

RE: [PHP] create multiple jpg thumbnails and use in a page

2005-03-25 Thread Mike
Here's how I'd go about that - 1) create two pages a) the page that is displaying the images b) the script that generates the thumbnails 2) 'a' is simple - it just reads the directory and creates the HTML to image_thumbnail.php?image=image.jpg 3) 'b' is passed 'image.jpg', reads the file,