Structure that specifies image information used in the CX_GetImageInfo and CX_GetFileImageInfo callback functions.
struct CX_ImageInfo
{
CX_ImageInfo() { ZeroMemory(this, sizeof(*this)); };
DWORD dwFlags;
SIZE si;
DWORD dwFormatID;
int nBPP;
int nBPS;
int nPages;
};
dwFlags
Type: DWORD
Flags -- set to 0
si
Type: SIZE
Image dimensions
dwFormatID
Type: DWORD
Image format ID
nBPP
Type: int
Bits per pixel
nBPS
Type: int
Bits per sample
nPages
Type: int
Number of pages in image
Used in the CX_GetImageInfo and CX_GetFileImageInfo callback functions.
Header: CX_PlugIn.h