summaryrefslogtreecommitdiff
path: root/FORMAT
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2015-11-10 17:52:41 +0100
committerFRIGN <dev@frign.de>2015-11-10 18:01:47 +0100
commit372aec2290b9215335a7fbc3c3f42da629b0aa5f (patch)
treeef97ee0f8df6e83cba029c97d525f0d6ac03cac4 /FORMAT
parentaee24c55d0415a0bf86411ad1178cad97993d452 (diff)
Update farbfeld-documentation
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 |
+ +--------+-----------------------------------------------------------+