Penguin
Annotated edit history of pbmtolj(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pbmtolj
2 !!!pbmtolj
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
2 perry 13 pbmtolj - convert a portable bitmap into HP !LaserJet format
1 perry 14 !!SYNOPSIS
15
16
17 __pbmtolj__ [[__-resolution__ ''N''] [[__-float__]
18 [[__-noreset__] [[__-packbits__] [[__-delta__]
19 [[__-compress__] [[''pbmfile'']
20 !!DESCRIPTION
21
22
2 perry 23 Reads a portable bitmap as input. Produces HP !LaserJet data
1 perry 24 as output.
25
26
27 Note that there is no ljtopbm tool.
28 !!OPTIONS
29
30
31 __-resolution__
32
33
34 Specifies the resolution of the output device, in dpi.
35 Typical values are 75, 100, 150, 300, and 600. The default
36 is 75.
37
38
39 __-float__
40
41
42 Suppresses positioning information. The default is to write
43 the sequence ''ESC '' to the output
44 file.
45
46
47 __-noreset__
48
49
50 Prevents pbmtolj from writing the reset sequences to the
51 beginning and end of the output file.
52
53
54 __-packbits__
55
56
57 Enables use of TIFF packbits compression.
58
59
60 __-delta__
61
62
63 Enables use of delta-between-rows compression.
64
65
66 __-compress__
67
68
69 Enables use of both TIFF packbits, and delta-between-rows
70 compression.
71
72
73 All flags can be abbreviated to their shortest unique
74 prefix.
75 !!SEE ALSO
76
77
78 pbm(5)
79 !!AUTHOR
80
81
82 Copyright (C) 1988 by Jef Poskanzer and Michael Haberler.
83 __-float__ and __-noreset__ options added by Wim
84 Lewis. __-delta, -packbits,__ and __-compress__
85 options added by Dave Platt.
86 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.