Hi William,<br><br><div class="gmail_quote">On Sun, Apr 15, 2012 at 3:26 PM, William Kyngesburye <span dir="ltr">&lt;<a href="mailto:woklist@kyngchaos.com">woklist@kyngchaos.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Apr 15, 2012, at 4:01 PM, Larry Shaffer wrote:<br>
<br>
&gt; 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" target="_blank">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>

&gt;<br>
&gt; 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>
&gt;<br>
Only jpeg is included because it was needed by something in QGIS.  If external plugins can and will make use of the other Qt image plugins, I can add them.<br></blockquote><div><br>Thanks for the clarification. I edited &#39;<a href="http://1qt.cmake.in">1qt.cmake.in</a>&#39; in my copy of the master branch to bundle all of the Qt image formats into a .app build [0]. It builds fine, with correct referencing to the bundled Qt frameworks.<br>
<br>Now, my help browser loads favicons and gifs [1], as well as rendering SVG [2]. I ran into an issue where the browser would crash master whenever there was an external website trying to load (not related to image formats). So, I copied the extra image format .dylibs over to my local copy of your 1.7.4 install, where they worked well, with no crashes from the browser.<br>
</div></div><br>At only ~1.2 MB on disk, 400 KB compressed, is there any reason not to include all of the image formats?<br><br>Regards,<br><br>Larry Shaffer<br>Dakota Cartography<br>Black Hills, South Dakota<br><br>[0] <a href="http://dl.dropbox.com/u/4058089/qgis/1qt.cmake.in.diff">http://dl.dropbox.com/u/4058089/qgis/1qt.cmake.in.diff</a><br>
[1] <a href="http://dl.dropbox.com/u/4058089/qgis/python.org.png">http://dl.dropbox.com/u/4058089/qgis/python.org.png</a><br>[2] <a href="http://dl.dropbox.com/u/4058089/qgis/svg.png">http://dl.dropbox.com/u/4058089/qgis/svg.png</a><br>