i tried so many combinations man, did RGB, RBG, BGR, BRG, GRB, GBR..hehe all of them, and tried using both the first AND last bits, but still my thingo is weird
i have no idea whats wrong!! i was suspecting maybe my method of converting to 8-bit, but i dont get it..
Also heres another thing im stuck on. I used Qhimm's internal tex viewer and viewed Face_b00.tex, and you can see that the first or so pixesl are white, when viewing the file in a text editor, the 16-bit data for that pixel is as follows 0xFF7F = 1111111101111111,
so 0xFF7F is white, but aint white FFFFFF (RGB 8-bit inflated) so that 0 in the 9th place screws stuff up and by using the standard RGB555 format, it wont display white.. so im confused..