Image Generator SDK  4.24.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
ImageGeneratorSDKConstants Class Reference

Defines constants used by the Image Generator SDK More...

Static Public Attributes

const int CRONTOSIGN_MIN_SQUARE_SIZE = 1
 Minimum size of a CrontoSign image square, which is 1 pixel. More...
 
const int CRONTOSIGN_MAX_SQUARE_SIZE = 80
 Maximum size of a CrontoSign image square, which is 80 pixels. More...
 
const int CRONTOSIGN_MAX_INPUT_VALUE_LENGTH = 2 * (CommonParams.MESSAGE_LENGTH_BYTES_RS_SMALL - 1)
 Maximum length of the CrontoSign generator input, which is 200 characters. More...
 
const int DYNAMIC_CRONTO_IMAGE_MAX_INPUT_VALUE_LENGTH = 1070
 Maximum length of the Cronto image input, which is 1070 characters. More...
 
const int QRCODE_MIN_IMAGE_SIZE = 25
 Minimum size of a QRCode image, which is 25 pixels. More...
 
const int QRCODE_MAX_IMAGE_SIZE = 2800
 Maximum size of a QRCode image, which is 2800 pixels. More...
 
const int QRCODE_ERROR_CORRECTION_LEVEL_LOW = 1
 Defines Low error correction level for QRCode generation. More...
 
const int QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE = 2
 Defines Middle error correction level for QRCode generation. More...
 
const int QRCODE_ERROR_CORRECTION_LEVEL_QUALITY = 3
 Defines Quality error correction level for QRCode generation. More...
 
const int QRCODE_ERROR_CORRECTION_LEVEL_HIGH = 4
 Defines High error correction level for QRCode generation. More...
 

Detailed Description

Defines constants used by the Image Generator SDK

Field Documentation

◆ 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: