perl_fu_edge_detect_2x2 << INDEX >> perl_fu_firetext

perl_fu_fire (19990802)

NAME
perl_fu_fire - Create a burning (depending on the gradient) halo around an object.
SYNOPSIS
perl_fu_fire (run_mode,image,drawable,threshold,strength,gradient,displace)
DESCRIPTION
DESCRIPTION This plug-in creates a kind of "burning" effect around a drawable. Both black-on-white and white-on-black source images make sense and create different effects (do not use displace with black-on-white drawables, though ;). Although the original colour of the image does not matter, supplying a greyscale drawable (though working) does not look very cool.
MENUPATH
<Image>/Filters/Colors/Fire...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32thresholdIntensity at which to start smearing
INT32strengthThe strength (length) of the bursts
STRINGgradientThe gradient to use for the colour, e.g. 'Incandescent' or 'Burning_Paper'
INT32displaceAdditionally displace with itself?
SOME SYNTAX ALTERNATIVES
$drawable->fire (threshold,strength,gradient,displace)
$image->fire (drawable,threshold,strength,gradient,displace)
perl_fu_fire (drawable,threshold,strength,gradient,displace)
fire Layer (drawable,threshold,strength,gradient,displace)
fire Image (drawable,threshold,strength,gradient,displace)
fire Channel (drawable,threshold,strength,gradient,displace)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/fire
AUTHOR
Marc Lehmann <pcg@goof.com>
(c)19990802 Marc Lehmann


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