perl_fu_make_bevel_logos << INDEX >> perl_fu_map_to_gradient

perl_fu_make_trans_logos (20000123)

NAME
perl_fu_make_trans_logos - A script to get transparent beveled logos
SYNOPSIS
perl_fu_make_trans_logos (run_mode,image,drawable,use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
DESCRIPTION
This script aims to produce a transparent logo in an indexed image which is ready to be saved in .gif format. The quality of the logo is equal to that of flattened .jpg images. 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'll get a transparent image in indexed mode. You can choose between colour and pattern fill of your text. Enjoy it!
MENUPATH
<Image>/Filters/Logulator/Transparent Logo...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32use_a_colour_or_a_pattern_for_textThe user's choice
STRINGchoose_a_patternChoose the text Pattern
COLOURchoose_a_colourChoose the text Color
SOME SYNTAX ALTERNATIVES
$drawable->make_trans_logos (use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
$image->make_trans_logos (drawable,use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
perl_fu_make_trans_logos (drawable,use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
make_trans_logos Layer (drawable,use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
make_trans_logos Image (drawable,use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
make_trans_logos Channel (drawable,use_a_colour_or_a_pattern_for_text,choose_a_pattern,choose_a_colour)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/translogo
AUTHOR
Michele Gherlone <mikem@enet.it>
(c)20000123 (c) 2000 M. Gherlone


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