summaryrefslogtreecommitdiff
path: root/utils/farbfeld/FORMAT
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-27 20:57:44 -0500
committerstkhan <personal@slickd.xyz>2023-03-27 20:57:44 -0500
commite58dcfbcd127e00bec22141387037bc58ce8bec8 (patch)
tree4adc1f6694654b9fe83fa49c18b38dcef9f02e7d /utils/farbfeld/FORMAT
parenta327f64412c10b04832fa5ba7c34cf494e291c19 (diff)
Diffstat (limited to 'utils/farbfeld/FORMAT')
-rw-r--r--utils/farbfeld/FORMAT14
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/farbfeld/FORMAT b/utils/farbfeld/FORMAT
deleted file mode 100644
index 0c082ea..0000000
--- a/utils/farbfeld/FORMAT
+++ /dev/null
@@ -1,14 +0,0 @@
-
- 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 ║
- ╚════════╧═════════════════════════════════════════════════════════╝