Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Distribution.xml | D | 03-May-2024 | 725 | 25 | 24 | |
License.rtf | D | 03-May-2024 | 2.1 KiB | 20 | 19 | |
ReadMe.txt | D | 03-May-2024 | 1.2 KiB | 6 | 3 | |
Welcome.rtf | D | 03-May-2024 | 648 | 17 | 14 | |
deb-control.tmpl | D | 03-May-2024 | 1.6 KiB | 32 | 31 | |
libjpeg-turbo.nsi.in | D | 03-May-2024 | 5.1 KiB | 163 | 149 | |
libjpeg-turbo.spec.in | D | 03-May-2024 | 4.7 KiB | 154 | 130 | |
libjpeg.pc.in | D | 03-May-2024 | 246 | 11 | 9 | |
libturbojpeg.pc.in | D | 03-May-2024 | 258 | 11 | 9 | |
makecygwinpkg.in | D | 03-May-2024 | 813 | 43 | 34 | |
makedpkg.in | D | 03-May-2024 | 1.6 KiB | 83 | 65 | |
makemacpkg.in | D | 03-May-2024 | 15.3 KiB | 471 | 445 | |
uninstall.in | D | 03-May-2024 | 3.4 KiB | 113 | 102 |
ReadMe.txt
1libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals that of proprietary high-speed JPEG codecs. 2 3libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface. 4 5libjpeg-turbo was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and VirtualGL projects made numerous enhancements to the codec in 2009, and in early 2010, libjpeg-turbo spun off into an independent project, with the goal of making high-speed JPEG compression/decompression technology available to a broader range of users and developers. 6