开发者

creating signatures with gd and php

开发者 https://www.devze.com 2023-03-06 15:16 出处:网络
Does any one know good resource site that outlines how to construct user signature with use o开发者_如何学Gof PHP and GD library? Not that much just some sort of custom font and custom background imag

Does any one know good resource site that outlines how to construct user signature with use o开发者_如何学Gof PHP and GD library? Not that much just some sort of custom font and custom background image which is preset by the user upon uploading.

Example

creating signatures with gd and php

Thank you in advance


http://scriptplayground.com/tutorials/php/Text-On-Image/

Notice how ImageTTFText() is being called multiple times: once for the text, then once for the shadow. To make your example sig image, you'll need to call ImageTTFText() for every bit of text you want to add on top of the image using coordinates and colors of your choosing.

0

精彩评论

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