在php中修改图像
我有一个图像,我在 php 脚本中用作模板。我必须编辑该图像的某些部分,并在运行时在该图像上添加一些文本、图片。现在的问题是图像要进行大量修改(但是预定义的)位置数量,因此我必须在脚本中硬编码大量坐标。有没有任何工具可以帮助完成相同的任务。或任何其他替代方案?
I have an image which i used as a template in php script .I have to edit certain portions of that image and add some text,pictures on that image during runtime.Now the problem is the image is to be modified at a large(but predefined) number of locations ,so i would have to hard code a large number of coordinates in the script. Is there any tool that can help in achieving the same task. or any other alternative ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经有一组预定义位置,并且您使用的是 php,则可以使用 php 的 imagick 图书馆
if you already have a set of predefined location, and you are on php, you can use php's imagick library