From Fedora Project Wiki
< Features
(Created page with '{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To rea...') |
|||
Line 11: | Line 11: | ||
<!-- The actual name of your feature page should look something like: Features/YourFeatureName. This keeps all features in the same namespace --> | <!-- The actual name of your feature page should look something like: Features/YourFeatureName. This keeps all features in the same namespace --> | ||
− | = | + | = Replace libjpeg by libjpeg-turbo = |
== Summary == | == Summary == | ||
− | + | libjpeg-turbo is fork of the original libjpeg project. It contains numerous performance related enhancements and is at least twice faster in JPEG compression/decompression than original libjpeg on platforms with MMX/SSE instruction set. It has same API/ABI like original libjpeg and also runs on non-SSE platforms where is around 25% faster. | |
== Owner == | == Owner == | ||
− | + | * Name: [[User:atkac| Adam Tkac]] | |
− | * Name: [[User: | ||
− | |||
− | |||
− | |||
== Current status == | == Current status == | ||
− | * Targeted release: | + | * Targeted release: Fedora14 |
− | * Last updated: | + | * Last updated: 2010-05-31 |
− | * Percentage of completion: | + | * Percentage of completion: 0% |
− | |||
− | |||
== Detailed Description == | == Detailed Description == |
Revision as of 15:56, 31 May 2010
Contents
Replace libjpeg by libjpeg-turbo
Summary
libjpeg-turbo is fork of the original libjpeg project. It contains numerous performance related enhancements and is at least twice faster in JPEG compression/decompression than original libjpeg on platforms with MMX/SSE instruction set. It has same API/ABI like original libjpeg and also runs on non-SSE platforms where is around 25% faster.
Owner
- Name: Adam Tkac
Current status
- Targeted release: Fedora14
- Last updated: 2010-05-31
- Percentage of completion: 0%