1Pnmtosgi User Manual(0) Pnmtosgi User Manual(0)
2
3
4
6 pnmtosgi - convert a PNM image to a SGI image file
7
8
10 pnmtosgi
11
12 [-verbatim|-rle]
13
14 [-imagename Name]
15
16 [pnmfile]
17
18
20 This program is part of Netpbm(1).
21
22 pnmtosgi reads a PNM image as input and produces an SGI image file as
23 output. The SGI image will be 2-dimensional (1 channel) for PBM and
24 PGM input, and 3-dimensional (3 channels) for PPM.
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⟩ ), pnmtosgi recognizes the
31 following command line options:
32
33
34
35 -verbatim
36 Write an uncompressed file.
37
38 -rle (default)
39 Write a compressed (run length encoded) file.
40
41 -imagename name
42 Write the string "name" into the imagename field of the header.
43 The name string is limited to 79 characters. If no name is
44 given, pnmtosgi writes "no name" into this field.
45
46
47
49 SGI Image File Format documentation (draft v0.95) by Paul Haeberli
50 (paul@sgi.com). Available via ftp at sgi.com:graphics/SGIIMAGESPEC.
51
52
54 pnm(1), sgitopnm(1)
55
56
58 Copyright (C) 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-olden‐
59 burg.de)
60
62 This manual page was generated by the Netpbm tool 'makeman' from HTML
63 source. The master documentation is at
64
65 http://netpbm.sourceforge.net/doc/pnmtosgi.html
66
67netpbm documentation 29 January 1994 Pnmtosgi User Manual(0)