summary refs log tree commit diff
path: root/ppmtolj.html
blob: ac8c8f64d4394f43f1748e9093d07d6eac1eaee7 (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
<html><head><title>Ppmtolj User Manual</title></head>
<body>
<h1>ppmtolj</h1>
Updated: 04 September 2000
<br>
<a href="#index">Table Of Contents</a>

<h2>NAME</h2>
ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file

<h2 id="synopsis">SYNOPSIS</h2>

<b>ppmtolj</b>

[<b>-gamma</b> <i>val</i>]

[<b>-resolution</b> {<b>75</b>|<b>100</b>|<b>150</b>|<b>300</b>|<b>600</b>}]

[<b>-delta</b>]

[<b>-float</b>]

[<b>-noreset</b>] 

[<i>ppmfile</i>]

<h2 id="description">DESCRIPTION</h2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><b>ppmtolj</b> reads a PPM image as input and converts it into a
color file suitable to be printed by an HP color PCL 5 printer.

<h2 id="options">OPTIONS</h2>

<p>In addition to the options common to all programs based on libnetpbm
(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
Common Options</a>), <b>ppmtolj</b> recognizes the following
command line options:

<dl compact>
<dt><b>-delta</b>

<dd>
Apply delta row compression to reduce the size of the pcl file. 
<dt><b>-gamma</b> <i>int</i>

<dd>
Gamma correct the image using the integer parameter as a gamma (default 0).

<dt><b>-float</b>

<dd>
Suppress positioning information.  The default is to write the sequence 
ESC&amp;l0E to the output.

<dt><b>-noreset</b>

<dd>
Don't write the reset sequence to the beginning and end of the output.

<dt><b>-resolution</b>

<dd>
Set the required output resolution 75|100|150|300|600

</dl>

<h2 id="seealso">SEE ALSO</h2>

HP PCL 5 &amp; Color Reference Guide,
<a href="pnmtopclxl.html"><b>pnmtopclxl</b></a>,
<a href="pbmtolj.html"><b>pbmtolj</b></a>,
<a href="ppmtopj.html"><b>ppmtopj</b></a>,
<a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>,
<a href="ppm.html"><b>ppm</b></a>

<h2 id="author">AUTHOR</h2>

Copyright (C) 2000 by Jonathan Melvin.(<a
href="mailto:jonathan.melvin@heywood.co.uk">jonathan.melvin@heywood.co.uk</a>)


<hr>
<h2 id="index">Table Of Contents</h2>
<ul>
<li><a href="#synopsis">SYNOPSIS</a>
<li><a href="#description">DESCRIPTION</a>
<li><a href="#options">OPTIONS</a>
<li><a href="#seealso">SEE ALSO</a>
<li><a href="#author">AUTHOR</a>
</ul>
</body>
</html>