blob: 028c131819a3bb20467184f89da1a076fe5bdc52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
\
.\" This man page was generated by the Netpbm tool 'makeman' from HTML source.
.\" Do not hand-hack it! If you have bug fixes or improvements, please find
.\" the corresponding HTML page on the Netpbm website, generate a patch
.\" against that, and send it to the Netpbm maintainer.
.TH "Ppmtolj User Manual" 1 "04 September 2000" "netpbm documentation"
.SH NAME
ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file
.UN synopsis
.SH SYNOPSIS
\fBppmtolj\fP
[\fB-gamma\fP \fIval\fP]
[\fB-resolution\fP {\fB75\fP|\fB100\fP|\fB150\fP|\fB300\fP|\fB600\fP}]
[\fB-delta\fP]
[\fB-float\fP]
[\fB-noreset\fP]
[\fIppmfile\fP]
.UN description
.SH DESCRIPTION
.PP
This program is part of
.BR "Netpbm" (1)\c
\&.
.PP
\fBppmtolj\fP reads a PPM image as input and converts it into a
color file suitable to be printed by an HP color PCL 5 printer.
.UN options
.SH OPTIONS
.PP
In addition to the options common to all programs based on libnetpbm
(most notably \fB-quiet\fP, see
.UR index.html#commonoptions
Common Options
.UE
\&), \fBppmtolj\fP recognizes the following
command line options:
.TP
\fB-delta\fP
Apply delta row compression to reduce the size of the pcl file.
.TP
\fB-gamma\fP \fIint\fP
Gamma correct the image using the integer parameter as a gamma (default 0).
.TP
\fB-float\fP
Suppress positioning information. The default is to write the sequence
ESC&l0E to the output.
.TP
\fB-noreset\fP
Don't write the reset sequence to the beginning and end of the output.
.TP
\fB-resolution\fP
Set the required output resolution 75|100|150|300|600
.UN seealso
.SH SEE ALSO
HP PCL 5 & Color Reference Guide,
.BR "\fBpnmtopclxl\fP" (1)\c
\&,
.BR "\fBpbmtolj\fP" (1)\c
\&,
.BR "\fBppmtopj\fP" (1)\c
\&,
.BR "\fBthinkjettopbm\fP" (1)\c
\&,
.BR "\fBppm\fP" (1)\c
\&
.UN author
.SH AUTHOR
Copyright (C) 2000 by Jonathan Melvin.(\fIjonathan.melvin@heywood.co.uk\fP)
.SH DOCUMENT SOURCE
This manual page was generated by the Netpbm tool 'makeman' from HTML
source. The master documentation is at
.IP
.B http://netpbm.sourceforge.net/doc/ppmtolj.html
.PP
|