mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-12 23:42:45 -05: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).