summaryrefslogtreecommitdiff
path: root/FORMAT
blob: 6821ab2b50388717cc08e057ecc79d78198c81d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

  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          |
  |        | pixels in rows, ProPhoto RGB, not alpha-premultiplied |
  +--------+-------------------------------------------------------+