@NinjaCyborgQuote:
NinjaCyborg wrote:No endianness issues?
Yes the server can convert to any true color format the client ask for, as long it pixel byte size is either 1, 2 or 4 bytes.
Color lookup (pens) are not supported, and I have never tested it.
I do know of one client, where the server told the client it was running in 32bit, client said fine, but it ignore the endian format and as the server was sending Big Endian format and the client expected little.. that resulted in colors looking wrong.
As long as the client tell the server what format it want, it should all be fine.. but there are many diffrent clients out there.