plug_in_vpropagate_Iterator_ALT << INDEX >> plug_in_warp_Iterator_ALT

plug_in_warp (1997)

NAME
plug_in_warp - Twist or smear an image. (only first six arguments are required)
SYNOPSIS
plug_in_warp (run_mode,image,drawable,amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
DESCRIPTION
Smears an image along vector paths calculated as the gradient of a separate control matrix. The effect can look like brushstrokes of acrylic or watercolor paint, in some cases.
MENUPATH
<Image>/Filters/Map/Warp...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATamountPixel displacement multiplier
DRAWABLEwarp_mapDisplacement control map
INT32iterIteration count (last required argument)
FLOATditherRandom dither amount (first optional argument)
FLOATangleAngle of gradient vector rotation
INT32wrap_typeEdge behavior: { WRAP (0), SMEAR (1), BLACK (2), COLOR (3) }
DRAWABLEmag_mapMagnitude control map
INT32mag_useUse magnitude map: { FALSE (0), TRUE (1) }
INT32substepsSubsteps between image updates
INT32grad_mapGradient control map
FLOATgrad_scaleScaling factor for gradient map (0=don't use)
INT32vector_mapFixed vector control map
FLOATvector_scaleScaling factor for fixed vector map (0=don't use)
FLOATvector_angleAngle for fixed vector map
SOME SYNTAX ALTERNATIVES
$drawable->warp (amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
$image->warp (drawable,amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
plug_in_warp (drawable,amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
warp Layer (drawable,amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
warp Image (drawable,amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
warp Plugin (drawable,amount,warp_map,iter,dither,angle,wrap_type,mag_map,mag_use,substeps,grad_map,grad_scale,vector_map,vector_scale,vector_angle)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/warp
AUTHOR
John P. Beale
(c)1997 John P. Beale


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