https://bugs.kde.org/show_bug.cgi?id=363212
bee...@bitmessage.ch changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bee...@bitmessage.ch --- Comment #6 from bee...@bitmessage.ch --- Created attachment 99217 --> https://bugs.kde.org/attachment.cgi?id=99217&action=edit exr_converter.cc patch I found out that layers can have their own colorspaces. The converter appears to use the colorspace for the entire document rather than the colorspace for the layer, so they are not loaded properly and we get those errors. I put the check for the colorspace in the layer instead of the document in this patch, but there are other issues. It gets to loading a "Vector" layer (possibly GLASSES) and stalls completely. I think it has something to do with the while loop in the unmultiplyAlpha call because it gets stuck while processing a pixel, returns no error messages and doesn't crash. -- You are receiving this mail because: You are watching all bug changes.