Hi,<br><br>In the course of working on a Python plugin, I put together a lightweight, tabbed web browser for help files [0]. When using it, from within QGIS.app on Mac (1.7.4) to view sites that had GIFs I noticed that they were not loading, but would load when the plugin was run independently from my system.<br>
<br>Upon checking the image formats that are bundled with the release, I noticed only one:<br>    /Applications/QGIS.app/Contents/PlugIns/imageformats/libqjpeg.dylib<br><br>Whereas /Developer/Applications/Qt/plugins/imageformats  (for Qt 4.8.1) contains 6 more:<br>
    libqgif.dylib, libqico.dylib, libqjpeg.dylib, libqmng.dylib, libqsvg.dylib, libqtga.dylib, libqtiff.dylib<br><br>Using the following shell commands, I quickly got GIF support patched into QGIS.app [1]. I also see uses for libqico.dylib, libqsvg.dylib and libqtiff.dylib for plugin developers. It looks like &#39;Quantum-GIS / mac / cmake / <a href="http://1qt.cmake.in">1qt.cmake.in</a>&#39; could be readily updated to include some or all of the Qt image formats. Total size for all image formats is ~ 1.2 MB on disk.<br>
<br>Is there a reason only libqjpeg.dylib is included in releases? Are there any formats that might (or are known to) cause issues, if bundled with Mac releases?<br><br>[0] <a href="http://dl.dropbox.com/u/4058089/qgis/help-browser_qt-imageformat-issue.png">http://dl.dropbox.com/u/4058089/qgis/help-browser_qt-imageformat-issue.png</a><br>
[1] <a href="http://dl.dropbox.com/u/4058089/qgis/qt-imageformats-fix.sh">http://dl.dropbox.com/u/4058089/qgis/qt-imageformats-fix.sh</a><br><br>BTW: I can confirm Qt 4.8.1 (FOSS version) fixes the issue with QWebView Mac OS X 10.6.8 that Qt 4.8.0 caused. QWebView loads fine on that OS now.<br>
<br clear="all">Regards,<br><br>Larry Shaffer<br>Dakota Cartography<br>Black Hills, South Dakota<br>