Skip to content

psd: conversion speed improvements (kf5)

  • 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).
Edited by Mirco Miranda

Merge request reports