Page 1 of 1

[solved]GD - adding a picture onto another

Posted: Fri Mar 12, 2004 4:06 pm
by vigge89
I'm creating a image-script, which i want to open a template-image, and then include another image on it. I know how to deal with text, but i have no clue on how to add other images to the image i created with GD from a PNG-template.

Thanks in advance.

Posted: Fri Mar 12, 2004 4:57 pm
by vigge89
oh, btw, the template image is png-8, and the image i want to "include" is either png, jpg or gif...
Is this possible, or should i use an png-24 instead?

Posted: Fri Mar 12, 2004 5:23 pm
by vigge89
found the function, [php_man]imagecopy[/php_man]