RecAPI
IMG_INFO Struct Reference

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

List of all members.

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

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

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

Horizontal and vertical resolution (Dots Per Inch).

For internal use only.

TRUE if the image has a palette .

Horizontal and vertical sizes of the bitmap in pixels.