显示、调整、&使用 javascript 合并 2 个图像
我想创建一个可以显示两个图像的应用程序,第一个图像是用户的面部图像,第二个图像是可以选择与面部匹配的鼻子图像。因此,当我上传面部图像时,我可以选择匹配的鼻子并调整位置、大小等,然后将它们合并为一张图像。我想用 JavaScript 创建,也许可以使用 php 函数将它们合并为一个,我仍然很困惑应该从哪里开始。
有什么想法吗?参考?谢谢大家
I want to create an application where it can display two images, first image is a face image from user and the second is the nose image that is available to choose to be matched with the face. So when i upload face images, i can choose the matching nose and adjust position, size etc.. then merge them into one image. I want to create with JavaScript and maybe merge them into one using php function, I still confuse where should I start.
Any idea? reference? Thank all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 GD 在 php 中重叠图像的教程:
使用 GD 重叠图像(第 1 部分)
使用 GD 重叠图像(第 2 部分)
使用 GD 重叠图像(第 3 部分)
上传图像、显示图像以及处理一些用户友好操作的其他功能可以使用 JavaScript 轻松完成。如果这些部分有任何问题,我可以提供帮助。
A tutorial for Overlapping Images in php using GD:
Overlapping Images with GD (part 1)
Overlapping Images with GD (part 2)
Overlapping Images with GD (part 3)
other functions to upload images and showing them and handling some user user friendly actions can be done easily with javascript. if there was any question in these parts, I can help.