plug-in-sel-gauss

Thom van Os

Description

Blur neighboring pixels, but only in low-contrast areas

Help

This filter functions similar to the regular gaussian blur filter except that neighbouring pixels that differ more than the given maxdelta parameter will not be blended with. This way with the correct parameters, an image can be smoothed out without losing details. However, this filter can be rather slow.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image (unused)
PF_DRAWABLE drawable Input drawable
PF_FLOAT radius Radius of gaussian blur (in pixels, > 0.0)
PF_INT max-delta Maximum delta

Return

None