1Pnmtorast User Manual(0) Pnmtorast User Manual(0)
2
3
4
6 pnmtorast - convert a PPM into a Sun rasterfile
7
8
10 pnmtorast [-standard|-rle] [pnmfile]
11
12
14 This program is part of Netpbm(1).
15
16 pnmtorastreads a PPM image as input and produces a Sun rasterfile as
17 output.
18
19 Color values in Sun rasterfiles are eight bits wide, so pnmtorast will
20 automatically scale colors to have a maxval of 255. An extra pamdepth
21 step is not necessary.
22
23
25 In addition to the options common to all programs based on libnetpbm
26 (most notably -quiet, see
27 Common Options ⟨index.html#commonoptions⟩ ), pnmtorast recognizes the
28 following command line options:
29
30 All options can be abbreviated to their shortest unique prefix.
31
32
33
34 -standard
35
36 Forces the result to be in RT_STANDARD form.
37
38
39 -rle
40
41 Forces the result to be in RT_BYTE_ENCODED, which is smaller
42 but, well, less standard.
43
44 The default is -rle.
45
46
47
48
50 rasttopnm(1), pnm(1)
51
52
54 Copyright (C) 1989, 1991 by Jef Poskanzer.
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/pnmtorast.html
61
62netpbm documentation 12 January 1991 Pnmtorast User Manual(0)