1Pktopbm User Manual(0) Pktopbm User Manual(0)
2
3
4
6 pktopbm - convert packed (PK) format font into PBM
7
8
10 pktopbm pkfile[.pk] [ -x width ] [ -y height ] [-c num] pbmfile ...
11
12
14 This program is part of Netpbm(1).
15
16 pktopbm reads a packed (PK) font file as input, and produces PBM images
17 as output. If the filename "-" is used for any of the filenames, the
18 standard input stream (or standard output where appropriate) will be
19 used. If either the width or height is specified, this value will be
20 used for all bitmaps produced. Also if one or both values are speci‐
21 fied, the bitmap will be relocated with the hoffset and voffset given
22 in the pkfile. The basepoint will be placed in the lower left corner of
23 the bitmap if the bitmap is bigger than the specified size it will be
24 truncated at the top or right.
25
26
28 In addition to the options common to all programs based on libnetpbm
29 (most notably -quiet, see
30 Common Options ⟨index.html#commonoptions⟩ ), pktopbm recognizes the
31 following command line options:
32
33
34
35 -c num Sets the character number of the next bitmap written to num.
36
37
38 -x width
39 Sets the width of the image in columns.
40
41
42 -y width
43 Sets the height of the image in rows.
44
45
46
47
49 pbmtopk(1), pbm(1)
50
51
53 Adapted from Tom Rokicki's pxtopk by Angus Duggan <ajcd@dcs.ed.ac.uk>.
54 <bartel@informatik.tu-muenchen.de> in March 1995.
55
57 This manual page was generated by the Netpbm tool 'makeman' from HTML
58 source. The master documentation is at
59
60 http://netpbm.sourceforge.net/doc/pktopbm.html
61
62netpbm documentation 06 August 1990 Pktopbm User Manual(0)