FORMAT - farbfeld - suckless image format with conversion tools | |
git clone git://git.suckless.org/farbfeld | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
FORMAT (1669B) | |
--- | |
1 | |
2 FARBFELD IMAGE FORMAT SPECIFICATION | |
3 | |
4 ╔════════╤═════════════�… | |
5 ║ Bytes │ Description … | |
6 ╠════════╪═════════════�… | |
7 ║ 8 │ "farbfeld" magic value … | |
8 ╟────────┼─────────────�… | |
9 ║ 4 │ 32-Bit BE unsigned integer (width) … | |
10 ╟────────┼─────────────�… | |
11 ║ 4 │ 32-Bit BE unsigned integer (height) … | |
12 ╟────────┼─────────────�… | |
13 ║ [2222] │ 4⋅16-Bit BE unsigned integers [RGBA] / pixel, row-maj… | |
14 ╚════════╧═════════════�… |