Cocoa API 图像处理
有什么方法可以使用 Cocoa 进行简单的图像处理,例如调整亮度、对比度、曝光度等?像 NSImage 这样的东西?
Is there any way to do simple image manipulation like adjusting brightness, contrast, exposure, etc. using Cocoa? Something like NSImage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为您需要核心映像。
You want Core Image, I think.
如果您想要呈现 UI 以允许用户进行此类修改,请查看 ImageKit。
If you want to present UI to allow the user to make these kinds of modifications, look at ImageKit.
你看过Core Image吗?
Have you had a look at Core Image?
我会查看 CoreImage FunHouse 示例。它几乎向您展示了如何使用 CoreImage 的大部分功能。
I'd check out the CoreImage FunHouse example. It pretty much shows you how to use most of what CoreImage can do.