summaryrefslogtreecommitdiff
path: root/FORMAT
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2016-02-22 17:37:56 +0100
committerFRIGN <dev@frign.de>2016-02-22 17:38:27 +0100
commitcb90a3d930f63c1d5f9aca8c6b680735711303cf (patch)
tree8a3747cd40cef4cf2f23c08e203f65e29c57e600 /FORMAT
parentde61085a0413f2f7570a89df345eb875d1a0298c (diff)
Use the "row-major" term instead of "row-aligned"
Diffstat (limited to 'FORMAT')
-rw-r--r--FORMAT22
1 files changed, 11 insertions, 11 deletions
diff --git a/FORMAT b/FORMAT
index 5966df8..230b5b0 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-aligned |
- +--------+-----------------------------------------------------------+
+ +--------+---------------------------------------------------------+
+ | 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 |
+ +--------+---------------------------------------------------------+