如何使用 php 的 imagick 将文本转换为图像?
我有一个文本文件,我正在尝试将其转换为图像。我知道如何使用 GD 执行此操作,但我无法使用 imagick/imagemagick 找到合适的函数。
I have a text files which I'm trying to convert into images. I know how to do this with GD but I'm having trouble finding suitable functions with imagick/imagemagick.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想要 annotateImage() 将会有比你需要做的更多的事情像 setFont() ,setTextAlignment() 等...但这应该让你继续
you want annotateImage() there will be more than that you need to do like setFont() ,setTextAlignment() etc... but that should get you going