plug_in_refract_Iterator_ALT << INDEX >> plug_in_ripple_Iterator_ALT

plug_in_ripple (1997)

NAME
plug_in_ripple - Ripple the contents of the specified drawable
SYNOPSIS
plug_in_ripple (run_mode,image,drawable,period,amplitude,orientation,edges,waveform,antialias,tile)
DESCRIPTION
Ripples the pixels of the specified drawable. Each row or column will be displaced a certain number of pixels coinciding with the given wave form
MENUPATH
<Image>/Filters/Distorts/Ripple...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32periodperiod; number of pixels for one wave to complete
INT32amplitudeamplitude; maximum displacement of wave
INT32orientationorientation; 0 = Horizontal, 1 = Vertical
INT32edgesedges; 0 = smear, 1 = wrap, 2 = black
INT32waveform0 = sawtooth, 1 = sine wave
INT32antialiasantialias; True or False
INT32tiletile; if this is true, the image will retain it's tilability
SOME SYNTAX ALTERNATIVES
$drawable->ripple (period,amplitude,orientation,edges,waveform,antialias,tile)
$image->ripple (drawable,period,amplitude,orientation,edges,waveform,antialias,tile)
plug_in_ripple (drawable,period,amplitude,orientation,edges,waveform,antialias,tile)
ripple Layer (drawable,period,amplitude,orientation,edges,waveform,antialias,tile)
ripple Image (drawable,period,amplitude,orientation,edges,waveform,antialias,tile)
ripple Plugin (drawable,period,amplitude,orientation,edges,waveform,antialias,tile)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/ripple
AUTHOR
Brian Degenhardt <bdegenha@ucsd.edu>
(c)1997 Brian Degenhardt


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