mw::qre::QREncoder::GetDesignQRImageSize
Member Functionstatic u32 GetDesignQRImageSize( u32 version, u32 cellSize );
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. |
Returns the number of dots indicating the size of one side of the largest embeddable image.
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.
CONFIDENTIAL