1Ilbmtoppm User Manual(0) Ilbmtoppm User Manual(0)
2
3
4
6 ilbmtoppm - convert an ILBM file into a PPM image
7
8
10 ilbmtoppm [-ignore<chunkID>] [ -isham | -isnotham | -isehb | -isnotehb
11 | -isdeep | -isnotdeep ] [-cmaponly] [-adjustcolors] [-transparent
12 color] [-maskfile filename [-verbose] [ILBMfile]
13
14
16 This program is part of Netpbm(1).
17
18 ilbmtoppm reads an IFF ILBM file as input and produces a PPM image as
19 output. ilbmtoppm can handle the following ILBM types:
20
21
22
23 · Normal ILBMs with 1-16 planes.
24
25 · Amiga Extra_Halfbrite (EHB)
26
27 · Amiga HAM with 3-16 planes.
28
29 · 24 bit.
30
31 · Multiplatte (normal or HAM) pictures.
32
33 · Color map (BMHD + CMAP chunk only, nPlanes = 0).
34
35 · Unofficial direct color. 1-16 planes for each color component.
36
37
38 ilbmtoppm uses these ILBM chunks: BMHD, CMAP, CAMG (only HAM & EHB
39 flags used), PCHG, BODY unofficial DCOL chunk to identify direct color
40 ILBM. It ignores these chunks: GRAB, DEST, SPRT, CRNG, CCRT, CLUT,
41 DPPV, DRNG, EPSF. It ignores, but displays in verbose mode, these:
42 NAME, AUTH, (c), ANNO, DPI. It skips chunks whose type it doesn't rec‐
43 ognize.
44
45
47 -verbose
48 Give some information about the ILBM file.
49
50
51 -ignore chunkID
52 Skip a chunk. chunkID is the 4-letter IFF chunk identifier of
53 the chunk to be skipped.
54
55
56 -isham | -isehb
57 Treat the input file as a HAM or Extra_Halfbrite picture, even
58 if these flags are not set in the CAMG chunk (or if there is no
59 CAMG chunk).
60
61
62 -cmaponly
63 With this option, ilbmtoppm generates a PPM of the ILBM's color
64 map, not the image itself.
65
66 ilbmtoppm does the same thing even without -cmaponly if the ILBM
67 is a pure color map stream (it has a bitmap header with an
68 nplanes value of zero or has no BODY chunk.
69
70
71
72 -adjustcolors
73 If all colors in the CMAP have a value of less then 16, ilbm‐
74 toppm assumes a 4-bit colormap and gives a warning. With this
75 option the colormap is scaled to 8 bits.
76
77
78
79
81 The multipalette PCHG BigLineChanges and Huffman decompression code is
82 untested.
83
84
86 Amiga ROM Kernel Reference Manual - Devices (3rd Ed.) Addison Wesley,
87 ISBN 0-201-56775-X
88
89
91 ppmtoilbm(1), ppm(1)
92
93
95 Copyright (C) 1989 by Jef Poskanzer.
96
97 Modified October 1993 by Ingo Wilken (Ingo.Wilken@informatik.uni-olden‐
98 burg.de)
99
100
101
102netpbm documentation 04 October 1993 Ilbmtoppm User Manual(0)