NAME
	write gif - Write a Compuserve GIF image file.

SUMMARY
	Name	write gif
	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
	gif file name	browser		File Type	Filename

DESCRIPTION

	Write a Compuserve GIF image file.

	Note that a GIF file can contain a maximum of 256 colors.
	For maximum flexibility, a separate module is used to
	map the pixels into 256 or fewer colors.

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

PARAMETERS

gif file name (browser)

OUTPUTS

EXAMPLE NETWORKS

	read image
	   |
	   |
	quantize image
	   |   |
	   |   |
	write gif

RELATED MODULES

	read gif
	quantize image

SEE ALSO