jpeg_turbod.libjpeg_turbo.turbojpeg

Undocumented in source.

Members

Aliases

tjhandle
alias tjhandle = void*
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Enums

TJPF
enum TJPF
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
TJSAMP
enum TJSAMP
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

tjAlloc
ubyte* tjAlloc(int bytes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjBufSize
ulong tjBufSize(int width, int height, int jpegSubsamp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjCompress2
int tjCompress2(tjhandle handle, ubyte* srcBuf, int width, int pitch, int height, int pixelFormat, ubyte** jpegBuf, ulong* jpegSize, int jpegSubsamp, int jpegQual, int flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjDecompress2
int tjDecompress2(tjhandle handle, ubyte* jpegBuf, c_ulong jpegSize, ubyte* dstBuf, int width, int pitch, int height, int pixelFormat, int flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjDecompressHeader3
int tjDecompressHeader3(tjhandle handle, ubyte* jpegBuf, c_ulong jpegSize, int* width, int* height, int* jpegSubsamp, int* jpegColorspace)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjDestroy
int tjDestroy(tjhandle handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjGetErrorStr2
char* tjGetErrorStr2(tjhandle handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjInitCompress
tjhandle tjInitCompress()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tjInitDecompress
tjhandle tjInitDecompress()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Variables

TJFLAG_ACCURATEDCT
enum int TJFLAG_ACCURATEDCT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
TJFLAG_FASTDCT
enum int TJFLAG_FASTDCT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta