Uses of Class
de.digitalcollections.turbojpeg.TurboJpegException
-
Packages that use TurboJpegException Package Description de.digitalcollections.turbojpeg -
-
Uses of TurboJpegException in de.digitalcollections.turbojpeg
Methods in de.digitalcollections.turbojpeg that throw TurboJpegException Modifier and Type Method Description BufferedImageTurboJpeg. decode(byte[] jpegData, Info info, Dimension size)Decode the JPEG image in the input buffer into a BufferedImage.ByteBufferTurboJpeg. encode(Raster img, int quality)Encode an image to JPEGInfoTurboJpeg. getInfo(byte[] jpegData)Return information about the JPEG image in the input bufferByteBufferTurboJpeg. transform(byte[] jpegData, Info info, Rectangle region, int rotation)Transform a JPEG image without decoding it fully
-