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