autoAdjustmentFilters(options:)
Returns a subset of automatically selected and configured filters for adjusting the image.
Declaration
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 Autoadjustment Keys.
The options dictionary can also contain a 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
An array of CIFilter instances preconfigured for correcting deficiencies in the supplied image.