Version: (using KDE KDE 3.2.0) Installed from: Compiled From Sources OS: Linux Konqueror & kuickshow are unable to load 16bit windows bitmap files. I've found three errors (typo & logic) in the imlib implementation used by kuickshow. Konqi is not using imlib, perhaps qt for rendering? Looks like 16bit loading is disabled in qimage.cpp (QT_NO_IMAGE_16_BIT). Any hints why?
Are you meaning 16 bit BITFIELDS BMP files, which are part of the multimedia extensions of Windows? Looking at the source of Qt 3.3.x, they should be supported. If you want to look at the code, see the Qt source file src/kernel/qimage.cpp (from line 4598 .) Have a nice day!
I have looked further. There is indeed one type that it is not supported: 16 but files defined as BMP_RGB. Everything would be there in the code, except that there is no definition of the corresponding mask, but just a "return FALSE" at line 4701. So I think that the best would be that you send a bug report to mailto:qt-bugs@trolltech.com (with one or two example images perhaps.) Have a nice day!
*** Bug 113426 has been marked as a duplicate of this bug. ***
Comments and attachments on bug 113426 may be useful to this report.
works with arora.