RecAPI
Public Attributes
_COMPRESSED_IMG_INFO Struct Reference

Basic physical information of a compressed image buffer. More...

List of all members.

Public Attributes

IMG_COMPRESSION  Compression
SIZE  Size
SIZE  DPI
WORD  BitsPerPixel
void *  DummyS

Detailed Description

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).


Member Data Documentation

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.