commit cb90a3d930f63c1d5f9aca8c6b680735711303cf
Author:     FRIGN <[email protected]>
AuthorDate: Mon Feb 22 17:37:56 2016 +0100
Commit:     FRIGN <[email protected]>
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
@@ -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
@@ -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.

Reply via email to