Contents

applyingFilter(_:)

Applies the filter to an image and returns the output.

Declaration

func applyingFilter(_ filterName: String) -> CIImage

Discussion

A convenience method for applying a single filter to the method receiver and returning the output image. Identical to applyingFilter(_:parameters:) with default parameters.

See Also

Creating an Image by Modifying an Existing Image