以编程方式遮罩图像颜色 - 思考图像主题

发布于 2024-11-25 00:28:38 字数 320 浏览 0 评论 0原文

有没有办法更改其他网站上托管的图像的颜色?

示例图片链接: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

enter image description here

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 技术交流群。

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

发布评论

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

评论(1

夜访吸血鬼 2024-12-02 00:28:38

客户端解决方案: 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

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