perl_fu_fire << INDEX >> perl_fu_fit_text

perl_fu_firetext (19990802)

NAME
perl_fu_firetext - Create a burning (depending on the gradient) halo around a string (see <Image>/Filters/Color/Fire).
SYNOPSIS
image = perl_fu_firetext (run_mode,text,font,inverse,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
<Toolbox>/Xtns/Render/Logos/Firetext...
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
STRINGtextThe text to render (can be multi-line)
STRINGfontThe font to use
INT32inverseInvert source mask?
INT32strengthThe strength (length) of the bursts
STRINGgradientThe gradient to use for the colour, e.g. 'Incandescent' or 'Burning_Paper'
INT32displaceAdditionally displace with itself?
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageThe resulting image
SOME SYNTAX ALTERNATIVES
image = perl_fu_firetext (text,font,inverse,strength,gradient,displace)
image = firetext Layer (text,font,inverse,strength,gradient,displace)
image = firetext Image (text,font,inverse,strength,gradient,displace)
image = firetext Layer (text,font,inverse,strength,gradient,displace)
image = firetext Image (text,font,inverse,strength,gradient,displace)
image = firetext Channel (text,font,inverse,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>