Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/121.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS上的CoreImage CIDotScreen_Ios_Ios6_Core Image_Cifilter - Fatal编程技术网

iOS上的CoreImage CIDotScreen

iOS上的CoreImage CIDotScreen,ios,ios6,core-image,cifilter,Ios,Ios6,Core Image,Cifilter,我正在尝试在iOS应用程序中使用CIDotScreen。iOS 6应支持CIDotScreen,但当我使用以下内容创建过滤器时: [CIFilter filter with name:@“CIDotScreen”键和值:kCIInputImageKey、beginImage、kCIInputCenterKey… 编译器抱怨kCIInputCenterKey在iOS上不可用 有什么想法吗? kCIOutputImageKey kCIInputBackgroundImageKey kCIInput

我正在尝试在iOS应用程序中使用CIDotScreen。iOS 6应支持CIDotScreen,但当我使用以下内容创建过滤器时:

[CIFilter filter with name:@“CIDotScreen”键和值:kCIInputImageKey、beginImage、kCIInputCenterKey…

编译器抱怨
kCIInputCenterKey
在iOS上不可用

有什么想法吗?

  • kCIOutputImageKey
  • kCIInputBackgroundImageKey
  • kCIInputImageKey
  • KCIIInputVersionKey
  • 所以我们需要接受编译器的投诉

    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.