Delphi 2005 TPngImage or Equivalent?

1.4k views Asked by At

I see from this discussion, and the Nick Hodges blog, that the TPngImage has been rolled into Delphi. That's great and all, but we've got a project that's stuck in D2005 and we need to do a simple conversion from PNG to BMP. Is there anywhere that we can get the legitimate source for this? I do not want to run afoul of Embarcadero's licensing, but I DO want to pave the way for a smooth transition to DelphiXE2 (or 3, or 9, who knows when we'll actually convert?). Suggestions? Thanks.

2

There are 2 answers

1
RRUZ On BEST ANSWER

The original version of the TPNGImage from Gustavo Daud is available in the torry's site http://www.torry.net/authorsmore.php?id=6929

0
Maxim Masiutin On

You may also consider using the GR32 PNG library. https://sourceforge.net/projects/gr32pnglibrary/

It is a PNG library for reading and writing of PNG images in combination with a TBitmap32 class from the GR32 library.