Defines constants used by the Image Generator SDK
More...
Defines constants used by the Image Generator SDK
◆ CRONTOSIGN_MAX_INPUT_VALUE_LENGTH
const int CRONTOSIGN_MAX_INPUT_VALUE_LENGTH = 2 * (CommonParams.MESSAGE_LENGTH_BYTES_RS_SMALL - 1) |
|
static |
Maximum length of the CrontoSign generator input, which is 200 characters.
◆ CRONTOSIGN_MAX_SQUARE_SIZE
const int CRONTOSIGN_MAX_SQUARE_SIZE = 80 |
|
static |
Maximum size of a CrontoSign image square, which is 80 pixels.
◆ CRONTOSIGN_MIN_SQUARE_SIZE
const int CRONTOSIGN_MIN_SQUARE_SIZE = 1 |
|
static |
Minimum size of a CrontoSign image square, which is 1 pixel.
◆ DYNAMIC_CRONTO_IMAGE_MAX_INPUT_VALUE_LENGTH
const int DYNAMIC_CRONTO_IMAGE_MAX_INPUT_VALUE_LENGTH = 1070 |
|
static |
Maximum length of the Cronto image input, which is 1070 characters.
◆ QRCODE_ERROR_CORRECTION_LEVEL_HIGH
const int QRCODE_ERROR_CORRECTION_LEVEL_HIGH = 4 |
|
static |
Defines High error correction level for QRCode generation.
◆ QRCODE_ERROR_CORRECTION_LEVEL_LOW
const int QRCODE_ERROR_CORRECTION_LEVEL_LOW = 1 |
|
static |
Defines Low error correction level for QRCode generation.
◆ QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE
const int QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE = 2 |
|
static |
Defines Middle error correction level for QRCode generation.
◆ QRCODE_ERROR_CORRECTION_LEVEL_QUALITY
const int QRCODE_ERROR_CORRECTION_LEVEL_QUALITY = 3 |
|
static |
Defines Quality error correction level for QRCode generation.
◆ QRCODE_MAX_IMAGE_SIZE
const int QRCODE_MAX_IMAGE_SIZE = 2800 |
|
static |
Maximum size of a QRCode image, which is 2800 pixels.
◆ QRCODE_MIN_IMAGE_SIZE
const int QRCODE_MIN_IMAGE_SIZE = 25 |
|
static |
Minimum size of a QRCode image, which is 25 pixels.
The documentation for this class was generated from the following file: