https://bugs.kde.org/show_bug.cgi?id=499584
Mirco Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Mirco Miranda <[email protected]> --- The problem is solved by setting the X/alpha channel in the image to 0xFF using the TGA plugin. Unlike the RGBX64 format, it doesn't require it to be set to the maximum value (0xFF), but at this point I think it's correct to set it to that value (see the QImage doc). However, I don't rule out the possibility of a problem in GWenView: RGB32 with the X channel not set to 0xFF can happen. I just opened a MR on the TGA plugin; maybe I'll add a fix for this issue as well. -- You are receiving this mail because: You are watching all bug changes.
