.TH DUMPPIC 9.1
.SH NAME
dumppic, face2pic, gif2pic, nasa2pic, pcx2pic, picopic, utah2pic \- convert other formats to picture files
.SH SYNOPSIS
.B fb/dumppic
.I input xsize ysize channels
.PP
.B fb/face2pic
[
.I facefile
]
.PP
.B fb/gif2pic
.I file
.PP
.B fb/nasa2pic
.I file
.PP
.B fb/pcx2pic
[
.B -r
]
[
.I file
]
.PP
.B fb/picopic
.I red green blue xsize ysize
.PP
.B fb/utah2pic
.I file
.SH DESCRIPTION
.I Dumppic
copies
.I input
to its standard output, adding a
.B TYPE=dump
picture file header.
.I Xsize
and
.I ysize
are the width and height of the picture.
.I Channels
is the value of the output's
.B CHAN=
attribute.
.I Face2pic
reads
.I facefile
(default standard input),
a file in the Usenix face-saver format, and converts it to
.IR picfile (9.6)
format, writing the result on standard output.
.PP
.I Picopic
creates a
.B TYPE=pico
image from the files
.I red, green
and
.I blue
which must be raw (headerless)
dumps in scanline order of size
.I xsize\(muysize.
.PP
.I Gif2pic
reads a CompuServ GIF format picture from
.I input
and converts it to
.IR picfile (9.6)
format, written on standard output.
.PP
.I Nasa2pic
reads a NASA satellite image and converts it to
.IR picfile (9.6)
format, written on standard output.
It can decipher only images with a single 8-bit channel.
NASA images typically have copious annotations in their
headers; these are mostly lost.
.PP
.I Utah2pic
reads a Utah format image and converts it to
.IR picfile (9.6)
format, written on standard output.
.PP
.I Pcx2pic
reads a Paintbrush PCX format picture from
.I input
(or standard input)
and converts it to
.IR picfile (9.6)
format, written on standard output.
.B TYPE=dump
is generated by default; the
.B -r
flag selects
.BR TYPE=runcode .
.SH "SEE ALSO
.IR picfile (9.6)
