在php中修改图像

发布于 2024-11-10 04:24:10 字数 137 浏览 0 评论 0原文

我有一个图像,我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痕至 2024-11-17 04:24:10

如果您已经有一组预定义位置,并且您使用的是 php,则可以使用 php 的 imagick 图书馆

if you already have a set of predefined location, and you are on php, you can use php's imagick library

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文