我正在尝试在iOS应用中使用CIDotScreen。在iOS 6下应该支持CIDotScreen,但是当我使用:
创建过滤器时 [CIFilter filterWithName:@"CIDotScreen" keysAndValues:kCIInputImageKey, beginImage, kCIInputCenterKey...
编译器抱怨kCIInputCenterKey
无法在iOS上使用。
有什么想法吗?
答案 0 :(得分:1)
A key for a CIVector object that specifies the center of the area, as x and y- coordinates, to be filtered.
Available in OS X v10.5 and later. Not available in iOS.
Availables Keys for input parameters to filters in iOS.
所以我们需要接受编译器的投诉