the BMP images files format
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------------------------------
I think you''d better have a read of the MSDN about bitmaps.
Gee Brain, what we gonna do tonight?
have a look at www.wotsit.org
this site contains docs on file formats
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)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement