Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调整图像的温度,即。更暖(更黄)或更冷(更蓝)。我一直无法在互联网上找到任何解决方案。我已经可以使用滑块调整 UIImage 的亮度、对比度和饱和度,并且我希望也能够使用滑块来调整温度,这与 Photoshop 和 Lightroom 的做法非常相似。
有人对如何实现温度调节有任何指导吗?
在 Apple 文档中检查 CITemperatureAndTint:
http://developer.apple.com/library/mac/#documentation/graphicsimaging/reference/CoreImageFilterReference/Reference/reference.html#//apple_ref/doc/filter/ci/CITemperatureAndTint
或者,这个库也可以帮助你:
https://github.com/esilverberg/ios-image-filters