.TH paltohdf 1
.SH NAME
paltohdf \- convert raw palette file to hdf format palette, store in hdf file.
.SH SYNOPSIS
.B paltohdf
infile hdffile
.SH DESCRIPTION
Paltohdf takes a raw palette file with 256 bytes of values for each of
red, green, and blue, converts it to an HDF format palette, and stores
to an HDF file. The raw format is
.br
(red0...red255, green0...green255, blue0...blue255)
.SH ARGUMENTS
You must supply both the infile and hdffile arguments.
.SH OPTIONS
None.
.SH SEE ALSO
hdftoxwd(1), paltohdf(1), xwdtotek4693(1)
.SH BUGS
You bet. Mail to olsen@msc2.tn.cornell.edu.
.SH REQUIREMENTS
The NCSA HDF library should be present on your system.
.SH ACKNOWLEDGMENTS
Thanks to NCSA for providing the HDF file specifications, and the Unix
C code needed to manipulate them.
.SH AUTHOR
Dave Olsen