Uses of Class
de.digitalcollections.turbojpeg.lib.enums.TJSAMP
-
Packages that use TJSAMP Package Description de.digitalcollections.turbojpeg de.digitalcollections.turbojpeg.lib de.digitalcollections.turbojpeg.lib.enums -
-
Uses of TJSAMP in de.digitalcollections.turbojpeg
Methods in de.digitalcollections.turbojpeg that return TJSAMP Modifier and Type Method Description TJSAMPInfo. getSubsampling() -
Uses of TJSAMP in de.digitalcollections.turbojpeg.lib
Methods in de.digitalcollections.turbojpeg.lib with parameters of type TJSAMP Modifier and Type Method Description longlibturbojpeg. tjBufSize(int width, int height, TJSAMP subsamp)intlibturbojpeg. 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) -
Uses of TJSAMP in de.digitalcollections.turbojpeg.lib.enums
Methods in de.digitalcollections.turbojpeg.lib.enums that return TJSAMP Modifier and Type Method Description static TJSAMPTJSAMP. fromInt(int val)static TJSAMPTJSAMP. 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.
-