-
Notifications
You must be signed in to change notification settings - Fork 2
/
FORMAT
14 lines (12 loc) · 1.63 KB
/
FORMAT
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ║
╚════════╧═════════════════════════════════════════════════════════╝