RFC: Apache::Thumbnail - Generate image thumbnails on the fly

2000-12-08 Thread Rufus . Cable
Hi - Attached is an Apache module to automatically generate cache thumbnail images. It uses Image::Magick (http://www.simplesystems.org/ImageMagick/) and File::Path (CPAN) and runs quickly enough to be useful on my Apache/mod_perl machine. It's my first proper handler, so let me know if there

Re: RFC: Apache::Thumbnail - Generate image thumbnails on the fly

2000-12-08 Thread Stas Bekman
On Fri, 8 Dec 2000 [EMAIL PROTECTED] wrote: Hi - Attached is an Apache module to automatically generate cache thumbnail images. It uses Image::Magick (http://www.simplesystems.org/ImageMagick/) and File::Path (CPAN) and runs quickly enough to be useful on my Apache/mod_perl machine. It's