wok view jpeg-turbo/description.txt @ rev 25135

updated phpfm (0.9.8 -> 1.7.9)
author Hans-G?nter Theisgen
date Wed Jun 29 10:56:29 2022 +0100 (22 months ago)
parents
children
line source
1 Libjpeg-turbo is a JPEG image codec that uses SIMD instructions
2 (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG
3 compression and decompression on x86, x86-64, Arm, and PowerPC
4 systems, as well as progressive JPEG compression on x86 and
5 x86-64 systems.
6 On such systems, libjpeg-turbo is generally 2-6x as fast as
7 libjpeg, all else being equal.
8 On other types of systems, libjpeg-turbo can still outperform
9 libjpeg by a significant amount, by virtue of its highly-optimized
10 Huffman coding routines. In many cases, the performance of
11 libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.