| Package | Description |
|---|---|
| de.digitalcollections.turbojpeg.lib | |
| de.digitalcollections.turbojpeg.lib.enums |
| Modifier and Type | Method and Description |
|---|---|
long |
libturbojpeg.tjBufSize(int width,
int height,
TJSAMP subsamp) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static TJSAMP |
TJSAMP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TJSAMP[] |
TJSAMP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.