| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-03-14 | 1.3 kB | |
| libjpeg-turbo_1.0.90_i386.deb | 2011-01-06 | 700.1 kB | |
| libjpeg-turbo_1.0.90_amd64.deb | 2011-01-06 | 654.4 kB | |
| libjpeg-turbo32_1.0.90_amd64.deb | 2011-01-06 | 544.0 kB | |
| libjpeg-turbo-1.0.90.x86_64.rpm | 2011-01-06 | 625.0 kB | |
| libjpeg-turbo-1.0.90.tar.gz | 2011-01-06 | 1.4 MB | |
| libjpeg-turbo-1.0.90.src.rpm | 2011-01-06 | 1.4 MB | |
| libjpeg-turbo-1.0.90.pkg.bz2 | 2011-01-06 | 1.0 MB | |
| libjpeg-turbo-1.0.90.i386.rpm | 2011-01-06 | 667.8 kB | |
| libjpeg-turbo-1.0.90.dmg | 2011-01-06 | 1.3 MB | |
| libjpeg-turbo-1.0.90-vc64.exe | 2011-01-06 | 673.1 kB | |
| libjpeg-turbo-1.0.90-vc.exe | 2011-01-06 | 607.4 kB | |
| libjpeg-turbo-1.0.90-gcc64.exe | 2011-01-06 | 711.9 kB | |
| libjpeg-turbo-1.0.90-gcc.exe | 2011-01-06 | 645.5 kB | |
| libjpeg-turbo-1.0.90-cygwin.tar.bz2 | 2011-01-06 | 477.1 kB | |
| Totals: 15 Items | 11.5 MB | 0 | |
1.0.90 (1.1 beta1)
Significant changes relative to 1.0.1:
-
Added emulation of the libjpeg v7 and v8 APIs and ABIs. See README-turbo.txt for more details. This feature was sponsored by CamTrace SAS.
-
Created a new CMake-based build system for the Visual C++ and MinGW builds.
-
Grayscale bitmaps can now be compressed from/decompressed to using the TurboJPEG API.
-
jpgtest can now be used to test decompression performance with existing JPEG images.
-
If the default install prefix (/opt/libjpeg-turbo) is used, then
make installnow creates /opt/libjpeg-turbo/lib32 and /opt/libjpeg-turbo/lib64 sym links to duplicate the behavior of the binary packages. -
All symbols in the libjpeg-turbo dynamic library are now versioned, even when the library is built with libjpeg v6b emulation.
-
Added arithmetic encoding and decoding support (can be disabled with configure or CMake options)
-
Added a
TJ_YUVflag to the TurboJPEG API, which causes both the compressor and decompressor to output planar YUV images. -
Added an extended version of
tjDecompressHeader()to the TurboJPEG API, which allows the caller to determine the type of subsampling used in a JPEG image. -
Added further protections against invalid Huffman codes.