开发者

stretch image text created by GD

开发者 https://www.devze.com 2023-01-30 11:08 出处:网络
I am trying to use some PHP GD functions to stretch some text in an image开发者_开发知识库. What\'s the easiest way to do this?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消