I'm trying to figure out how to translate (even if roughly) RGB curves from Photoshop into Quartz Composer - and ultimately into iOS. Any ideas on the best way to do this? Thanks!

没有正确的解决方案

其他提示

For generating a LUT in Photoshop use File > Export > Color Lookup Tables.

For importing LookUp Table into Quartz Composer composition you may use JavaScript patch. Look at this post: How to use LUT with JavaScript?

Touching iOS development, you should get acquainted with Quartz Composer runtime implementation for iOS on GitHub (by Joris Kluivers). Find it here:

https://github.com/kluivers/qc-mobile

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top