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?
php imagecreate help
Moderator: General Moderators
Re: php imagecreate help
You need to use imagecopy().
-
natatkinson
- Forum Newbie
- Posts: 4
- Joined: Wed Jul 23, 2008 3:02 pm
Re: php imagecreate help
thats all I needed, was just a push in the right direction. Thank you very much, i've got it working.