CWindowsBitmap::BITMAP_INFOHEADER Struct Reference

Windows Bitmap Info Header structure. More...

#include <cwindowsbitmap.h>

List of all members.

Public Attributes

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


Detailed Description

Windows Bitmap Info Header structure.

Member Data Documentation

uint32_t CWindowsBitmap::BITMAP_INFOHEADER::biSize

the size of this header (40 bytes)

int32_t CWindowsBitmap::BITMAP_INFOHEADER::biWidth

the bitmap width in pixels (signed integer)

int32_t CWindowsBitmap::BITMAP_INFOHEADER::biHeight

the bitmap height in pixels (signed integer)

uint16_t CWindowsBitmap::BITMAP_INFOHEADER::biPlanes

the number of color planes being used. Must be set to 1

uint16_t CWindowsBitmap::BITMAP_INFOHEADER::biBitCount

the number of bits per pixel, which is the color depth of the image

uint32_t CWindowsBitmap::BITMAP_INFOHEADER::biCompression

the compression method being used

uint32_t CWindowsBitmap::BITMAP_INFOHEADER::biSizeImage

the image size

int32_t CWindowsBitmap::BITMAP_INFOHEADER::biXPelsPerMeter

the horizontal resolution of the image (pixel per meter)

int32_t CWindowsBitmap::BITMAP_INFOHEADER::biYPelsPerMeter

the vertical resolution of the image (pixel per meter)

uint32_t CWindowsBitmap::BITMAP_INFOHEADER::biClrUsed

the number of colors in the color palette, or 0 to default to 2^n

uint32_t CWindowsBitmap::BITMAP_INFOHEADER::biClrImportant

the number of important colors used, or 0 when every color is important; generally ignored.


The documentation for this struct was generated from the following file:
Generated on Sun May 3 19:16:26 2009 for imgsynth2 by  doxygen 1.5.3