modify JPEG on the fly

2003-12-30 Thread Scott Taylor
Hello all, I'm using Apache 1.3.27, Perl 5.6.1 with DBI-DBD::Interbase on Linux 2.4 machine. I have a CGI script which display a JPEG from an Interbase Blob. Now, what I would like to do is modify the JPEG to make it into a useful thumbnail. here is the code that converts the blob (Thanks to

RE: modify JPEG on the fly

2003-12-30 Thread Charles K. Clarkson
Scott Taylor [EMAIL PROTECTED] wrote: : : I'm using Apache 1.3.27, Perl 5.6.1 with DBI-DBD::Interbase : on Linux 2.4 machine. : : I have a CGI script which display a JPEG from an Interbase : Blob. Now, what I would like to do is modify the JPEG to : make it into a useful thumbnail. : : here is