iOS - 以编程方式更改颜色通道级别
是否可以使用 Core Graphics 调整颜色级别?
我想使用 Gimp 或其他图形编辑器样式中的参数化曲线来调整通道。
Is it possible to adjust color levels using Core Graphics?
I would like to adjust channels using parametrized curves in the Gimp or other graphic editor style.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用这个:ios-image-filters(如photoshop)
如果你想操作, 级别,这是您的方法,直接构建在 UIImage 类上:
You can use this: ios-image-filters (like photoshop)
if you want to manipulate levels, here's your method, built straight onto the UIImage class: