| Package | Description |
|---|---|
| de.digitalcollections.turbojpeg.lib | |
| de.digitalcollections.turbojpeg.lib.enums |
| Modifier and Type | Method and Description |
|---|---|
int |
libturbojpeg.tjCompress2(jnr.ffi.Pointer handle,
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,
Buffer jpegBuf,
long jpegSize,
Buffer dstBuf,
int width,
int pitch,
int height,
TJPF pixelFormat,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
static TJPF |
TJPF.fromImageType(int imageType) |
static TJPF |
TJPF.valueOf(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.