applyFilters

abstract fun applyFilters(image: ImageRef, filters: List<ParametricFilter>): Result<ImageRef>

Applies the specified parametric filters to the provided image.

Return

The result containing the filtered image.

Parameters

image

The image to which filters will be applied.

filters

The list of parametric filters.