1 TURBOJPEG_1.0 2 { 3 global: 4 tjInitCompress; 5 tjCompress; 6 TJBUFSIZE; 7 tjInitDecompress; 8 tjDecompressHeader; 9 tjDecompress; 10 tjDestroy; 11 tjGetErrorStr; 12 local: 13 *; 14 }; 15 16 TURBOJPEG_1.1 17 { 18 global: 19 TJBUFSIZEYUV; 20 tjDecompressHeader2; 21 tjDecompressToYUV; 22 tjEncodeYUV; 23 } TURBOJPEG_1.0; 24 25 TURBOJPEG_1.2 26 { 27 global: 28 tjAlloc; 29 tjBufSize; 30 tjBufSizeYUV; 31 tjCompress2; 32 tjDecompress2; 33 tjEncodeYUV2; 34 tjFree; 35 tjGetScalingFactors; 36 tjInitTransform; 37 tjTransform; 38 } TURBOJPEG_1.1; 39 40 TURBOJPEG_1.4 41 { 42 global: 43 tjBufSizeYUV2; 44 tjCompressFromYUV; 45 tjCompressFromYUVPlanes; 46 tjDecodeYUV; 47 tjDecodeYUVPlanes; 48 tjDecompressHeader3; 49 tjDecompressToYUV2; 50 tjDecompressToYUVPlanes; 51 tjEncodeYUV3; 52 tjEncodeYUVPlanes; 53 tjPlaneHeight; 54 tjPlaneSizeYUV; 55 tjPlaneWidth; 56 } TURBOJPEG_1.2; 57