如何在 php 中制作 facebook 个人资料图片的拼贴画?

发布于 2024-10-15 23:49:16 字数 125 浏览 2 评论 0原文

我能够检索我朋友的所有个人资料照片。

有一些应用程序会将一些个人资料照片拼接在一起并上传到用户的相册中。

我检索图像或上传图像绝对没有问题。我不知道如何将这些照片粘在一起。

有什么建议吗?

I am able to retrieve all of my friend's profile pics.

There are some apps where the some profile pics are stitched together and uploaded into the user's photo album.

I have absolutely no problems retrieving the images or uploading images. I have no idea how to glue together these pics.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

云裳 2024-10-22 23:49:16

也许你可以使用 imagecopy() 甚至更好的 imagecopyresized() 并将它们粘贴在一起?

这就是你的目的吗?

Maybe you could use imagecopy() or even better imagecopyresized() and paste them together?

Is this what you were aiming at?

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