Re: [PHP] Create Thumbnails from image

2002-09-26 Thread Julien Bonastre
Message - From: "Kjell Hansen" <[EMAIL PROTECTED]> To: "-=| Julien Bonastre |=-" <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 1:55 AM Subject: Re: [PHP] Create Thumbnails from image Hey Julien! Thanx for the code! Your posting from yesterday helped me

Re: [PHP] Create Thumbnails from image

2002-09-23 Thread -=| Julien Bonastre |=-
$errmsg[count($errmsg)-1])>$fwidth?strlen($errmsg[count($err msg)-1]):$fwidth); } } if(strlen($errmsg)>0) { // Spit out required [standard] MIME-type header header("Content-type: image/jpeg"); $f_size=2; $img=imagecreate(imagefontwidth($f_size)*$fwidth+14,(imagefonth

[PHP] Create Thumbnails from image

2002-09-22 Thread Kjell Hansen
Hi, I'm using a Win2k with php4.1 and I'd like to make some thumbnails from pictures on my disk. I've gotten the impression that it's possible, but I havent' found out just how. I've stumbled across the ImageCopyResized function but it requires a imagehandle(?) to the file copied from. How do I g