iOS上的CoreImage CIDotScreen

时间:2012-11-08 10:29:25

标签: ios ios6 core-image cifilter

我正在尝试在iOS应用中使用CIDotScreen。在iOS 6下应该支持CIDotScreen,但是当我使用:

创建过滤器时

[CIFilter filterWithName:@"CIDotScreen" keysAndValues:kCIInputImageKey, beginImage, kCIInputCenterKey...

编译器抱怨kCIInputCenterKey无法在iOS上使用。

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

kCIInputCenterKey

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.

  1. kCIOutputImageKey;
  2. kCIInputBackgroundImageKey;
  3. kCIInputImageKey;
  4. kCIInputVersionKey;
  5. 所以我们需要接受编译器的投诉