Class ImageGeneratorSDKConstants


  • public final class ImageGeneratorSDKConstants
    extends java.lang.Object
    Defines constants used by the Image Generator SDK
    • Field Detail

      • CRONTOSIGN_MIN_SQUARE_SIZE

        public static final int CRONTOSIGN_MIN_SQUARE_SIZE
        Minimum size of a CrontoSign image square, which is 1 pixels.
        See Also:
        Constant Field Values
      • CRONTOSIGN_MAX_SQUARE_SIZE

        public static final int CRONTOSIGN_MAX_SQUARE_SIZE
        Maximum size of a CrontoSign image square, which is 80 pixels.
        See Also:
        Constant Field Values
      • CRONTOSIGN_MAX_INPUT_VALUE_LENGTH

        public static final int CRONTOSIGN_MAX_INPUT_VALUE_LENGTH
        Maximum length of the CrontoSign generator input, which is 200 characters.
        See Also:
        Constant Field Values
      • DYNAMIC_CRONTO_IMAGE_MAX_INPUT_VALUE_LENGTH

        public static final int DYNAMIC_CRONTO_IMAGE_MAX_INPUT_VALUE_LENGTH
        Maximum length of the Cronto image input, which is 1070 characters.
        See Also:
        Constant Field Values
      • QRCODE_MIN_IMAGE_SIZE

        public static final int QRCODE_MIN_IMAGE_SIZE
        Minimum size of a QRCode image, which is 25 pixels.
        See Also:
        Constant Field Values
      • QRCODE_MAX_IMAGE_SIZE

        public static final int QRCODE_MAX_IMAGE_SIZE
        Maximum size of a QRCode image, which is 2800 pixels.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_LOW_MAX_INPUT_VALUE_LENGTH

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_LOW_MAX_INPUT_VALUE_LENGTH
        Maximum length of the QRCode generator input with a low error correction level, which is 4296 characters.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE_MAX_INPUT_VALUE_LENGTH

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE_MAX_INPUT_VALUE_LENGTH
        Maximum length of the QRCode generator input with a middle error correction level, which is 3391 characters.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_QUALITY_MAX_INPUT_VALUE_LENGTH

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_QUALITY_MAX_INPUT_VALUE_LENGTH
        Maximum length of the QRCode generator input with a quality error correction level, which is 2420 characters.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_HIGH_MAX_INPUT_VALUE_LENGTH

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_HIGH_MAX_INPUT_VALUE_LENGTH
        Maximum length of the QRCode generator input with a high error correction level, which is 1852 characters.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_LOW

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_LOW
        Defines Low error correction level for QRCode generation.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE
        Defines Middle error correction level for QRCode generation.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_QUALITY

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_QUALITY
        Defines Quality error correction level for QRCode generation.
        See Also:
        Constant Field Values
      • QRCODE_ERROR_CORRECTION_LEVEL_HIGH

        public static final int QRCODE_ERROR_CORRECTION_LEVEL_HIGH
        Defines High error correction level for QRCode generation.
        See Also:
        Constant Field Values