NAME
make_bevel_logos - A script to get blended beveled logos
SYNOPSIS
<Image>/Filters/Render/_Blended Logo...
DESCRIPTION
This script will produce a new image with a blended beveled logo from your alpha layer, which must have black text. You can choose the initial and final colours of the blend, the background, and how to tweak the bevel effect. It uses a technique quite similar to that in the Inner Bevel Logo.
PARAMETERS
[PF_COLOUR , 'bg_col', "Background colour", [255, 255, 255]],
[PF_COLOUR , 'bl1', "1st blend colour", [247, 231, 9]],
[PF_COLOUR , 'bl2', "2nd blend colour", [255, 0, 0]],
[PF_SLIDER , 'elev', "Strength of bevel", 45.00, [0.00, 60.00, 0.50]],
[PF_SLIDER , 'depth', "Depth of bevel", 4, [1, 20, 1]],
[PF_RADIO , 'transparency', "Background", 0, [Solid => 0, Transparent => 1]],
RETURN VALUES
[PF_IMAGE , 'image', "Logo"],
IMAGE TYPES
RGBA
AUTHOR
Michele Gherlone <michele.gherlone@liceoberchet.it>
DATE
20140526
LICENSE
(c) 2014 Michele Gherlone.
Distributed under the same terms as Gimp Perl.