PHP 中的文本作为水印
我想创建文本作为图像的水印。水印应具有以下属性
front: Impact
color: white
opacity: 31%
Font style: regular, bold
Bevel and Emboss
size: 30 pixels
I want to create text as a watermark for an image. the water mark should have the following properties
front: Impact
color: white
opacity: 31%
Font style: regular, bold
Bevel and Emboss
size: 30 pixels
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PHP 文档并不总是有很好的示例,但在本例中 imagefttext() docs 应该有帮助。
The PHP documentation is not always so good with examples but in this case the imagefttext() docs should help.
使用不透明度函数 link 。
用法示例:
Use opacity function link .
Example usage: