|
RecAPI
|
Structure of an image containing basic physical information. More...
#include <KernelApi.h>
Public Attributes | |
| SIZE | Size |
| SIZE | DPI |
| UINT | BytesPerLine |
| INTBOOL | IsPalette |
| WORD | BitsPerPixel |
| void * | DummyS |
Structure of an image containing basic physical information.
| WORD _IMG_INFO::BitsPerPixel |
Specifies the number of bits per pixel (bit depth). The value of BitsPerPixel can be 1, 4, 8 or 24.
| UINT _IMG_INFO::BytesPerLine |
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.