commit f0f85f1a0cfcd6d501aee848238913a4fd1e0606 parent c6d036bf168f1c196f803fc46a65ad8f4c07c81c Author: Laslo Hunhold <dev@frign.de> Date: Wed, 2 Aug 2017 21:19:05 +0200 FORMAT: make it a proper table with Unicode-boundary-glyphs Diffstat:
M | FORMAT | | | 22 | +++++++++++----------- |
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git 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 ║ + ╚════════╧═════════════════════════════════════════════════════════╝