Re: Using the Image commands in PHP




"Domestos" <never.you@xxxxxxxx> schreef in bericht
news:9clZe.14162$_56.1824@xxxxxxxxxxxxxxxxxxxxxxx
> Okay I am getting round the principles of the image stuff... i'm pretty
> chuffed with what they can do so far... however...
>
> say I am creating a new image 500x500,
>
> and I wanted to include a .gif into that file at a location (top left
> pixel) x=50, y=50 - how do i go about doing that?
>
>
>

Correct me if i am wrong, but you want to create an image that has the
500x500 dimensions and you want to include another picture in it.

That can be done. Use the imagecreate functions.

Sander


.



Relevant Pages