Advertisement

Bitmap Textures Look Wierd

Started by March 12, 2002 12:30 AM
0 comments, last by cb_schear 22 years, 11 months ago
When I load bmp textures in my app some of them show up ok, but others turn things blue. I read somewhere that some bitmaps store their image data in BGR, but then why are only some of my images going wierd? Is there a way to see if a bitmap is RGB or BGR? :/
All *.bmp files are store bgr. Each scanline is 4 byte aligned and the header has 54 bytes in total. Make sure the funny images aren''t stored with RLE compression.

This topic is closed to new replies.

Advertisement