perl_fu_view3d << INDEX >> perl_fu_windify

perl_fu_webify (1.0)

NAME
perl_fu_webify - Make an image suitable for the web
SYNOPSIS
perl_fu_webify (run_mode,image,drawable,new,transparent,bg_color,threshold,colors,autocrop)
DESCRIPTION
This plug-in converts the image to indexed, with some extra options
MENUPATH
<Image>/Filters/Web/Webify...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32newcreate a new image?
INT32transparentmake transparent?
COLOURbg_colorthe background colour to use for transparency
INT32thresholdthe threshold to use for background detection
INT32colorshow many colours to use (0 = don't convert to indexed)
INT32autocropautocrop at end?
SOME SYNTAX ALTERNATIVES
$drawable->webify (new,transparent,bg_color,threshold,colors,autocrop)
$image->webify (drawable,new,transparent,bg_color,threshold,colors,autocrop)
perl_fu_webify (drawable,new,transparent,bg_color,threshold,colors,autocrop)
webify Layer (drawable,new,transparent,bg_color,threshold,colors,autocrop)
webify Image (drawable,new,transparent,bg_color,threshold,colors,autocrop)
webify Channel (drawable,new,transparent,bg_color,threshold,colors,autocrop)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/webify
AUTHOR
Marc Lehmann
(c)1.0 Marc Lehmann


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