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/f77c162 |hics/krita/-/commit/a1bf029 |afd5eb4153bb1b35548dfaf6791 |4568cdeb8c60f385c74fb8ef209 |79a15c |f08e91 --- Comment #8 from Dmitry Kazakov <[email protected]> --- Git commit a1bf0294568cdeb8c60f385c74fb8ef209f08e91 by Dmitry Kazakov. Committed on 03/03/2026 at 16:06. Pushed by dkazakov into branch 'krita/6.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/a1bf0294568cdeb8c60f385c74fb8ef209f08e91 -- You are receiving this mail because: You are watching all bug changes.
