Dynamsoft Panorama - API Reference
Public Attributes | List of all members
DMBitmap Struct Reference

Public Attributes

int iWidth
 
int iHeight
 
int iBitCount
 
int iClrUsed
 
unsigned char * pPalette
 
int iImageSize
 
unsigned char * pImageData
 

Detailed Description

Stores the image data.

Member Data Documentation

◆ iBitCount

int DMBitmap::iBitCount

The number of bits per pixel

◆ iClrUsed

int DMBitmap::iClrUsed

The number of colour indices in the colour table that are actually used by the bitmap

◆ iHeight

int DMBitmap::iHeight

The height of the image in pixels

◆ iImageSize

int DMBitmap::iImageSize

The size image in bytes

◆ iWidth

int DMBitmap::iWidth

The width of the image in pixels

◆ pImageData

unsigned char* DMBitmap::pImageData

The data of the image

◆ pPalette

unsigned char* DMBitmap::pPalette

The block of bytes(a table) listing the colours available for use