<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIImageRepresentationOption",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:@T@CIImageRepresentationOption"
  },
  "title" : "CIImageRepresentationOption"
}
-->

# CIImageRepresentationOption

```
struct CIImageRepresentationOption
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/CoreImage/CIImageRepresentationOption/init(rawValue:))

### Type Properties

[`kCIImageRepresentationAVDepthData`](/documentation/CoreImage/CIImageRepresentationOption/avDepthData)

The depth data representation of an image.

[`kCIImageRepresentationAVPortraitEffectsMatte`](/documentation/CoreImage/CIImageRepresentationOption/avPortraitEffectsMatte)

[`kCIImageRepresentationAVSemanticSegmentationMattes`](/documentation/CoreImage/CIImageRepresentationOption/avSemanticSegmentationMattes)

[`kCIImageRepresentationDepthImage`](/documentation/CoreImage/CIImageRepresentationOption/depthImage)

`options` dictionary key for image export methods to output depth data.

[`kCIImageRepresentationDisparityImage`](/documentation/CoreImage/CIImageRepresentationOption/disparityImage)

`options` dictionary key for image export methods to output disparity data.

[`kCIImageRepresentationPortraitEffectsMatteImage`](/documentation/CoreImage/CIImageRepresentationOption/portraitEffectsMatteImage)

[`kCIImageRepresentationSemanticSegmentationGlassesMatteImage`](/documentation/CoreImage/CIImageRepresentationOption/semanticSegmentationGlassesMatteImage)

[`kCIImageRepresentationSemanticSegmentationHairMatteImage`](/documentation/CoreImage/CIImageRepresentationOption/semanticSegmentationHairMatteImage)

[`kCIImageRepresentationSemanticSegmentationSkinMatteImage`](/documentation/CoreImage/CIImageRepresentationOption/semanticSegmentationSkinMatteImage)

[`kCIImageRepresentationSemanticSegmentationSkyMatteImage`](/documentation/CoreImage/CIImageRepresentationOption/semanticSegmentationSkyMatteImage)

[`kCIImageRepresentationSemanticSegmentationTeethMatteImage`](/documentation/CoreImage/CIImageRepresentationOption/semanticSegmentationTeethMatteImage)

[`kCIImageRepresentationHDRImage`](/documentation/CoreImage/CIImageRepresentationOption/hdrImage)

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)