Chris Thornton
Chris Thornton

Reputation: 15817

Delphi 2005 TPngImage or Equivalent?

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.

Upvotes: 5

Views: 1502

Answers (2)

Maxim Masiutin
Maxim Masiutin

Reputation: 4782

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.

Upvotes: 0

RRUZ
RRUZ

Reputation: 136391

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

Upvotes: 7

Related Questions