RecAPI
|
Basic physical information of a compressed image buffer. More...
Public Attributes | |
IMG_COMPRESSION | Compression |
SIZE | Size |
SIZE | DPI |
WORD | BitsPerPixel |
void * | DummyS |
Basic physical information of a compressed image buffer.
This structure specifies the basic infromation about the image to be loaded from compressed memory buffer (kRecLoadImgMC and kRecLoadImgDataStreamMC).
Specifies the number of bits per pixel (bit depth). The value of BitsPerPixel can be 1, 4, 8 or 24. This is to be given only for TIFF compression types.
Compression type.
Horizontal and vertical resolution (Dots Per Inch). This is to be given only for TIFF compression types.
For internal use only.
Horizontal and vertical sizes of the bitmap in pixels. This is to be given only for TIFF compression types.