Contents

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) -> CIImage

Parameters

  • image:

    An image.

  • eventHandler:

    An event handler.

Return Value

The rotated image.