-
Bug
-
Resolution: Done
-
P2: Important
-
4.5.3, 4.6.1
-
None
-
ArchLinux x86_64, Qt 4.5.3
Windows XP gcc/mingw Qt 4.6.1
Windows Vista x86 MSVC2008 Qt 4.6.1
-
43a9c48554579d76e1f1267fbd70f488f22fd408
QImageReader::setAutoDetectImageFormat documentation says:
By disabling image format autodetection, QImageReader will only query the plugins and built-in handlers based on the format string (i.e., no file name extensions are tested).
But QImageReader works only with built-in handlers. It don't work with standard and custom plugins.
See attached example.