Introduction
Introduction Statistics Contact Development Disclaimer Help
FORMAT: make it a proper table with Unicode-boundary-glyphs - farbfeld - suckle…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit f0f85f1a0cfcd6d501aee848238913a4fd1e0606
parent c6d036bf168f1c196f803fc46a65ad8f4c07c81c
Author: Laslo Hunhold <[email protected]>
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 ║
+ ╚════════╧═══════════════�…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.