diff options
Diffstat (limited to '.repos/farbfeld/FORMAT')
-rw-r--r-- | .repos/farbfeld/FORMAT | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.repos/farbfeld/FORMAT b/.repos/farbfeld/FORMAT new file mode 100644 index 0000000..0c082ea --- /dev/null +++ b/.repos/farbfeld/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-major ║ + ╚════════╧═════════════════════════════════════════════════════════╝ |