Introduction
Introduction Statistics Contact Development Disclaimer Help
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 ╚════════╧═════════════�…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.