views:

265

answers:

3

My application have some problem on opening 32bit BMP images. some image has alpha channel and with certain value, but window image viewer, picasa photoshop seems ignore the alpha channel. how can I know whether I should take the alpha channel into account.

So I need a specification of 32bit BMP Image. Can anyone help?

Many thanks!

A: 

The ultimate documentation for the BMP format comes from the authors of it - Microsoft. Read it at MSDN.

Vilx-
-1, it's not a format spec, its an API
Max Gontar
Read it carefully. It's both. BMP format is defined through these structures.
Vilx-
A: 

http://www.wotsit.org/ has the answer:

(Warning for popups when visiting following link)
http://www.fortunecity.com/skyscraper/windows/364/bmpffrmt.html

Stefan
+2  A: 

Also in Wikipedia: BMP

Nick D