Uses of Class
de.digitalcollections.turbojpeg.Info
-
Packages that use Info Package Description de.digitalcollections.turbojpeg -
-
Uses of Info in de.digitalcollections.turbojpeg
Methods in de.digitalcollections.turbojpeg that return Info Modifier and Type Method Description InfoTurboJpeg. getInfo(byte[] jpegData)Return information about the JPEG image in the input bufferMethods in de.digitalcollections.turbojpeg with parameters of type Info 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. transform(byte[] jpegData, Info info, Rectangle region, int rotation)Transform a JPEG image without decoding it fully
-