Contents

CGImageDestinationAddAuxiliaryDataInfo(_:_:_:)

Sets the auxiliary data, such as mattes and depth information, that accompany the image.

Declaration

func CGImageDestinationAddAuxiliaryDataInfo(_ idst: CGImageDestination, _ auxiliaryImageDataType: CFString, _ auxiliaryDataInfoDictionary: CFDictionary)

Parameters

Discussion

Call this method after you add an image to the image destination. This method adds the specified depth or matte information to the most recently added image.

See Also

Adding Metadata to the Image