Libjpeg-turbo
Appearance

Description
libjpeg-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.
API Documentation
License
libjpeg-turbo is covered by three compatible BSD-style open source licenses:
- The IJG (Independent JPEG Group) License, which is listed in README
- The Modified (3-clause) BSD License, which is listed in turbojpeg.c
- The zlib License, which is listed in simd/jsimdext.inc
Author
- Port: Gianfilippo Cimmino
Links
- Official Project Website
- Download: libjpeg-turbo-1.4.2 for OS/2