Apparently they have the palette messed up, in 32-bit, the order is "BGRA" instead of the normal "RGBA".
I can view the 16-bit images now, but I can't figure out how to change it. I've tried to swap them assuming that instead of using 1 byte for each color, they could have used 1 nibble for each color, but it doesn't seem to work
So basically, the question is: How are the colors organized in a 16-bit palette (I'm using TGA as target format)? (The images show basically fine, but some colors are messed up
Thanks!
