applyFilter

open override fun applyFilter(image: ImageRef, filter: ParametricFilter): Result<ImageRef>

Applies given filter to the given image.

Return

The result of the filter application.

Parameters

image

The image to apply filter on

filter

Filter to be applied