https://bugs.kde.org/show_bug.cgi?id=459307
Freya Lupen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Freya Lupen <[email protected]> --- Krita is ignoring 8 bytes of "blendingData" and then trying to read that as the layer name. Changing psd_layer_record.cpp@363 from "if (blendingNchannels > 0) {" to "if (blendingDataLength > 0) {" fixes it. The relevant lines were changed here: https://invent.kde.org/graphics/krita/-/commit/1f8f6593d9e24c942197a2472400eef9e21e85c3 (Saving in GIMP removes the blending data, which is why Krita is then able to open it.) -- You are receiving this mail because: You are watching all bug changes.
