version 2, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ilbmtoppm |
|
|
2 |
!!!ilbmtoppm |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
BUGS |
|
|
8 |
REFERENCES |
|
|
9 |
SEE ALSO |
|
|
10 |
AUTHORS |
|
|
11 |
---- |
|
|
12 |
!!NAME |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
ilbmtoppm - convert an ILBM file into a portable pixmap |
|
|
16 |
!!SYNOPSIS |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
__ilbmtoppm__ [[__-verbose__] |
|
|
20 |
[[__-ignore____]__ |
|
|
21 |
[[__-isham__|__-isehb__] [[__-adjustcolors__] |
|
|
22 |
[[''ILBMfile''] |
|
|
23 |
!!DESCRIPTION |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
Reads an IFF ILBM file as input. Produces a portable pixmap |
|
|
27 |
as output. Supported ILBM types are: |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
Normal ILBMs with 1-16 planes. |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
Amiga Extra_Halfbrite (EHB) |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
Amiga HAM with 3-16 planes. |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
24 bit. |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
Multiplatte (normal or HAM) pictures. |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
Color map (BMHD + CMAP chunk only, nPlanes = |
|
|
46 |
0). |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
Unofficial direct color. |
|
|
50 |
|
|
|
51 |
|
|
|
52 |
1-16 planes for each color component. |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
Chunks used: |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
BMHD, CMAP, CAMG (only HAM |
|
|
59 |
|
|
|
60 |
|
|
|
61 |
Chunks ignored: |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
GRAB, DEST, SPRT, CRNG, CCRT, CLUT, DPPV, DRNG, |
|
|
65 |
EPSF |
|
|
66 |
|
|
|
67 |
|
|
|
68 |
Other chunks (ignored but displayed in verbose |
|
|
69 |
mode): |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
NAME, AUTH, (c), ANNO, DPI |
|
|
73 |
|
|
|
74 |
|
|
|
75 |
Unknown chunks are skipped. |
|
|
76 |
!!OPTIONS |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
__-verbose__ |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Give some information about the ILBM file. |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
__-ignore __ |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
Skip a chunk. |
|
|
89 |
|
|
|
90 |
|
|
|
91 |
__-isham | -isehb__ |
|
|
92 |
|
|
|
93 |
|
|
|
94 |
Treat the input file as a HAM or Extra_Halfbrite picture, |
|
|
95 |
even if these flags or not set in the CAMG chunk (or if |
|
|
96 |
there is no CAMG chunk). |
|
|
97 |
|
|
|
98 |
|
|
|
99 |
__-adjustcolors__ |
|
|
100 |
|
|
|
101 |
|
|
|
102 |
If all colors in the CMAP have a value of less then 16, |
|
|
103 |
ilbmtoppm assumes a 4-bit colormap and gives a warning. With |
|
|
104 |
this option the colormap is scaled to 8 bits. |
|
|
105 |
!!BUGS |
|
|
106 |
|
|
|
107 |
|
2 |
perry |
108 |
The multipalette PCHG !BigLineChanges and Huffman |
1 |
perry |
109 |
decompression code is untested. |
|
|
110 |
!!REFERENCES |
|
|
111 |
|
|
|
112 |
|
|
|
113 |
Amiga ROM Kernel Reference Manual - Devices (3rd Ed.) |
|
|
114 |
Addison Wesley, ISBN 0-201-56775-X |
|
|
115 |
!!SEE ALSO |
|
|
116 |
|
|
|
117 |
|
|
|
118 |
ppm(5), ppmtoilbm(1) |
|
|
119 |
!!AUTHORS |
|
|
120 |
|
|
|
121 |
|
|
|
122 |
Copyright (C) 1989 by Jef Poskanzer. |
|
|
123 |
Modified October 1993 by Ingo Wilken |
|
|
124 |
(Ingo.Wilken@informatik.uni-oldenburg.de) |
|
|
125 |
---- |