On Sun, Nov 20, 2005 at 05:14:08PM +0100, Andy Pieters wrote:
> Hi all
>
> I wanted to make a simple script to make a resized image from an uploaded one.
>
> I used the example found on the php.net website
>
> ...
>{imagecopyresized($thumb,$main,0,0,0,0,$newwidth,$newheight,$width,
> $height
On Sunday 20 November 2005 17:14, Andy Pieters wrote:
> {case 1:
> imagegif($main,$thumbname);
>
> break;
>
Hi all
I wanted to make a simple script to make a resized image from an uploaded one.
I used the example found on the php.net website
list($width,$height,$type)=getimagesize($newfile);
3 matches
Mail list logo