BITMAPINFOHEADER

From MultimediaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

BITMAPINFOHEADER is a data structure found in a variety of Microsoft multimedia files.

   int32_t        biSize;
   int32_t        biWidth;
   int32_t        biHeight;
   int16_t        biPlanes;
   int16_t        biBitCount;
   uint32_t       biCompression;
   int32_t        biSizeImage;
   int32_t        biXPelsPerMeter;
   int32_t        biYPelsPerMeter;
   int32_t        biClrUsed;
   int32_t        biClrImportant;