Name: Anonymous 2016-01-13 1:50
farbfeld is a lossless image format which is easy to parse, pipe and
compress.
It has the following format:
http://tools.suckless.org/farbfeld/
compress.
It has the following format:
| 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-aligned |
http://tools.suckless.org/farbfeld/