[hackers] [farbfeld] Use the "row-major" term instead of "row-aligned" || FRIGN

From: <git_AT_suckless.org>
Date: Mon, 22 Feb 2016 17:40:17 +0100 (CET)

commit cb90a3d930f63c1d5f9aca8c6b680735711303cf
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Mon Feb 22 17:37:56 2016 +0100
Commit: FRIGN <dev_AT_frign.de>
CommitDate: Mon Feb 22 17:38:27 2016 +0100

    Use the "row-major" term instead of "row-aligned"

diff --git a/FORMAT b/FORMAT
index 5966df8..230b5b0 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-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 |
+ +--------+---------------------------------------------------------+
diff --git a/farbfeld.5 b/farbfeld.5
index 8201f25..b9308b1 100644
--- a/farbfeld.5
+++ b/farbfeld.5
_AT_@ -15,7 +15,7 @@ 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
+[2222] 4*16-Bit BE unsigned integers [RGBA] / pixel, row-major
 .Ed
 The RGB-data should be sRGB for best interoperability and not
 alpha-premultiplied.
Received on Mon Feb 22 2016 - 17:40:17 CET

This archive was generated by hypermail 2.3.0 : Mon Feb 22 2016 - 17:48:12 CET