Re: [dev] Looking for simple, alpha supporting image format
why not just binary
uint32 width (BIG_ENDIAN)
uint32 height (BIG_ENDIAN)
uint32 pixel(s) (BIG_ENDIAN)
with uint64 length of pixels = width * height;
If you need ascii, just dump it to some hex or base64 converter and good is...
-Anselm
Received on Wed Jul 16 2014 - 14:51:32 CEST
This archive was generated by hypermail 2.3.0
: Wed Jul 16 2014 - 15:00:11 CEST