1Ppmtolj User Manual(0) Ppmtolj User Manual(0)
2
3
4
6 ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file
7
8
10 ppmtolj
11
12 [-gamma val]
13
14 [-resolution {75|100|150|300|600}]
15
16 [-delta]
17
18 [-float]
19
20 [-noreset]
21
22 [ppmfile]
23
24
26 This program is part of Netpbm(1).
27
28 ppmtolj reads a PPM image as input and converts it into a color file
29 suitable to be printed by an HP color PCL 5 printer.
30
31
33 In addition to the options common to all programs based on libnetpbm
34 (most notably -quiet, see
35 Common Options ⟨index.html#commonoptions⟩ ), ppmtolj recognizes the
36 following command line options:
37
38
39
40 -delta Apply delta row compression to reduce the size of the pcl file.
41
42 -gamma int
43 Gamma correct the image using the integer parameter as a gamma
44 (default 0).
45
46
47 -float Suppress positioning information. The default is to write the
48 sequence ESC&l0E to the output.
49
50
51 -noreset
52 Don't write the reset sequence to the beginning and end of the
53 output.
54
55
56 -resolution
57 Set the required output resolution 75|100|150|300|600
58
59
60
61
63 HP PCL 5 & Color Reference Guide, pnmtopclxl(1), pbmtolj(1), ppm‐
64 topj(1), thinkjettopbm(1), ppm(1)
65
66
68 Copyright (C) 2000 by Jonathan Melvin.(jonathan.melvin@heywood.co.uk)
69
71 This manual page was generated by the Netpbm tool 'makeman' from HTML
72 source. The master documentation is at
73
74 http://netpbm.sourceforge.net/doc/ppmtolj.html
75
76netpbm documentation 04 September 2000 Ppmtolj User Manual(0)