Uses of Class
io.itpl.qss.exception.ImageSizeException
-
Packages that use ImageSizeException Package Description io.itpl io.itpl.qss.client io.itpl.qss.utils -
-
Uses of ImageSizeException in io.itpl
Methods in io.itpl that throw ImageSizeException Modifier and Type Method Description static voidApp. main(String[] args) -
Uses of ImageSizeException in io.itpl.qss.client
Methods in io.itpl.qss.client that throw ImageSizeException Modifier and Type Method Description StringQRGenerator. getBase64EncodedImage(String imageFormat)byte[]QRGenerator. getBinaryImage(String imageFormat) -
Uses of ImageSizeException in io.itpl.qss.utils
Methods in io.itpl.qss.utils that throw ImageSizeException Modifier and Type Method Description static BufferedImageQRUtils. getOverlayImage(BufferedImage qrImage, BufferedImage overly, StyleConfig styleConfig)static BufferedImageQRUtils. getOverlayImage(BufferedImage qrImage, String path)static BufferedImageQRUtils. getOverlayImage(BufferedImage qrImage, String url, StyleConfig styleConfig)static BufferedImageQRUtils. getOverlayImageURL(BufferedImage qrImage, String url, StyleConfig styleConfig)
-