Uses of Class
com.saperion.exception.SaImageConverterException
-
Packages that use SaImageConverterException Package Description com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of SaImageConverterException in com.saperion.util
Methods in com.saperion.util that throw SaImageConverterException Modifier and Type Method Description static java.awt.image.BufferedImage
SaImageConverter. bmpToBufferedImage(byte[] bmp, SaImageConverter.ImageFormat format)
Converts a bitmap to a BufferedImage.static java.awt.image.BufferedImage
SaImageConverter. dibToBufferedImage(byte[] dibBytes, SaImageConverter.ImageFormat format)
Converts a device independent bitmat (DIB) to a BufferedImage.
-