只需单击一下即可操作图像

发布于 2024-10-17 03:01:32 字数 189 浏览 1 评论 0原文

我想知道是否可以将以下 基础图像 转换为 使用 PHP GD 库更新图像

I would like to know whether it is possible to convert the following base image to updated image using PHP GD library?

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

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

发布评论

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

评论(1

满身野味 2024-10-24 03:01:32

一切皆有可能。如果您确实愿意,可以用 PHP 重新实现 Adob​​e Photoshop 中的每一种算法,一次在图像中读取和写入一个像素。这只是您想要花费多少天/周/月/年来重新发明轮子而不是寻找合适的工具/库的问题。

那么你能把某种投影的东西变成某种砖块的东西吗?是的。你能用一行代码自动完成它吗?不,没有 GD 函数知道这就是您想要发生的事情。

Anything is possible. You can reimplement every algorithm in Adobe Photoshop in PHP if you really wanted to, reading and writing one pixel at a time to/from the image. It's just a matter of how many days/weeks/months/years you want to spend reinventing the wheel instead of finding an appropriate tool/library.

So can you turn some kind of drop shadow thing into some kind of brick thing? Yes. Can you do it automatically in one line of code? No, there's no GD function that knows that's what you want to happen.

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