RE: [PHP] Thumbnail Generation from DB Stored Images.

2001-07-13 Thread scott [gts]
o disk (in the thumbnail directory) imagejpeg($out, $tdir .'/'. $file .'_t.jpg', $quality); //} }#if }#while } > -Original Message----- > From: Jason Bell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 12, 2001 7:27 PM >

RE: [PHP] Thumbnail Generation from DB Stored Images.

2001-07-12 Thread Matthew Loff
riginal Message- From: Jason Bell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 7:27 PM To: [EMAIL PROTECTED] Subject: [PHP] Thumbnail Generation from DB Stored Images. Hello! I have images stored in a MySQL Database. I can retrieve the images and display them without a problem, but I

[PHP] Thumbnail Generation from DB Stored Images.

2001-07-12 Thread Jason Bell
Hello! I have images stored in a MySQL Database. I can retrieve the images and display them without a problem, but I'd really like to be able to create thumbnails. The code that I've written just doesn't seem to work. Preferably, I'd like to pull the image from the database, and create the thum