plug_in_displace_Iterator_ALT << INDEX >> plug_in_drawable_compose

plug_in_ditherize (1.2)

NAME
plug_in_ditherize - dithers current selection
SYNOPSIS
plug_in_ditherize (run_mode,image,drawable,dither_type,colours)
DESCRIPTION
This script takes the current selection and dithers it just like convert to indexed
MENUPATH
<Image>/Filters/Noise/Ditherize...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32dither_typeThe dither type (see gimp_convert_indexed)
INT32coloursThe number of colours to dither to
SOME SYNTAX ALTERNATIVES
$drawable->ditherize (dither_type,colours)
$image->ditherize (drawable,dither_type,colours)
plug_in_ditherize (drawable,dither_type,colours)
ditherize Layer (drawable,dither_type,colours)
ditherize Image (drawable,dither_type,colours)
ditherize Plugin (drawable,dither_type,colours)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/ditherize
AUTHOR
Marc Lehmann
(c)1.2 Marc Lehmann


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