plug_in_sel2path_advanced << INDEX >> plug_in_semiflatten

plug_in_sel_gauss (1999)

NAME
plug_in_sel_gauss - Applies a selective gaussian blur to the specified drawable.
SYNOPSIS
plug_in_sel_gauss (run_mode,image,drawable,radius,maxdelta)
DESCRIPTION
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.
MENUPATH
<Image>/Filters/Blur/Selective Gaussian Blur...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATradiusRadius of gaussian blur (in pixels > 1.0)
INT32maxdeltaMaximum delta
SOME SYNTAX ALTERNATIVES
$drawable->sel_gauss (radius,maxdelta)
$image->sel_gauss (drawable,radius,maxdelta)
plug_in_sel_gauss (drawable,radius,maxdelta)
sel_gauss Layer (drawable,radius,maxdelta)
sel_gauss Image (drawable,radius,maxdelta)
sel_gauss Plugin (drawable,radius,maxdelta)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/sel_gauss
AUTHOR
Thom van Os
(c)1999 Thom van Os


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