Re: [PHP] ImageCopyResized() function

2006-06-18 Thread Robert Cummings
On Sun, 2006-06-18 at 12:02, BBC wrote: > Hi all. > is any one know how to use these functions, and what for are they: > imagecreatetruecolor(); > imagecreatefromjpeg(); > ImageCopyResized(); > ImageDestroy(); I know how to use them all. I learned by reading here: http://ca.php.net/manual/en/

Re: [PHP] ImageCopyResized() function

2006-06-18 Thread Rabin Vincent
On 6/18/06, BBC <[EMAIL PROTECTED]> wrote: is any one know how to use these functions, and what for are they: imagecreatetruecolor(); imagecreatefromjpeg(); ImageCopyResized(); ImageDestroy(); php.net/imagecreatetruecolor php.net/imagecreatefromjpeg php.net/imagecopyresized php.net/imagedestroy

[PHP] ImageCopyResized() function

2006-06-18 Thread BBC
Hi all. is any one know how to use these functions, and what for are they: imagecreatetruecolor(); imagecreatefromjpeg(); ImageCopyResized(); ImageDestroy(); please tell me how to use it like this function mail($a,$b,$c,$d); $a = "email direction where we email to"; $b = "subject of email, it will

Re: [PHP] ImageCopyResized() function

2006-06-18 Thread Jochem Maas
BBC wrote: > Hi all. > is any one know how to use these functions, and what for are they: > imagecreatetruecolor(); > imagecreatefromjpeg(); creating image resource. > ImageCopyResized(); copy and resize image resource. > ImageDestroy(); destroy image resource. RTFM: http://php.net/gd > >

[PHP] ImageCopyResized() function

2006-06-18 Thread BBC
Hi all. is any one know how to use these functions, and what for are they: imagecreatetruecolor(); imagecreatefromjpeg(); ImageCopyResized(); ImageDestroy(); Best regard BBC