plug_in_randomize_hurl_Iterator_ALT << INDEX >> plug_in_randomize_pick_Iterator_ALT

plug_in_randomize_pick (1995-1998)

NAME
plug_in_randomize_pick - Add a random factor to the image by picking a random adjacent pixel.
SYNOPSIS
plug_in_randomize_pick (run_mode,image,drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
DESCRIPTION
This plug-in replaces a pixel with a random adjacent pixel. You may select the percentage of pixels to modify and the number of times to repeat the process.
MENUPATH
<Image>/Filters/Noise/Pick...
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_pick (rndm_pct,rndm_rcount,seed_type,rndm_seed)
$image->randomize_pick (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
plug_in_randomize_pick (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_pick Layer (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_pick Image (drawable,rndm_pct,rndm_rcount,seed_type,rndm_seed)
randomize_pick 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>