Bitmap Textures Look Wierd
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? :/
March 12, 2002 08:49 AM
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement