Contents

CGImageDestinationSetProperties(_:_:)

Applies one or more properties to all images in an image destination.

Declaration

func CGImageDestinationSetProperties(_ idst: CGImageDestination, _ properties: CFDictionary?)

Parameters

  • idst:

    The image destination to modify

  • properties:

    A dictionary that contains the properties to apply. For a list of possible values, see Image Properties and doc:CGImageDestination/Configuring-the-Image-Behaviors.

See Also

Adding Metadata to the Image