| Package | Description |
|---|---|
| de.digitalcollections.turbojpeg.lib | |
| de.digitalcollections.turbojpeg.lib.enums |
| Modifier and Type | Method | Description |
|---|---|---|
int |
libturbojpeg.tjCompress2(jnr.ffi.Pointer handle,
java.nio.Buffer srcBuf,
int width,
int pitch,
int height,
TJPF pixelFormat,
jnr.ffi.byref.PointerByReference jpegBuf,
jnr.ffi.byref.NativeLongByReference jpegSize,
TJSAMP jpegSubsamp,
int jpegQual,
int flags) |
|
int |
libturbojpeg.tjDecompress2(jnr.ffi.Pointer handle,
java.nio.Buffer jpegBuf,
long jpegSize,
java.nio.Buffer dstBuf,
int width,
int pitch,
int height,
TJPF pixelFormat,
int flags) |
| Modifier and Type | Method | Description |
|---|---|---|
static TJPF |
TJPF.fromImageType(int imageType) |
|
static TJPF |
TJPF.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TJPF[] |
TJPF.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.