Jump to content

Libjpeg-turbo: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 24: Line 24:


[[Category:Tools]]
[[Category:Tools]]
[[Category:The OS/2 API Project]]

Revision as of 14:42, 25 August 2016

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.

Download

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