perl_fu_layer_to_image_size << INDEX >> perl_fu_logulator_crystal_logo

perl_fu_logulator_carved_logo (1997)

NAME
perl_fu_logulator_carved_logo - Carve the text from the specified image. The image will be automatically tiled to accomodate the rendered text string. The "Carve Raised Text" parameter determines whether to carve the text itself, or around the text.
SYNOPSIS
perl_fu_logulator_carved_logo (run_mode,image,drawable,background_img,carve_raised_text)
DESCRIPTION
This "script" is actually a script-fu logo script that has been converted to perl. Instead of producing a logo from a text string (nice but rather limited in the shapes you can create) it uses the drawable you specified as the text shape. Any colour that the plug-in tries to use is ignored, which allows you to create multi-colour text. The drawable must have an alpha channel, and the shape of this channel prescribes the shape of the logo. Most logos ignore any colour information and instead use the shape only as a stencil, but some logo scripts do make use of the text colour. The original help for follows: Carve the text from the specified image. The image will be automatically tiled to accomodate the rendered text string. The "Carve Raised Text" parameter determines whether to carve the text itself, or around the text.
MENUPATH
<Image>/Filters/Logulator/Carved...
IMAGETYPES
RGBA,GRAYA,INDEXEDA
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGbackground_imgBackground Img
INT32carve_raised_textCarve Raised Text
SOME SYNTAX ALTERNATIVES
$drawable->logulator_carved_logo (background_img,carve_raised_text)
$image->logulator_carved_logo (drawable,background_img,carve_raised_text)
perl_fu_logulator_carved_logo (drawable,background_img,carve_raised_text)
logulator_carved_logo Layer (drawable,background_img,carve_raised_text)
logulator_carved_logo Image (drawable,background_img,carve_raised_text)
logulator_carved_logo Channel (drawable,background_img,carve_raised_text)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/logulator
AUTHOR
Spencer Kimball
(c)1997 Spencer Kimball


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