mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
39 lines
490 B
Plaintext
39 lines
490 B
Plaintext
TURBOJPEG_1.0
|
|
{
|
|
global:
|
|
tjInitCompress;
|
|
tjCompress;
|
|
TJBUFSIZE;
|
|
tjInitDecompress;
|
|
tjDecompressHeader;
|
|
tjDecompress;
|
|
tjDestroy;
|
|
tjGetErrorStr;
|
|
local:
|
|
*;
|
|
};
|
|
|
|
TURBOJPEG_1.1
|
|
{
|
|
global:
|
|
TJBUFSIZEYUV;
|
|
tjDecompressHeader2;
|
|
tjDecompressToYUV;
|
|
tjEncodeYUV;
|
|
} TURBOJPEG_1.0;
|
|
|
|
TURBOJPEG_1.2
|
|
{
|
|
global:
|
|
tjAlloc;
|
|
tjBufSize;
|
|
tjBufSizeYUV;
|
|
tjCompress2;
|
|
tjDecompress2;
|
|
tjEncodeYUV2;
|
|
tjFree;
|
|
tjGetScalingFactors;
|
|
tjInitTransform;
|
|
tjTransform;
|
|
} TURBOJPEG_1.1;
|