mw::qre::ImageInfo Structure

Syntax

typedef struct ImageInfo {
    u16 width;
    u16 height;
    u8* rgb888Data;
    Rect imgPos;
} ImageInfo;

Description

Structure that stores the image information.

Member Variables

width The image width.
height The image height.
rgb888Data The image data. In RGB byte order for each pixel.
imgPos Information on the design image position is placed here. This information is not referenced when an image is input. See Rect.

Revision History

2010/06/24
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL