mw::qre::ImageInfo
Structuretypedef struct ImageInfo { u16 width; u16 height; u8* rgb888Data; Rect imgPos; } ImageInfo;
Structure that stores the image information.
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 . |
CONFIDENTIAL