Contents

filterArray(fromSerializedXMP:inputImageExtent:error:)

Returns an array of filter objects de-serialized from XMP data.

Declaration

class func filterArray(fromSerializedXMP xmpData: Data, inputImageExtent extent: CGRect, error outError: NSErrorPointer) -> [CIFilter]

Parameters

  • xmpData:

    The XMP data created previously by calling Serializedxmp(from:inputimageextent:).

  • extent:

    The extent of the image from which the XMP data was extracted.

  • outError:

    The address of an NSError object for receiving errors, otherwise nil.

See Also

Deprecated