plug_in_sparkle_Iterator_ALT << INDEX >> plug_in_spread_Iterator_ALT

plug_in_spread (1997)

NAME
plug_in_spread - Spread the contents of the specified drawable
SYNOPSIS
plug_in_spread (run_mode,image,drawable,spread_amount_x,spread_amount_y)
DESCRIPTION
Spreads the pixels of the specified drawable. Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts
MENUPATH
<Image>/Filters/Noise/Spread...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATspread_amount_xHorizontal spread amount (0 <= spread_amount_x <= 200)
FLOATspread_amount_yVertical spread amount (0 <= spread_amount_y <= 200)
SOME SYNTAX ALTERNATIVES
$drawable->spread (spread_amount_x,spread_amount_y)
$image->spread (drawable,spread_amount_x,spread_amount_y)
plug_in_spread (drawable,spread_amount_x,spread_amount_y)
spread Layer (drawable,spread_amount_x,spread_amount_y)
spread Image (drawable,spread_amount_x,spread_amount_y)
spread Plugin (drawable,spread_amount_x,spread_amount_y)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/spread
AUTHOR
Spencer Kimball and Peter Mattis, ported by Brian Degenhardt and Federico Mena Quintero
(c)1997 Federico Mena Quintero and Brian Degenhardt


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