plug_in_randomize_Iterator_ALT << INDEX >> plug_in_randomize_hurl_Iterator_ALT

plug_in_randomize_hurl (1995-1998)

NAME
plug_in_randomize_hurl - Add a random factor to the image by hurling random data at it.
SYNOPSIS
plug_in_randomize_hurl (run_mode,image,drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
DESCRIPTION
This plug-in ``hurls'' randomly-valued pixels onto the selection or image. You may select the percentage of pixels to modify and the number of times to repeat the process.
MENUPATH
<Image>/Filters/Noise/Hurl...
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_hurl (rndm_pct,rndm_rcount,seed_type,rndm_seed)
$image->randomize_hurl (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
plug_in_randomize_hurl (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_hurl Layer (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_hurl Image (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_hurl 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>