https://bugs.kde.org/show_bug.cgi?id=456757
Mirco Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Mirco Miranda <[email protected]> --- > My system has two TGA Qt image plugins installed: libqtga (part of > qtimageformats), and kimg_tga (part of kimageformats). With both enabled, > gwenview tries using libqtga first, which fails. I did some research and it's documented in the QImageIOPlugin Detailed Description: "Different plugins can support different capabilities. For example, you may have one plugin that supports reading the GIF format, and another that supports writing. Qt will select the correct plugin for the job, depending on the return value of capabilities(). If several plugins support the same capability, Qt will select one arbitrarily." I added a warn in the README.md of MR 395 (https://invent.kde.org/frameworks/kimageformats/-/merge_requests/395). Since this is a Qt behavior, the only way is to "disable" the libqtga plugin (by renaming or deleting it). It's not a GwenView bug. I won't this issue anyway, because that would just open another one right away. :) > (8-bpp TGAs aren't loading for me with either one.) When MR 395 will be merged, you should be able to open all kind of TGA files. -- You are receiving this mail because: You are watching all bug changes.
