Class ImageGeneratorSDK


  • public final class ImageGeneratorSDK
    extends java.lang.Object
    The Image Generator SDK main class. It can generate a QR code or a CrontoSign image.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION
      Version of the Image Generator SDK
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BWQRCodeResponse generateBWQRCode​(int imageSize, java.lang.String inputValue, int errorCorrectionLevel)
      Generates a black and white QR code image
      static java.awt.image.BufferedImage generateCrontoSign​(int squareSize, java.lang.String inputValue)
      Generates a CRONTO image for the corresponding input values.
      static java.awt.image.BufferedImage generateCrontoSign​(int squareSize, java.lang.String inputValue, boolean onPaper)
      Generates a CRONTO image for the corresponding input values.
      static java.awt.image.BufferedImage generateDynamicCrontoImage​(int squareSize, java.lang.String inputValue, boolean onPaper)
      Generates a CRONTO image for the corresponding input values.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait