<br><br><div class="gmail_quote">2010/2/4 Vincent Povirk <span dir="ltr">&lt;<a href="mailto:madewokherd%2B8cd9@gmail.com">madewokherd+8cd9@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">&gt; * <a href="http://www.libpng.org/pub/png/PngSuite/basn4a16.png" target="_blank">http://www.libpng.org/pub/png/PngSuite/basn4a16.png</a> - This is a<br>
&gt; grayscale png with an alpha channel. That&#39;s the situation where we use<br>
&gt; the png_set_gray... function that was removed.<br>
<br>
</div>Errr.. I may actually be thinking of<br>
<a href="http://www.libpng.org/pub/png/PngSuite/tbbn1g04.png" target="_blank">http://www.libpng.org/pub/png/PngSuite/tbbn1g04.png</a><br>
</blockquote></div>Those two show correctly, while the other doesn&#39;t work, but it&#39;s the image&#39;s fault, as it&#39;s only 49 B and can&#39;t be open even in other programs.<br>As a side note, you need to do a similar work on winemenubuilder, as it uses libpng and fails linking without modifications. to test this images i statically linked it to libpng, just to make it work, as it wasn&#39;t needed in your test.<br>
Thank you for working on this, since i&#39;m not really an expert on this dynamical loading code and couldn&#39;t help.<br>