you have to use image manipulation functions,

first you have to create your final image with
ImageCreate(,..,...finalwidth, finalheight)
then open each small image independently  and then use the ImageCopy() to
copy and place from the small image to the bigger image...

hope this helps,

"Mike Heald" <[EMAIL PROTECTED]> wrote in message
01090315264701.01009@local">news:01090315264701.01009@local...
> Hi,
>
> I am creating an image made up of other images.
> How can i read in a gif and put it onto the image I
> am creating through php?
>
> Thanks,
>
> Mike



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to