perl_fu_circular_shape << INDEX >> perl_fu_contrast_enhance_2x2

perl_fu_clear_alpha (20000412)

NAME
perl_fu_clear_alpha - This plug-in sets the (hidden) colour in transparent regions to some constant, to support better file compression
SYNOPSIS
perl_fu_clear_alpha (run_mode,image,drawable,threshold,colour,all_layers)
DESCRIPTION
This plug-in sets the (hidden) colour in transparent regions to some constant, to support better file compression
MENUPATH
<Image>/Image/Alpha/Clear Alpha...
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32thresholdThe threshold to detect 'transparent' with
COLOURcolourThe colour to set the transparent parts to
INT32all_layersApply to all layers instead of only the active one?
SOME SYNTAX ALTERNATIVES
$drawable->clear_alpha (threshold,colour,all_layers)
$image->clear_alpha (drawable,threshold,colour,all_layers)
perl_fu_clear_alpha (drawable,threshold,colour,all_layers)
clear_alpha Layer (drawable,threshold,colour,all_layers)
clear_alpha Image (drawable,threshold,colour,all_layers)
clear_alpha Channel (drawable,threshold,colour,all_layers)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/clear_alpha
AUTHOR
Marc Lehmann
(c)20000412 Marc Lehmann <pcg@goof.com>


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