I want to use in my app an custom filter. Now I know that I need to use Core Image framework, but i not sure that is right way.
Core Image framework uses for Mac OS and in iOS 5.0 – I’m not sure that could be used for custom CIFilter effects.
Can you help me with this issues?
Thanks all!
I want to use in my app an custom filter. Now I know that
Share
OUTDATED
You can’t create your own custom kernels/filters in iOS yet. See http://developer.apple.com/library/mac/#documentation/graphicsimaging/Conceptual/CoreImaging/ci_intro/ci_intro.html, specifically:
(Bolding mine)