Dear experts,
Need to seek your guidance on how lodepng does the RGB encoding for true color 24 bits pixels?
Cos when using lodepng, some of the pictures will have their color wrong, whereas most have it correct. I believe that it is caused by the endianness which strangely is different for each image. I am treating lodepng as always storing as RGB.
Also, what is the purpose of lodepng?
Cos when I use SDL_Image only, all my images will be correct color. (As I can determine endianness from SDL_BYTEORDER)
Thanks in advance