[hackers] [farbfeld] FORMAT: make it a proper table with Unicode-boundary-glyphs || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Wed, 2 Aug 2017 21:19:24 +0200 (CEST)

commit f0f85f1a0cfcd6d501aee848238913a4fd1e0606
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Wed Aug 2 21:19:05 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Wed Aug 2 21:19:05 2017 +0200

    FORMAT: make it a proper table with Unicode-boundary-glyphs

diff --git a/FORMAT b/FORMAT
index 230b5b0..0c082ea 100644
--- a/FORMAT
+++ b/FORMAT
_AT_@ -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 ║
+ ╚════════╧═════════════════════════════════════════════════════════╝
Received on Wed Aug 02 2017 - 21:19:24 CEST

This archive was generated by hypermail 2.3.0 : Wed Aug 02 2017 - 21:24:45 CEST