plug_in_randomize_pick_Iterator_ALT << INDEX >> plug_in_randomize_slur_Iterator_ALT

plug_in_randomize_slur (1995-1998)

NAME
plug_in_randomize_slur - Add a random factor to the image by slurring (similar to melting).
SYNOPSIS
plug_in_randomize_slur (run_mode,image,drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
DESCRIPTION
This plug-in slurs (melts like a bunch of icicles) an image. You may select the percentage of pixels to modify and the number of times to repeat the process.
MENUPATH
<Image>/Filters/Noise/Slur...
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATrndm_pctRandomization percentage (1.0 - 100.0)
FLOATrndm_rcountRepeat count (1.0 - 100.0)
INT32seed_typeSeed type (10 = current time, 11 = seed value)
INT32rndm_seedSeed value (used only if seed type is 11)
SOME SYNTAX ALTERNATIVES
$drawable->randomize_slur (rndm_pct,rndm_rcount,seed_type,rndm_seed)
$image->randomize_slur (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
plug_in_randomize_slur (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_slur Layer (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_slur Image (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_slur Plugin (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/randomize
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>