Advertisement

the BMP images files format

Started by February 24, 2001 06:29 AM
2 comments, last by Xeno 23 years, 11 months ago
hi , i want to write my own procedure to load BMP files , and i need some nifo about how they built: #1: how much bits represent each pixel? for example : 16 bit , 24 bit , etc... #2: is the bits per pixel is not a static value , for example: u can have a pit map the each pixel has 8 bit , and u can have a bitmap that each pixel have 16 bits then if so , how can i know how much bits represent each pixel? #3: how can i know the pixel format of the BMP file? for example: 565 8888 5551 etc.... thanks

- Goblineye Entertainment

------------------------------- Goblineye Entertainment------------------------------

I think you''d better have a read of the MSDN about bitmaps.
Gee Brain, what we gonna do tonight?
Advertisement
have a look at www.wotsit.org
this site contains docs on file formats
------------------------------Christophe MICHELEPITA - Francemichel_c@epita.fr------------------------------These are the two rules of the programmer :1°) Think about the problem2°) Think about the problem again (Christophe BOULLAY)
thanks KrisCool, i''ve been trying to remember the name of that site all day!!

This topic is closed to new replies.

Advertisement