DUMPPIC(9.1) DUMPPIC(9.1)
NAME
dumppic, face2pic, gif2pic, pcx2pic, picopic - convert other
formats to picture files
SYNOPSIS
fb/dumppic input xsize ysize channels
fb/face2pic [ facefile ]
fb/gif2pic file
fb/pcx2pic [ -r ] [ file ]
fb/picopic red green blue xsize ysize
DESCRIPTION
Dumppic copies input to its standard output, adding a
TYPE=dump picture file header. Xsize and ysize are the
width and height of the picture. Channels is the value of
the output's CHAN= attribute. Face2pic reads facefile
(default standard input), a file in the Usenix face-saver
format, and converts it to picfile(9.6) format, writing the
result on standard output.
Picopic creates a TYPE=pico image from the files red, green
and blue which must be raw (headerless) dumps in scanline
order of size xsizexysize.
Gif2pic reads a CompuServ GIF format picture from input and
converts it to picfile(9.6) format, written on standard out-
put.
Pcx2pic reads a Paintbrush PCX format picture from input (or
standard input) and converts it to picfile(9.6) format,
written on standard output. TYPE=dump is generated by
default; the -r flag selects TYPE=runcode.
SEE ALSO
picfile(9.6)
Page 1 Plan 9 (printed 10/28/25)