Re: [PHP] resize an image with php

2004-02-20 Thread Dominique ANOKRE
ok thanks problem solved !! - Original Message - From: "Adam Voigt" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 6:04 PM Subject: Re: [PHP] resi

RE: [PHP] resize an image with php

2004-02-20 Thread craig
> I want to resize an image before display it in the window. > Is there a php fonction which do it ? > > Thanks ! > this will actually resize the photo, hope it helps, Craig /*** ** Function: resizeImageJPG Parameters: $f

Re: [PHP] resize an image with php

2004-02-20 Thread Adam Voigt
You could use the image manipulation functions of PHP, or you could just specify a height and/or width with HTML (in the img tag). On Fri, 2004-02-20 at 12:53, Dominique ANOKRE wrote: > I want to resize an image before display it in the window. > Is there a php fonction which do it ? > > Thanks