plug-in-convmatrix

Lauri Alanko

Description

Apply a generic 5x5 convolution matrix

Help


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_INT argc-matrix The number of elements in the following array. Should be always 25.
unknown matrix The 5x5 convolution matrix
PF_INT alpha-alg Enable weighting by alpha channel
PF_FLOAT divisor Divisor
PF_FLOAT offset Offset
PF_INT argc-channels The number of elements in following array. Should be always 5.
unknown channels Mask of the channels to be filtered
PF_INT bmode Mode for treating image borders { EXTEND (0), WRAP (1), CLEAR (2) }

Return

None