is there a way to take 3 objects:
button graphic
picture thumbnail
text from a POST

and composit them together at the same time ?

I guess I could take the first 2 elements: button graphic and the picture thumbnail...and then imagecopy it...

and then take that composited image and overlay text over it with
imagettftext($im, $fontSize, 0, 11, 16, $white, $font, $text);



Is there a way to do this without compositing twice ?

g

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to