| Anzahl | Größe | Daten |
|---|---|---|
| 1 | 4 Bytes | "FORM" (File-Identifier) |
| 4 | 1 Byte | Unbekannte Daten |
| 1 | 4 Bytes | "PBM " (Header-Identifier) |
| Anzahl | Größe | Daten |
|---|---|---|
| 1 | 4 Bytes | "BHMD" (Chunk-Identifier) |
| 1 | 4 Bytes | length (Chunk-Length, bei ungerader Zahl aufrunden) |
| 1 | 2 Bytes | width (Breite des Bildes) |
| 1 | 2 Bytes | height (Höhe des Bildes) |
| 4 | 1 Byte | Unbekannte Daten |
| 1 | 2 Bytes | depth (Farbtiefe des Bildes) |
| 1 | 2 Bytes | compression_flag (Kompressionsflag des Bildes) |
| length - 20 | 1 Byte | Unbekannte Daten |
| Anzahl | Größe | Daten |
|---|---|---|
| 1 | 4 Bytes | "CMAP" (Chunk-Identifier) |
| 1 | 4 Bytes | length (Chunk-Length, muss 768 sein) |
| 256 | 3 Bytes | RGB (Farbdaten) |
| Anzahl | Größe | Daten |
|---|---|---|
| 1 | 4 Bytes | "BODY" (Chunk-Identifier) |
| 1 | 4 Bytes | length (Chunk-Length, bei ungerader Zahl aufrunden) |
| length | 1 Byte | color (Farbindex aus "CMAP"-Palette, Alpha-Wert immer 0xFF) |
| 1 | 1 Byte | ctype (Komprimierungstyp) |
| 1 | 1 Byte | count (Anzahl nachfolgender Farbpixel) |
| count | 1 Byte | color (Farbindex aus "CMAP"-Palette, Alpha-Wert immer 0xFF) |
| 1 | 1 Byte | color (Farbindex aus "CMAP"-Palette, Alpha-Wert immer 0xFF) |
| Anzahl | Größe | Daten |
|---|---|---|
| 1 | 4 Bytes | "????" (Chunk-Identifier) |
| 1 | 4 Bytes | length (Chunk-Length, bei ungerader Zahl aufrunden) |
| length | 1 Byte | Unbekannte Daten |