1Pbmtolps User Manual(0) Pbmtolps User Manual(0)
2
3
4
6 pbmtolps - convert PBM image to PostScript
7
8
10 pbmtolps [-dpi=n] [pbmfile]
11
12 Minimum unique abbreviation of option is acceptable. You may use dou‐
13 ble hyphens instead of single hyphen to denote options. You may use
14 white space in place of the equals sign to separate an option name from
15 its value.
16
17
18
20 This program is part of Netpbm(1).
21
22 pbmtolps reads a PBM image as input and outputs PostScript. The output
23 Postscript uses lines instead of the image operator to generate a
24 (device dependent) picture which will be imaged much faster.
25
26 pnmtops is a more general program for converting from the Netpbm for‐
27 mats to Postscript, though it cannot produce the particular arcane sub‐
28 format that pbmtolps does.
29
30 One pixel of the input image corresponds to one printed pixel ('dot').
31 For this to work, you must use a -dpi option to tell pmtolps the reso‐
32 lution of the target printer, in dots per inch.
33
34
35 The Postscript program pbmtolps generates draws paths of less than 1000
36 segments so as not to overrun limits on the Apple Laserwriter and pos‐
37 sibly other printers.
38
39
41 In addition to the options common to all programs based on libnetpbm
42 (most notably -quiet, see
43 Common Options ⟨index.html#commonoptions⟩ ), pbmtolps recognizes the
44 following command line option:
45
46
47
48 -dpi=n The resolution of the target printer, in dots per inch.
49
50
51
52
54 pnmtops(1), pstopnm(1), pbmtoepsi(1), psidtopgm(1), gs, pbm(1),
55
56
58 George Phillips <phillips@cs.ubc.ca>
59
61 This manual page was generated by the Netpbm tool 'makeman' from HTML
62 source. The master documentation is at
63
64 http://netpbm.sourceforge.net/doc/pbmtolps.html
65
66netpbm documentation 06 July 2019 Pbmtolps User Manual(0)