I’m trying to use CIDotScreen in an iOS app. CIDotScreen should be supported under iOS 6, however when I create a filter with:
[CIFilter filterWithName:@"CIDotScreen" keysAndValues:kCIInputImageKey, beginImage, kCIInputCenterKey...
The compiler complains on kCIInputCenterKeynot being available on iOS.
Any ideas?
kCIInputCenterKey
Availables Keys for input parameters to filters in iOS.
So we need to accept the compiler’s complaint