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 -> DataParameters
- image:
The image object to render.
- options:
A dictionary with additional options for export.
See Also
Rendering Images for Data or File Export
tiffRepresentation(of:format:colorSpace:options:)jpegRepresentation(of:colorSpace:options:)pngRepresentation(of:format:colorSpace:options:)heifRepresentation(of:format:colorSpace:options:)heif10Representation(of:colorSpace:options:)writeTIFFRepresentation(of:to:format:colorSpace:options:)writeJPEGRepresentation(of:to:colorSpace:options:)writePNGRepresentation(of:to:format:colorSpace:options:)writeHEIFRepresentation(of:to:format:colorSpace:options:)writeHEIF10Representation(of:to:colorSpace:options:)writeOpenEXRRepresentation(of:to:options:)CIImageRepresentationOption