wok diff jpeg-turbo/description.txt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (3 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jpeg-turbo/description.txt Wed Oct 23 16:19:52 2024 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Libjpeg-turbo is a JPEG image codec that uses SIMD instructions 1.5 +(MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG 1.6 +compression and decompression on x86, x86-64, Arm, and PowerPC 1.7 +systems, as well as progressive JPEG compression on x86 and 1.8 +x86-64 systems. 1.9 +On such systems, libjpeg-turbo is generally 2-6x as fast as 1.10 +libjpeg, all else being equal. 1.11 +On other types of systems, libjpeg-turbo can still outperform 1.12 +libjpeg by a significant amount, by virtue of its highly-optimized 1.13 +Huffman coding routines. In many cases, the performance of 1.14 +libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.