plug_in_mosaic_Iterator_ALT << INDEX >> plug_in_newsprint_Iterator_ALT

plug_in_newsprint (1998 (v0.52))

NAME
plug_in_newsprint - Re-sample the image to give a newspaper-like effect
SYNOPSIS
plug_in_newsprint (run_mode,image,drawable,cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
DESCRIPTION
Halftone the image, trading off resolution to represent colors or grey levels using the process described both in the PostScript language definition, and also by Robert Ulichney, "Digital halftoning", MIT Press, 1987.
MENUPATH
<Image>/Filters/Distorts/Newsprint...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32cell_widthscreen cell width, in pixels
INT32colorspaceseparate to 0:RGB, 1:CMYK, 2:Intensity
INT32k_pulloutPercentage of black to pullout (CMYK only)
FLOATgry_angGrey/black screen angle (degrees)
INT32gry_spotfnGrey/black spot function (0=dots, 1=lines, 2=diamonds, 3=euclidean dot, 4=PS diamond)
FLOATred_angRed/cyan screen angle (degrees)
INT32red_spotfnRed/cyan spot function (values as gry_spotfn)
FLOATgrn_angGreen/magenta screen angle (degrees)
INT32grn_spotfnGreen/magenta spot function (values as gry_spotfn)
FLOATblu_angBlue/yellow screen angle (degrees)
INT32blu_spotfnBlue/yellow spot function (values as gry_spotfn)
INT32oversamplehow many times to oversample spot fn
SOME SYNTAX ALTERNATIVES
$drawable->newsprint (cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
$image->newsprint (drawable,cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
plug_in_newsprint (drawable,cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
newsprint Layer (drawable,cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
newsprint Image (drawable,cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
newsprint Plugin (drawable,cell_width,colorspace,k_pullout,gry_ang,gry_spotfn,red_ang,red_spotfn,grn_ang,grn_spotfn,blu_ang,blu_spotfn,oversample)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/newsprint
AUTHOR
Austin Donnelly
(c)1998 (v0.52) Austin Donnelly


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