mwqreQREncoderEncodeWithImage Function

Syntax

#include <mw/qre/qre.h>

NN_EXTERN_C bool mwqreQREncoderEncodeWithImage(
    mwqreQREncoder* this_,
    mwqreEncodeData* qrInfo,
    const mwqreImageInfo* imageInfo
);

Arguments

Name Description
this_
qrInfo
imageInfo

Return Values

Description

See the corresponding C++ function, mw::qre::QREncoder::EncodeWithImage.

Revision History

2010/06/24
Initial version.

CONFIDENTIAL