Penguin
Blame: pnmtorast(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pnmtorast(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pnmtorast
2 !!!pnmtorast
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 pnmtorast - convert a portable pixmap into a Sun rasterfile
14 !!SYNOPSIS
15
16
17 __pnmtorast__ [[__-standard__|__-rle__]
18 [[''pnmfile'']
19 !!DESCRIPTION
20
21
22 Reads a portable pixmap as input. Produces a Sun rasterfile
23 as output.
24
25
26 Color values in Sun rasterfiles are eight bits wide, so
27 ''pnmtorast'' will automatically scale colors to have a
28 maxval of 255. An extra ''pnmdepth'' step is not
29 necessary.
30 !!OPTIONS
31
32
33 The __-standard__ flag forces the result to be in
34 RT_STANDARD form; the __-rle__ flag, RT_BYTE_ENCODED,
35 which is smaller but, well, less standard. The default is
36 __-rle__.
37
38
39 All flags can be abbreviated to their shortest unique
40 prefix.
41 !!SEE ALSO
42
43
44 rasttopnm(1), pnm(5)
45 !!AUTHOR
46
47
48 Copyright (C) 1989, 1991 by Jef Poskanzer.
49 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.