在 NSImage 中用另一种颜色替换一种颜色
我有一个 NSImage 并想用另一种颜色替换其中的一种颜色(例如用绿色替换所有蓝色)是否有一种简单的方法可以做到这一点,如果没有,我怎样才能获得此功能?
I have an NSImage
and want to replace one color in it with another (e.g. replace all the blue with a green colour) Is there an easy way to do this and if not, how could I get this functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是核心形象的工作。或者,您可以使用 Quartz Composer 来计算图像过滤器,并在您的应用程序中嵌入 QCView。
This is a job for core image. Or, you can use use Quartz Composer to figure out your image filter, and embed a QCView in your app.