On Wed, 18 Nov 2015 11:55:23 +0100
Martti Kühne <mysatyre_AT_gmail.com> wrote:
Hey Martti,
> Since your original announcement contained no information on the
> matter, all your 16 and 32 bit numbers are network endian, right?
+--------+-----------------------------------------------------------+
| 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 |
+--------+-----------------------------------------------------------+
BE = Big Endian = Network Byte Order
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Wed Nov 18 2015 - 12:03:54 CET