write pcx - Write a PC Paintbrush PCX image file.

Name

	write pcx - Write a PC Paintbrush PCX image file.

Summary

	Name	write pcx
	Type	Output
	Inputs	eight bit image - 	field 2D 2-space 1-vector uniform byte REQUIRED
	palette - 	colormap REQUIRED
	Outputs	NONE
	Parameters
	Name		Type	Default	Choices
	pcx file name	browser		File Type	Filename

Description

	Write a PC Paintbrush PCX image file.
	Note that a PCX file can contain a maximum of 256 colors.
	For maximum flexibility, a separate module is used to 
	pick those colors.

Inputs

	eight bit image - field 2D 2-space 1-vector uniform byte
	palette - colormap

Parameters

pcx file name (browser)

Outputs


Example networks

	read image
	   |
	   |
	quantize image
	   |   |
	   |   |
	write pcx

Related modules

	read pcx
	quantize image

See also