Contents

kCGImageMetadataShouldExcludeXMP

A Boolean value that indicates whether to exclude XMP data from the destination.

Declaration

let kCGImageMetadataShouldExcludeXMP: CFString

Discussion

The value of this key must be a CFBoolean value. The default value is kCFBooleanFalse, which causes the destination to include XMP metadata. If you use this flag in conjunction with the kCGImageDestinationMetadata flag, the image destination preserves EXIF and IPTC tags but doesn’t write XMP packets to the file.

See Also

Configuring the Image Behaviors