plug_in_compose << INDEX >> plug_in_convmatrix_Iterator_ALT

plug_in_convmatrix (1997)

NAME
plug_in_convmatrix - A generic 5x5 convolution matrix
SYNOPSIS
plug_in_convmatrix (run_mode,image,drawable,argc_matrix,matrix,alpha_alg,divisor,offset,argc_channels,channels,bmode)
DESCRIPTION
MENUPATH
<Image>/Filters/Generic/Convolution Matrix...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32argc_matrixThe number of elements in the following array. Should be always 25.
FLOATARRAYmatrixThe 5x5 convolution matrix
INT32alpha_algEnable weighting by alpha channel
FLOATdivisorDivisor
FLOAToffsetOffset
INT32argc_channelsThe number of elements in following array. Should be always 5.
INT32ARRAYchannelsMask of the channels to be filtered
INT32bmodeMode for treating image borders
SOME SYNTAX ALTERNATIVES
$drawable->convmatrix (matrix,alpha_alg,divisor,offset,channels,bmode)
$image->convmatrix (drawable,matrix,alpha_alg,divisor,offset,channels,bmode)
plug_in_convmatrix (drawable,matrix,alpha_alg,divisor,offset,channels,bmode)
convmatrix Layer (drawable,matrix,alpha_alg,divisor,offset,channels,bmode)
convmatrix Image (drawable,matrix,alpha_alg,divisor,offset,channels,bmode)
convmatrix Plugin (drawable,matrix,alpha_alg,divisor,offset,channels,bmode)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/convmatrix
AUTHOR
Lauri Alanko
(c)1997 Lauri Alanko


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>