- 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.