NAME
inner_bevel - Perform an inner bevel on text
SYNOPSIS
<Image>/File/Create/Logos/Inner Bevel...
DESCRIPTION
This uses tigert's inner bevel method on text, which can be found with his other excellent tutorials at http://tigert.gimp.org/
Effect taken from http://tigert.gimp.org/gimp/tutorials/beveled_text/, perl-ified by Seth Burgess <sjburges@gimp.org>
Programatically, this script is about as dull as they come. The only exceptions are those of the neat util functions (that aren't all quite working btw). You can follow step by step with the website at http://tigert.gimp.org/gimp/tutorials/beveled_text/
PARAMETERS
[PF_FONT, "font", "Font Name","URW Bookman L, Bold"],
[PF_FLOAT, "fontsize", "Size of text", 80],
[PF_STRING, "text", "Enter your text to be beveled", "INNERBEVEL"],
[PF_COLOR, "color1", "Blend to this color", [200,19,27]],
[PF_COLOR, "color2", "Blend from this color", [124,10,18]],
[PF_SLIDER, "azimuth", "Direction of the shine", 132, [0,255,5]],
[PF_SLIDER, "elevation", "How shiny the final image will be",30, [0,90,5]],
[PF_SLIDER, "depth", "Determines the final shape", 7 , [0,64,32]],
[PF_RADIO, "maptype", "The type of Map to use(0=Linear,1=Spherical,2=Sinusoidal)", 2, [Linear => 0, Spherical => 1, Sinusoidal => 2] ],
IMAGE TYPES
AUTHOR
Seth Burgess
DATE
1999-03-23
LICENSE
Seth Burgess <sjburges@gimp.org>
Distributed under the same terms as Gimp-Perl.