|
This program is part of
Netpbm(1).
ppmtosixel reads a PPM image as input and produces sixel
commands (SIX) as output. The output is formatted for color printing,
e.g. for a DEC LJ250 color inkjet printer.
If RGB values from the PPM file do not have maxval=100,
ppmtosixel rescales them to maxval 100. A printer control
header and a color assignment table begin the SIX file. Image data is
in a compressed format by default. A printer control footer ends the
image file.
|