diff options
Diffstat (limited to 'FORMAT')
-rw-r--r-- | FORMAT | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,14 +1,14 @@ FARBFELD IMAGE FORMAT SPECIFICATION - +--------+---------------------------------------------------------+ - | Bytes | Description | - +--------+---------------------------------------------------------+ - | 8 | "farbfeld" magic value | - +--------+---------------------------------------------------------+ - | 4 | 32-Bit BE unsigned integer (width) | - +--------+---------------------------------------------------------+ - | 4 | 32-Bit BE unsigned integer (height) | - +--------+---------------------------------------------------------+ - | [2222] | 4*16-Bit BE unsigned integers [RGBA] / pixel, row-major | - +--------+---------------------------------------------------------+ + ╔════════╤═════════════════════════════════════════════════════════╗ + ║ Bytes │ Description ║ + ╠════════╪═════════════════════════════════════════════════════════╣ + ║ 8 │ "farbfeld" magic value ║ + ╟────────┼─────────────────────────────────────────────────────────╢ + ║ 4 │ 32-Bit BE unsigned integer (width) ║ + ╟────────┼─────────────────────────────────────────────────────────╢ + ║ 4 │ 32-Bit BE unsigned integer (height) ║ + ╟────────┼─────────────────────────────────────────────────────────╢ + ║ [2222] │ 4⋅16-Bit BE unsigned integers [RGBA] / pixel, row-major ║ + ╚════════╧═════════════════════════════════════════════════════════╝ |