perl_fu_stamps << INDEX >> perl_fu_tex_string_to_float

perl_fu_terraltext (1999-03-15)

NAME
perl_fu_terraltext - Make a cool text bumpmap thingy
SYNOPSIS
perl_fu_terraltext (run_mode,image,drawable,solid_noise,font_name,text,blur_amount)
DESCRIPTION
Does a neat text render effect. If you uncheck the box, it uses the current layer. Otherwise, it overwrites the current layer and uses a solid noise
MENUPATH
<Image>/Filters/Render/Terral Text...
IMAGETYPES
RGB*,GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32solid_noiseThe Texture Type
STRINGfont_nameFont Name
STRINGtextEnter your Text to be Terral-ified
INT32blur_amountBlur Amount
SOME SYNTAX ALTERNATIVES
$drawable->terraltext (solid_noise,font_name,text,blur_amount)
$image->terraltext (drawable,solid_noise,font_name,text,blur_amount)
perl_fu_terraltext (drawable,solid_noise,font_name,text,blur_amount)
terraltext Layer (drawable,solid_noise,font_name,text,blur_amount)
terraltext Image (drawable,solid_noise,font_name,text,blur_amount)
terraltext Channel (drawable,solid_noise,font_name,text,blur_amount)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/terral_text
AUTHOR
Seth Burgess
(c)1999-03-15 Seth Burgess <sjburges@gimp.org>


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