|
Dynamsoft Panorama - API Reference
|
Public Attributes | |
| int | iWidth |
| int | iHeight |
| int | iBitCount |
| int | iClrUsed |
| unsigned char * | pPalette |
| int | iImageSize |
| unsigned char * | pImageData |
Stores the image data.
| int DMBitmap::iBitCount |
The number of bits per pixel
| int DMBitmap::iClrUsed |
The number of colour indices in the colour table that are actually used by the bitmap
| int DMBitmap::iHeight |
The height of the image in pixels
| int DMBitmap::iImageSize |
The size image in bytes
| int DMBitmap::iWidth |
The width of the image in pixels
| unsigned char* DMBitmap::pImageData |
The data of the image
| unsigned char* DMBitmap::pPalette |
The block of bytes(a table) listing the colours available for use