How to write the BITMAPINFOHEADER
-
Hello everyone! I want capture a picture from a playing file(the file is now playing at my display) it support 16-bit YUYV type. BITMAPINFOHEADER bih; the question is: How to write the parameters of bih? such as bih.biCompression, bih.biXPelsPerMeter, bih.biYPelsPerMeter, bih.biBitCount. Cause I'm a freshman,please explain in detail! Thanks! free like a bird
-
Hello everyone! I want capture a picture from a playing file(the file is now playing at my display) it support 16-bit YUYV type. BITMAPINFOHEADER bih; the question is: How to write the parameters of bih? such as bih.biCompression, bih.biXPelsPerMeter, bih.biYPelsPerMeter, bih.biBitCount. Cause I'm a freshman,please explain in detail! Thanks! free like a bird
-
go on the former question.......... Should I write the parameter bmiColors of BITMAPINFO? if need,how? And what's type it is? what's regulation should I must obey? Thanks! free like a bird
Hi, Have a look @ this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_7zfp.asp[^] Sujan