Page 1 of 1

php imagecreate help

Posted: Fri Oct 10, 2008 2:47 pm
by natatkinson
I'm doing some php imagecreate work, and i've created a template image. From that template I want to add text and another smaller image that goes onto the template image. All this data is coming from a form.

I've got no problem getting the text on the image, but I cannot find out how to put an image on an image. Can anyone throw me a bone?

Re: php imagecreate help

Posted: Fri Oct 10, 2008 5:07 pm
by onion2k
You need to use imagecopy().

Re: php imagecreate help

Posted: Sat Oct 11, 2008 9:20 am
by natatkinson
thats all I needed, was just a push in the right direction. Thank you very much, i've got it working.