NAME
avs2ps - convert AVS image input on stdin to monochrome PostScript on stdoutSYNOPSIS
avs2ps [-b] [-dpi xxx] < infile.avs > outfile.ps
EXAMPLES
Produce an unbordered black & white image suitable for printing on a 300 dpi PostScript printer.render < infile.r3d | avs2ps > image.ps Add a border, and prepare image for a 400dpi printer
render < infile.r3d | avs2ps -b -dpi 400 > image.ps
OPTIONS
-b Draw a border around the figure. By default avs2ps will produce a borderless image 0.5 inch in from the bottom left of the page.DESCRIPTION
avs2ps converts the input stream to a grey scale image and then applies an empirical algorithm for dithering and error propagation to produce a monochrome output image.SOURCE
anonymous ftp site:ftp.bmsc.washington.edu
http://www.bmsc.washington.edu/raster3d/raster3d.html
Ethan A Merritt
University of Washington, Seattle WA 98195
[email protected]
SEE ALSO
render(l), raster3d(l), avsAUTHORS
Ethan A Merritt.Dithering algorithm derived from code by Randy Read and Albert Berghuis.
8 May 1999 | Raster3D |