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 -c num Sets the character number of the next bitmap written to num.
29
30
31 -x width
32 Sets the width of the image in columns.
33
34
35 -y width
36 Sets the height of the image in rows.
37
38
39
40
42 pbmtopk(1), pbm(1)
43
44
46 Adapted from Tom Rokicki's pxtopk by Angus Duggan <ajcd@dcs.ed.ac.uk>.
47 <bartel@informatik.tu-muenchen.de> in March 1995.
48
49
50
51netpbm documentation 6 August 1990 Pktopbm User Manual(0)