applied(to:eventHandler:)
Rotates the image and then scales and crops the rotated image to fit the extent of the input image.
Declaration
func applied(to image: CIImage, eventHandler: EventHandler? = nil) -> CIImageParameters
- image:
An image.
- eventHandler:
An event handler.
Return Value
The rotated image.