RecAPI
|
Structure of an image containing basic physical information. More...
Public Attributes | |
SIZE | Size |
SIZE | DPI |
UINT | BytesPerLine |
INTBOOL | IsPalette |
WORD | BitsPerPixel |
void * | DummyS |
Structure of an image containing basic physical information.
Specifies the number of bits per pixel (bit depth). The value of BitsPerPixel can be 1, 4, 8 or 24.
Length of one pixel line in bytes (including padding).
SIZE IMG_INFO::DPI |
Horizontal and vertical resolution (Dots Per Inch).
void* IMG_INFO::DummyS |
For internal use only.
INTBOOL IMG_INFO::IsPalette |
TRUE if the image has a palette .
SIZE IMG_INFO::Size |
Horizontal and vertical sizes of the bitmap in pixels.