Converting projects that use Png images to D2009 - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T03:59:53Zhttp://stackoverflow.com/feeds/question/281074http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/281074/converting-projects-that-use-png-images-to-d20093Converting projects that use Png images to D2009smartins2008-11-11T14:47:56Z2008-11-11T16:23:58Z
<p>Anyone that used the (not anymore) freely available TPngImage by by Gustavo Daud tried porting their projects to Delphi 2009?</p>
<p>In my case, it seems that all TImage png images that displayed just fine in D2007 are now blank when opening the form in D2009 (if I re-add the image in D2009, save the form and open it in D2007 then the image is blank again).</p>
<p>Comparing the Picture.Data between D2007 and D2009 for the exact same images shows that the data is different.</p>
<p>Anyone noticed this problem? I have dozens of png images on all my projects and I would hate to have to re-add them in D2009 and loose backward compatibility.</p>
http://stackoverflow.com/questions/281074/converting-projects-that-use-png-images-to-d2009/281226#2812267Answer by Mohammed Nasman for Converting projects that use Png images to D2009Mohammed Nasman2008-11-11T15:33:34Z2008-11-11T15:33:34Z<p>I just read this blog few minutes ago before see your question, I think it fixes the same problem:</p>
<p><a href="http://blog.digivendo.com/" rel="nofollow">Converting to D2009: How to keep PNGs in TImage</a></p>
http://stackoverflow.com/questions/281074/converting-projects-that-use-png-images-to-d2009/281367#2813670Answer by smartins for Converting projects that use Png images to D2009smartins2008-11-11T16:23:58Z2008-11-11T16:23:58Z<p>Perfect, it was exactly what I was looking for. Thanks!</p>