https://bugs.kde.org/show_bug.cgi?id=467608
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/a1bf029 |hics/krita/-/commit/c1b4d7c |4568cdeb8c60f385c74fb8ef209 |9c1ae37d691a8bf72ded04bed47 |f08e91 |f00860 --- Comment #9 from Dmitry Kazakov <[email protected]> --- Git commit c1b4d7c9c1ae37d691a8bf72ded04bed47f00860 by Dmitry Kazakov. Committed on 04/03/2026 at 14:17. Pushed by dkazakov into branch 'release/6.0.0'. Make sure that the color profile of File Layers is handled properly When importing a mergedimage.png for a File Layer we should make sure that the color profile is loaded correctly. To do that we shoudl avoid using a QImage and prefer the native loading with KisDocument. The problem is that KisDocument cannot directly load from a QIODevice, hence we should first extract the merged image into a temporary file and only then load it. (cherry picked from commit f77c162afd5eb4153bb1b35548dfaf679179a15c) Co-authored-by: Dmitry Kazakov <[email protected]> M +59 -25 libs/ui/kis_safe_document_loader.cpp https://invent.kde.org/graphics/krita/-/commit/c1b4d7c9c1ae37d691a8bf72ded04bed47f00860 -- You are receiving this mail because: You are watching all bug changes.
