RE: [PHP] resizing images comming out of blobs

2002-07-04 Thread Barajas, Arturo
idth . "x" . $newHeight . " $image_tmpfilename $image_filename"); } else copy($image_tmpfilename, $image_filename); unlink($image_tmpfilename); } else $image_filename = "images/sinlogo.jpg"; Hope that helps. -- Un gr

[PHP] resizing images comming out of blobs

2002-07-04 Thread andy
Hi there, I am wondering how to resize an image which is stored in a mysql blob field. With files this workes just fine, but how to do this with the image comming from blob? Has anybody done this already? Thank you for any help on that, andy -- PHP General Mailing List (http://www.php.net/