summaryrefslogtreecommitdiff
path: root/FORMAT
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-08-02 21:19:05 +0200
committerLaslo Hunhold <dev@frign.de>2017-08-02 21:19:05 +0200
commitf0f85f1a0cfcd6d501aee848238913a4fd1e0606 (patch)
tree637c692a64579b95dface084aeb9276851b37997 /FORMAT
parentc6d036bf168f1c196f803fc46a65ad8f4c07c81c (diff)
FORMAT: make it a proper table with Unicode-boundary-glyphs
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 ║
+ ╚════════╧═════════════════════════════════════════════════════════╝