mw::qre::QREncoder::GetDesignQRImageSize Member Function

Syntax

static u32 GetDesignQRImageSize(
    u32 version,
    u32 cellSize
);

Arguments

Name Description
in version The version number of the QR Code (versions 1-40).
in cellSize The width or height (in dots) of the format 1 QR Code.

Return Values

Returns the number of dots indicating the size of one side of the largest embeddable image.

Description

Gets the size of one side of the largest embeddable image, which varies depending on the QR Code version as well as the cell size.

Revision History

2010/06/18
Initial version.

CONFIDENTIAL