https://bugs.kde.org/show_bug.cgi?id=423273
Bug ID: 423273 Summary: Gradient Map Filter uses uncached colorAt() Product: krita Version: git master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Filters Assignee: krita-bugs-n...@kde.org Reporter: b...@valdyas.org Target Milestone: --- Created attachment 129547 --> https://bugs.kde.org/attachment.cgi?id=129547&action=edit Callgrind map the gradient map uses KoStopGradient::colorAt() without any caching which is extremely slow because that retrieves a colorspace all the time. Using the CachedGradient from the gradient painter doesn't seem easy or obvious. -- You are receiving this mail because: You are watching all bug changes.