The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

make_trans_logos - A script to get transparent beveled logos

SYNOPSIS

<Image>/Filters/Web/Transparent Logo...

DESCRIPTION

This script aims to produce a transparent logo in an indexed image which is ready to be saved in .gif format. If you need a transparent image containing a logo for your web page, just apply this script over a drawable with an alpha channel in RGB or GRAY mode.

You can choose between colour and pattern fill of your text.

As an input, you need to have an image that has an alpha channel, and isn't 100% opaque - it's really designed to work with a text layer. It will then make a "logo" out of your non-white sections of the image and index it. The original image is untouched.

PARAMETERS

 [PF_RADIO, 'color_or_pattern', 'Use a colour or a pattern for text', 0,
    [Colour => 0, Pattern => 1]],
 [PF_PATTERN, 'pattern', "Text pattern", "Wood #1"],
 [PF_COLOUR, 'txt_col', "Text color", [69, 88, 211]],

RETURN VALUES

 [PF_IMAGE,     'image', "Logo"],

IMAGE TYPES

RGBA

HISTORY

  12/5/03: <sjburges@gimp.org>
   s/Gimp->convert/Gimp->image_convert/

AUTHOR

Michele Gherlone <michele.gherlone@liceoberchet.it>

DATE

20140526

LICENSE

(c) 2014 M. Gherlone

Distributed under the same terms as Gimp Perl.