On Wed, 18 Nov 2015 11:55:23 +0100
Martti Kühne <mysat...@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 <d...@frign.de>

Reply via email to