mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -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).