---
title: "autoAdjustmentFilters(options:)"
framework: coreimage
role: symbol
role_heading: Instance Method
path: "coreimage/ciimage/autoadjustmentfilters(options:)"
---

# autoAdjustmentFilters(options:)

Returns a subset of automatically selected and configured filters for adjusting the image.

## Declaration

```swift
func autoAdjustmentFilters(options: [CIImageAutoAdjustmentOption : Any]? = nil) -> [CIFilter]
```

## Parameters

- `options`: You can control which filters are returned by supplying one or more of the keys described in doc://com.apple.coreimage/documentation/CoreImage/autoadjustment-keys. The options dictionary can also contain a doc://com.apple.coreimage/documentation/CoreImage/CIDetectorImageOrientation key. Because some autoadjustment filters rely on face detection, you should specify an image orientation if you want to enable these filters for an image containing face whose orientation does not match that of the image.

## Return Value

Return Value An array of CIFilter instances preconfigured for correcting deficiencies in the supplied image.

## See Also

### Getting Autoadjustment Filters

- [autoAdjustmentFilters()](coreimage/ciimage/autoadjustmentfilters().md)
- [Autoadjustment Keys](coreimage/autoadjustment-keys.md)
