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

Structure of an image containing basic physical information. More...

#include <KernelApi.h>

Public Attributes

SIZE Size
 
SIZE DPI
 
UINT BytesPerLine
 
INTBOOL IsPalette
 
WORD BitsPerPixel
 
void * DummyS
 

Detailed Description

Structure of an image containing basic physical information.

Note
See IMG_LINEORDER, IMG_RGBORDER, and IMG_PADDING for more information.

Member Data Documentation

◆ BitsPerPixel

WORD _IMG_INFO::BitsPerPixel

Specifies the number of bits per pixel (bit depth). The value of BitsPerPixel can be 1, 4, 8 or 24.

◆ BytesPerLine

UINT _IMG_INFO::BytesPerLine

Length of one pixel line in bytes (including padding).

◆ DPI

SIZE _IMG_INFO::DPI

Horizontal and vertical resolution (Dots Per Inch).

◆ DummyS

void* _IMG_INFO::DummyS

For internal use only.

◆ IsPalette

INTBOOL _IMG_INFO::IsPalette

TRUE if the image has a palette .

◆ Size

SIZE _IMG_INFO::Size

Horizontal and vertical sizes of the bitmap in pixels.