Contents

openEXRRepresentation(of:options:)

Renders the image and exports the resulting image data in open EXR format.

Declaration

func openEXRRepresentation(of image: CIImage, options: [CIImageRepresentationOption : Any] = [:]) throws -> Data

Parameters

  • image:

    The image object to render.

  • options:

    A dictionary with additional options for export.

See Also

Rendering Images for Data or File Export