RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
_COMPRESSED_IMG_INFO Struct Reference

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
 

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

◆ BitsPerPixel

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.

◆ Compression

IMG_COMPRESSION _COMPRESSED_IMG_INFO::Compression

Compression type.

◆ DPI

SIZE _COMPRESSED_IMG_INFO::DPI

Horizontal and vertical resolution (Dots Per Inch). This is to be given only for TIFF compression types.

◆ DummyS

void* _COMPRESSED_IMG_INFO::DummyS

For internal use only.

◆ Size

SIZE _COMPRESSED_IMG_INFO::Size

Horizontal and vertical sizes of the bitmap in pixels. This is to be given only for TIFF compression types.