Jump to content

Libjpeg-turbo: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:ljtlogo.gif]]
{{Software
|Picture=ljtlogo.gif
|Name=libjpeg-turbo
|Version=3.0.4 (Sep 2024)
|Vendor=
|Author=
|Licence=Independent JPEG Group License<br/>Modified (3-clause) BSD License<br/>zlib License
|WWW=https://libjpeg-turbo.org
}}
'''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.


==Description==
It was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b developed by Miyasaka Masaru.
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==
==Versions==
* [http://hobbes.nmsu.edu/h-search.php?key=libjpeg-turbo- libjpeg-turbo-1.4.2]
* 1.0.0 (2010-07-02)
* 1.4.2 (2016-09-23) - [libjpeg-turbo-1.4.2-os2.zip] - OS/2 port by Gianfilippo Cimmino
* 2.0.2 (2019-02-14)
* 2.0.6 (2020-11-17)
* 3.0.4


==API Documentation==
==Links==
* [http://www.libjpeg-turbo.org/Documentation/Documentation Official Documentation]
* [http://www.libjpeg-turbo.org/Documentation/Documentation Official Documentation]


==License==
[[Category:C Libraries]]
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==
* [http://libjpeg-turbo.virtualgl.org/ Official Project Website]
 
[[Category:Tools]]
[[Category:The OS/2 API Project]]

Latest revision as of 14:14, 16 September 2024

Libjpeg-turbo
Name libjpeg-turbo
Version 3.0.4 (Sep 2024)
Vendor
Author
Licence Independent JPEG Group License
Modified (3-clause) BSD License
zlib License
WWW https://libjpeg-turbo.org

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.

It was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b developed by Miyasaka Masaru.

Versions

  • 1.0.0 (2010-07-02)
  • 1.4.2 (2016-09-23) - [libjpeg-turbo-1.4.2-os2.zip] - OS/2 port by Gianfilippo Cimmino
  • 2.0.2 (2019-02-14)
  • 2.0.6 (2020-11-17)
  • 3.0.4

Links