Converting projects that use Png images to D2009 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T03:59:53Z http://stackoverflow.com/feeds/question/281074 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/281074/converting-projects-that-use-png-images-to-d2009 3 Converting projects that use Png images to D2009 smartins 2008-11-11T14:47:56Z 2008-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#281226 7 Answer by Mohammed Nasman for Converting projects that use Png images to D2009 Mohammed Nasman 2008-11-11T15:33:34Z 2008-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#281367 0 Answer by smartins for Converting projects that use Png images to D2009 smartins 2008-11-11T16:23:58Z 2008-11-11T16:23:58Z <p>Perfect, it was exactly what I was looking for. Thanks!</p>