将网页图像更改为黑白
我正在使用 API 从著名网站获取一些照片。我想拍摄这些照片并将其更改为黑白,以便在我的网页中重新显示,但颜色已更改。 有没有可能无需将图像存储在磁盘上就可以做到这一点?
谢谢。 对不起我的英语。
I'm using a API to get some photos from a famous web. And I want to take that pictures and change them to black&white, to re-display in my web but with the colors changed.
Is there any possibility to do it without having to store the images on the disk?
THanks.
Sorry for my English.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
示例来自 https://www.php.net/manual/en/function。图像过滤器.php
example from https://www.php.net/manual/en/function.imagefilter.php
当然,这是可能的,但不要这样做,这几乎肯定会违反该网站的使用条款。
Sure, it's possible, but don't do it, it'll almost certainly be a breach of the terms of use of that site.