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
NSErrorobject for receiving errors, otherwisenil.