plug_in_diffraction_Iterator_ALT << INDEX >> plug_in_displace_Iterator_ALT

plug_in_displace (1996)

NAME
plug_in_displace - Displace the contents of the specified drawable
SYNOPSIS
plug_in_displace (run_mode,image,drawable,amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
DESCRIPTION
Displaces the contents of the specified drawable by the amounts specified by 'amount_x' and 'amount_y' multiplied by the intensity of corresponding pixels in the 'displace_map' drawables. Both 'displace_map' drawables must be of type GIMP_GRAY_IMAGE for this operation to succeed.
MENUPATH
<Image>/Filters/Map/Displace...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATamount_xDisplace multiplier for X direction
FLOATamount_yDisplace multiplier for Y direction
INT32do_xDisplace in X direction?
INT32do_yDisplace in Y direction?
DRAWABLEdisplace_map_xDisplacement map for X direction
DRAWABLEdisplace_map_yDisplacement map for Y direction
INT32displace_typeEdge behavior: { WRAP (0), SMEAR (1), BLACK (2) }
SOME SYNTAX ALTERNATIVES
$drawable->displace (amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
$image->displace (drawable,amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
plug_in_displace (drawable,amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
displace Layer (drawable,amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
displace Image (drawable,amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
displace Plugin (drawable,amount_x,amount_y,do_x,do_y,displace_map_x,displace_map_y,displace_type)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/displace
AUTHOR
Stephen Robert Norris & (ported to 1.0 by) Spencer Kimball
(c)1996 Stephen Robert Norris


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