
.\"	"@(#)output_postscript.txt	1.1 Stardent 90/02/20"
.\"			Copyright (c) 1989 by
.\"			Stardent Computer Inc.
.\"			All Rights Reserved
.\"	
.\"	This software comprises unpublished confidential information of
.\"	Stardent Computer Inc. and may not be used, copied or made
.\"	available to anyone, except in accordance with the license
.\"	under which it is furnished.
.\"	
.\"	This file is under sccs control at Stardent in:
.\"	@aurora/sccs1.p/avs/user_modules/renderers/output_postscript/s.output_postscript.txt
.\"	
.\"	
AVS Modules					       output postscript(6)

NAME
     dump ps - convert pixmap	to PostScript and store	in file

SUMMARY
     Name	   dump ps

     Type	   renderer

     Inputs	   pixmap (required; pixmap)

     Outputs	   none

     Parameters	   Name		   Type
		   filename	   browser
		   mode		   choice

DESCRIPTION
     The dump ps (output postscript) module converts its input pixmap to the
     PostScript	page description language and stores it	in a file.

     After the file is written,	the filename is	reset to NULL.	This
     prevents subsequent changes upstream in the network from automatically
     triggering	the rewriting of the file.  A new file is written only when
     you enter a filename.

     Two types of PostScript output are	supported:

     +	 PostScript-compatible monochrome laser printer.

     +	 PostScript-compatible color laser printer.

INPUTS

     pixmap (pixmap)
	  Any AVS pixmap.

PARAMETERS

     filename
	  A file browser that allows you to specify the	name of	the
	  PostScript file to be	created.  After	the file is written, the
	  filename is reset to NULL.  This prevents subsequent changes
	  upstream in the network from automatically triggering	the
	  rewriting of the file.  A new	file is	written	only when you enter

	  a filename.

     Mode
	  Selects the type of PostScript output: laserwriter or
	  ColorScript 100.


EXAMPLE
     This example converts an image to a PostScript file:

	   READ	IMAGE
	       |
	  IMAGE	TO PIXMAP
	       |
	  OUTPUT POSTSCRIPT

RELATED	MODULES
     image to pixmap, render geometry, alpha blend

LIMITATIONS
     This module does not work on a 16-plane system.


Release	2.0			  Stellar	       dump postscript(6)
Modified 11 June 1990   w.bethel @lbl

