plug_in_blur_Iterator_ALT << INDEX >> plug_in_borderaverage

plug_in_blur_randomize (1995-1998)

NAME
plug_in_blur_randomize - Apply a 3x3 blurring convolution kernel to the specified drawable.
SYNOPSIS
plug_in_blur_randomize (run_mode,image,drawable,blur_pct,blur_rcount,seed_type,blur_seed)
DESCRIPTION
This plug-in randomly blurs the specified drawable, using a 3x3 blur. You control the percentage of the pixels that are blurred and the number of times blurring is applied. Indexed images are not supported.
MENUPATH
<Image>/Filters/Blur/Blur...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATblur_pctRandomization percentage (1 - 100)
FLOATblur_rcountRepeat count(1 - 100)
INT32seed_typeSeed type (10 = current time, 11 = seed value)
INT32blur_seedSeed value (used only if seed type is 11)
SOME SYNTAX ALTERNATIVES
$drawable->blur_randomize (blur_pct,blur_rcount,seed_type,blur_seed)
$image->blur_randomize (drawable,blur_pct,blur_rcount,seed_type,blur_seed)
plug_in_blur_randomize (drawable,blur_pct,blur_rcount,seed_type,blur_seed)
blur_randomize Layer (drawable,blur_pct,blur_rcount,seed_type,blur_seed)
blur_randomize Image (drawable,blur_pct,blur_rcount,seed_type,blur_seed)
blur_randomize Plugin (drawable,blur_pct,blur_rcount,seed_type,blur_seed)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/blur
AUTHOR
Miles O'Neal <meo@rru.com> http://www.rru.com/~meo/
(c)1995-1998 Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting


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