Penguin
Annotated edit history of pnmtosgi(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pnmtosgi
2 !!!pnmtosgi
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 BUGS
8 REFERENCES
9 SEE ALSO
10 AUTHOR
11 ----
12 !!NAME
13
14
15 pnmtosgi - convert a portable anymap to a SGI image file
16 !!SYNOPSIS
17
18
19 __pnmtosgi__ [[__-verbatim__|__-rle__]
20 [[__-imagename__ ''Name'']
21 [[__pnmfile__]
22 !!DESCRIPTION
23
24
25 Reads a portable anymap as input. Produces an SGI image file
26 as output. The SGI image will be 2-dimensional (1 channel)
27 for PBM and PGM input, and 3-dimensional (3 channels) for
28 PPM.
29 !!OPTIONS
30
31
32 __-verbatim__
33
34
35 Write an uncompressed file.
36
37
38 __-rle (default)__
39
40
41 Write a compressed (run length encoded) file.
42
43
44 __-imagename name__
45
46
47 Write the string
48 !!BUGS
49
50
51 Probably.
52 !!REFERENCES
53
54
55 SGI Image File Format documentation (draft v0.95) by Paul
56 Haeberli (paul@sgi.com). Available via ftp at
57 sgi.com:graphics/SGIIMAGESPEC.
58 !!SEE ALSO
59
60
61 pnm(5), sgitopnm(1)
62 !!AUTHOR
63
64
65 Copyright (C) 1994 by Ingo Wilken
66 (Ingo.Wilken@informatik.uni-oldenburg.de)
67 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.