No overview available.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
Framework
- Core Image
Declaration
typedef NSString *CIImageOption;
No overview available.
SDKs
Framework
typedef NSString *CIImageOption;
k CIImage Apply Orientation Property
The key for transforming an image according to orientation metadata.
k CIImage Auxiliary Depth
The key into the properties dictionary indicating whether to return an auxiliary depth image.
k CIImage Auxiliary Disparity
The key into the properties dictionary indicating whether to return an auxiliary disparity image.
k CIImage Auxiliary Portrait Effects Matte
The key into the properties dictionary indicating whether to return auxiliary portrait effects matte.
k CIImage Color Space
The key for a color space.
k CIImage Nearest Sampling
The key into the properties dictionary to indicate whether to use nearest-neighbor sampling.
k CIImage Properties
The key for image metadata properties.
k CIImage Provider Tile Size
A key for the image tiles size. The associated value is an NSArray
that containsNSNumber
objects for the dimensions of the image tiles requested from the image provider.
k CIImage Provider User Info
A key for data needed by the image provider. The associated value is an object that contains the needed data.