mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-03-20 23:19:46 -04:00
- Improved performance converting CMYK files by \~10% by replacing divisions with multiplications. - Improved performance converting LAB files by \~50% by replacing std::pow with fastPow (approximated pow function).