| Package | Description |
|---|---|
| de.digitalcollections.turbojpeg |
| Modifier and Type | Method and Description |
|---|---|
Info |
TurboJpeg.getInfo(byte[] jpegData)
Return information about the JPEG image in the input buffer
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
TurboJpeg.decode(byte[] jpegData,
Info info,
Dimension size)
Decode the JPEG image in the input buffer into a BufferedImage.
|
ByteBuffer |
TurboJpeg.transform(byte[] jpegData,
Info info,
Rectangle region,
int rotation)
Transform a JPEG image without decoding it fully
|
Copyright © 2018. All rights reserved.