Contents

applied(to:eventHandler:)

Perform the image crop operation on the input pixelBuffer.

Declaration

func applied(to image: CIImage, eventHandler: EventHandler? = nil) throws -> CIImage

Parameters

  • image:

    An image.

  • eventHandler:

    An event handler.

Return Value

The cropped pixel buffer.