ppmtolj(1) - Linux man page
Name
ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file
Synopsis
ppmtolj
[-gamma val]
[-resolution {75|100|150|300|600}]
[-delta]
[-float]
[-noreset]
[ppmfile]
Description
This program is part of Netpbm(1).
ppmtolj reads a PPM image as input and converts it into a color file suitable to be printed by an HP color PCL 5 printer.
Options
- -delta
Apply delta row compression to reduce the size of the pcl file.
- -gamma int
- Gamma correct the image using the integer parameter as a gamma (default 0).
- -float
Suppress positioning information. The default is to write the sequence ESC&l0E to the output.
- -noreset
- Don't write the reset sequence to the begining and end of the output.
- -resolution
- Set the required output resolution 75|100|150|300|600
See Also
HP PCL 5 & Color Reference Guide, pnmtopclxl.html(1), pbmtolj.html(1), ppmtopj(1), thinkjettopbm(1), ppm.html(1)
Author
Copyright © 2000 by Jonathan Melvin.(jonathan.melvin@heywood.co.uk)