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

# CIImageAutoAdjustmentOption

```
struct CIImageAutoAdjustmentOption
```

## Topics

### Initializers

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

### Type Properties

[`crop`](/documentation/CoreImage/CIImageAutoAdjustmentOption/crop)

A key used to specify whether to return a filter that crops the image to focus on detected features.

[`enhance`](/documentation/CoreImage/CIImageAutoAdjustmentOption/enhance)

A key used to specify whether to return enhancement filters.

[`features`](/documentation/CoreImage/CIImageAutoAdjustmentOption/features)

A key used to specify an array of features that you want to apply enhancement and red eye filters to.

[`level`](/documentation/CoreImage/CIImageAutoAdjustmentOption/level)

A key used to specify whether to return a filter that rotates the image to keep a level perspective.

[`redEye`](/documentation/CoreImage/CIImageAutoAdjustmentOption/redEye)

A key used to specify whether to return a red eye filter.



---

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)