mwqreImageInfo
Structurestruct mwqreImageInfo { u16 width; u16 height; u8* rgb888Data; mwqreRect imgPos; } mwqreImageInfo;
The C structure representing the image information of the QR Code.
See the corresponding mw::qre::ImageInfo
.
width | ||
---|---|---|
height | ||
rgb888Data | ||
imgPos |
CONFIDENTIAL