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
$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
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
3 matches
Mail list logo