summaryrefslogtreecommitdiff
path: root/FORMAT
diff options
context:
space:
mode:
Diffstat (limited to 'FORMAT')
-rw-r--r--FORMAT22
1 files changed, 11 insertions, 11 deletions
diff --git a/FORMAT b/FORMAT
index 230b5b0..0c082ea 100644
--- a/FORMAT
+++ b/FORMAT
@@ -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 ║
+ ╚════════╧═════════════════════════════════════════════════════════╝