applied(to:eventHandler:)
Perform the image crop operation on the input pixelBuffer.
Declaration
func applied(to image: CIImage, eventHandler: EventHandler? = nil) throws -> CIImageParameters
- image:
An image.
- eventHandler:
An event handler.
Return Value
The cropped pixel buffer.