以编程方式遮罩图像颜色 - 思考图像主题
有没有办法更改其他网站上托管的图像的颜色?
示例图片链接:http://www.opensource.org/files/garland_logo.png
那么有没有办法用另一种颜色掩盖它?只有某些颜色,例如更改或覆盖浅绿色,但保留深绿色边框? 有什么想法吗?
Is there a way to change the color of a image that is hosted on another site?
Link to example image: http://www.opensource.org/files/garland_logo.png
So is there a way to mask it with another color? and only certain colors like change or overlay the light green but leave the dark green border alone?
Any thoughts ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
客户端解决方案: http://camanjs.com/
您应该可以通过更改 的色调来做到这一点图像: http://camanjs.com/docs/built-in#hue
画布受同源策略约束,所以 文档 包含有关如何使用远程图像进行此操作的详细信息。
浏览器对画布的支持:http://caniuse.com/canvas
A client-side solution: http://camanjs.com/
You should be able to do it by changing the hue of the image: http://camanjs.com/docs/built-in#hue
Canvas is subject to the same-origin policy, so the documentation includes details on how to make this work with remote images.
Browser support for canvas: http://caniuse.com/canvas