如何使用 Core Image 滤镜来调整对比度或清晰度?
如何使用 Core Image 框架调整对比度或清晰度?应使用哪些过滤器以及为什么?
有没有例子说明如何做到这一点?
How do you adjust contrast or sharpness using the Core Image framework? Which filters should be used and why?
Are there any examples which show how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对比度很容易:
但是,对于清晰度,你就不走运了,因为 iOS 5.0 的滤镜中不包含这一点。
Contrast is easy:
However, for sharpness, you're out of luck, as that's not included in the filters for iOS 5.0.