stretch image text created by GD
I am trying to use some PHP GD functions to stretch some text in an image开发者_开发知识库.
What's the easiest way to do this?
Thanks
Draw the text on an image, use imagecopyresized
to copy it to a taller image, and by resizing the whole image you've resized the text. Now you can copy it to the final image.
精彩评论