perl_fu_round_sel << INDEX >> perl_fu_seth_spin

perl_fu_scratches (19990223)

NAME
perl_fu_scratches - Create a scratch effect
SYNOPSIS
perl_fu_scratches (run_mode,image,drawable,angle_x,angle_y,gamma,smoothness,length)
DESCRIPTION
Add scratches to an existing image. Works best on a metallic-like background.
MENUPATH
<Image>/Filters/Distorts/Scratches...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32angle_xThe horizontal angle
INT32angle_yThe vertical angle
FLOATgammaScratch map gamma
INT32smoothnessThe scratch smoothness
INT32lengthThe scratch length
SOME SYNTAX ALTERNATIVES
$drawable->scratches (angle_x,angle_y,gamma,smoothness,length)
$image->scratches (drawable,angle_x,angle_y,gamma,smoothness,length)
perl_fu_scratches (drawable,angle_x,angle_y,gamma,smoothness,length)
scratches Layer (drawable,angle_x,angle_y,gamma,smoothness,length)
scratches Image (drawable,angle_x,angle_y,gamma,smoothness,length)
scratches Channel (drawable,angle_x,angle_y,gamma,smoothness,length)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/scratches
AUTHOR
Marc Lehmann
(c)19990223 Marc Lehmann <pcg@goof.com>


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