1Pbmtomacp User Manual(0) Pbmtomacp User Manual(0)
2
3
4
6 pbmtomacp - convert a PBM image into a MacPaint file
7
8
10 pbmtomacp [-l left]
11
12 [-r right]
13
14 [-b bottom]
15
16 [-t top]
17
18 [pbmfile]
19
20
22 This program is part of Netpbm(1).
23
24 pbmtomacp reads a PBM image as input and produces a MacPaint file as
25 output.
26
27 If you do not specify pbmfile, pbmtomacp uses Standard Input.
28
29 The generated file is only the data fork of a picture. You will need
30 a program such as mcvert to generate a Macbinary or a BinHex file that
31 contains the necessary information to identify the file as a PNTG file
32 to MacOS.
33
34
36 -l, -r, -b, and -t let you define a square into the pbm file, that
37 must be converted. Default is the whole file. If the file is too
38 large for a MacPaint-file, the bitmap is cut to fit from ( left, top ).
39
40
42 ppmtopict(1), macptopbm(1), pbm(1), mcvert documentation
43
44
46 Copyright (C) 1988 by Douwe van der Schaaf (...!mcvax!uvapsy!vdschaaf).
47
48
49
50netpbm documentation 31 August 1988 Pbmtomacp User Manual(0)