Returns a filter shape object that represents the domain of definition of the image.
SDK
- macOS 10.4+
Framework
- Core Image
Declaration
var definition: CIFilter Shape { get }
Return Value
A filter shape object.
Returns a filter shape object that represents the domain of definition of the image.
SDK
Framework
var definition: CIFilter Shape { get }
A filter shape object.
var extent: CGRect
A rectangle that specifies the extent of the image.
var properties: [String : Any]
A dictionary containing metadata about the image.
var url: URL?
The URL from which the image was loaded.
var color Space: CGColor Space?
The color space of the image.
func orientation Transform(for Exif Orientation: Int32) -> CGAffine Transform
Returns the transformation needed to reorient the image to the specified orientation.