Compositing 3 images at once with GD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux