Uses of Class
de.digitalcollections.turbojpeg.lib.enums.TJPF
-
Packages that use TJPF Package Description de.digitalcollections.turbojpeg.lib de.digitalcollections.turbojpeg.lib.enums -
-
Uses of TJPF in de.digitalcollections.turbojpeg.lib
Methods in de.digitalcollections.turbojpeg.lib with parameters of type TJPF Modifier and Type Method Description 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)intlibturbojpeg. tjDecompress2(jnr.ffi.Pointer handle, Buffer jpegBuf, long jpegSize, Buffer dstBuf, int width, int pitch, int height, TJPF pixelFormat, int flags) -
Uses of TJPF in de.digitalcollections.turbojpeg.lib.enums
Methods in de.digitalcollections.turbojpeg.lib.enums that return TJPF Modifier and Type Method Description static TJPFTJPF. fromImageType(int imageType)static TJPFTJPF. fromInt(int val)static TJPFTJPF. 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.
-