diff options
Diffstat (limited to 'FORMAT')
-rw-r--r-- | FORMAT | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -1,15 +1,18 @@ 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 | - +--------+-------------------------------------------------------+ + +--------+-----------------------------------------------+ + | 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 | + | | - linear ROMM RGB (ISO 22028-2:2013) | + | | (= linear ProPhoto RGB = Melissa RGB) | + | | - no alpha premultiplication | + +--------+-----------------------------------------------+ |