summaryrefslogtreecommitdiff
path: root/FORMAT
diff options
context:
space:
mode:
Diffstat (limited to 'FORMAT')
-rw-r--r--FORMAT14
1 files changed, 14 insertions, 0 deletions
diff --git a/FORMAT b/FORMAT
new file mode 100644
index 0000000..5966df8
--- /dev/null
+++ b/FORMAT
@@ -0,0 +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 |
+ +--------+-----------------------------------------------------------+