RecAPI
|
Basic physical information of a compressed image buffer. More...
#include <KernelApi.h>
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).
WORD _COMPRESSED_IMG_INFO::BitsPerPixel |
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.
IMG_COMPRESSION _COMPRESSED_IMG_INFO::Compression |
Compression type.
SIZE _COMPRESSED_IMG_INFO::DPI |
Horizontal and vertical resolution (Dots Per Inch). This is to be given only for TIFF compression types.
void* _COMPRESSED_IMG_INFO::DummyS |
For internal use only.
SIZE _COMPRESSED_IMG_INFO::Size |
Horizontal and vertical sizes of the bitmap in pixels. This is to be given only for TIFF compression types.