Re: Thumbnail images on-the-fly

2002-01-18 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Scott R. Godin) wrote: Many thanks to all of you who responded. :-) One of the things I love the most about these lists -- that one can get so many different perspectives on a problem and solution, because it gives one so much more of an id

Re: Thumbnail images on-the-fly

2002-01-16 Thread Johnathan Kupferer
Your choices are basically GD or Image-Magick I've had good experiences with both. Image::Magick is more full featured but slower so if you're doing anything on the fly you should use GD, but if its just a one pass sort of thing (and I think that is what you're doing) then Image::Magick is be

RE: Thumbnail images on-the-fly

2002-01-16 Thread John Edwards
I think you'll need to look at the image magik module for creating the thumbnails. I've looked at this in the past, and come away with headaches, but I believe it's the right tool for the job. Good luck John -Original Message- From: Scott R. Godin [mailto:[EMAIL PROTECTED]] Sent: 16 Janu

Re: Thumbnail images on-the-fly

2002-01-16 Thread Briac Pilpré
Scott R. Godin wrote: > any pointers? I'm happy to toddle off and download and read my face off > -- that's not a problem.. I'd just like to have some indication on which > direction to start walking. :-) Here are some "Pictures Gallery"-type modules that can be found on CPAN: Apache::Album: