https://bugs.kde.org/show_bug.cgi?id=467608
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/f77c162 | |afd5eb4153bb1b35548dfaf6791 | |79a15c Resolution|--- |FIXED --- Comment #7 from Dmitry Kazakov <[email protected]> --- Git commit f77c162afd5eb4153bb1b35548dfaf679179a15c by Dmitry Kazakov. Committed on 03/03/2026 at 16:05. Pushed by dkazakov into branch 'master'. 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. M +59 -25 libs/ui/kis_safe_document_loader.cpp https://invent.kde.org/graphics/krita/-/commit/f77c162afd5eb4153bb1b35548dfaf679179a15c -- You are receiving this mail because: You are watching all bug changes.
