perl_fu_pixelmap << INDEX >> perl_fu_random_art_1

perl_fu_prep4gif (2-15-98)

NAME
perl_fu_prep4gif - Prep for gif
SYNOPSIS
perl_fu_prep4gif (run_mode,image,drawable,lower_threshold,growth,convert_to_indexed,dither,colors)
DESCRIPTION
Make the image a small-cut-out of the intended background, so your transparent text doesn't look blocky.
MENUPATH
<Image>/Filters/Web/Prepare for GIF...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32lower_thresholdLower Alpha Threshold
INT32growthHow Much growth for safety
INT32convert_to_indexedConvert Image to indexed
INT32ditherFloyd-Steinberg Dithering?
INT32colorsColors to quantize to
SOME SYNTAX ALTERNATIVES
$drawable->prep4gif (lower_threshold,growth,convert_to_indexed,dither,colors)
$image->prep4gif (drawable,lower_threshold,growth,convert_to_indexed,dither,colors)
perl_fu_prep4gif (drawable,lower_threshold,growth,convert_to_indexed,dither,colors)
prep4gif Layer (drawable,lower_threshold,growth,convert_to_indexed,dither,colors)
prep4gif Image (drawable,lower_threshold,growth,convert_to_indexed,dither,colors)
prep4gif Channel (drawable,lower_threshold,growth,convert_to_indexed,dither,colors)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/prep4gif
AUTHOR
Seth Burgess
(c)2-15-98 Seth Burgess <sjburges@gimp.org>


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