Is there a Delphi 5 component that can handle .png files
Asked Answered
E

4

3

Is there a Delphi 5 component that can handle .png files?

Endolymph answered 27/8, 2010 at 13:17 Comment(0)
T
1

You can use TPNGImage. Download from here
Also you can check Delphi PNG libraries here

Tourane answered 27/8, 2010 at 13:40 Comment(2)
That page says "This is a spin off from the original TPNGImage component from Gustavo Daud." That means it's not allowed to be distributed. Daud did not authorize spin-offs of his code, and Embarcadero bought the rights a few years ago. The only way the code can be distributed now is if it's exactly as Daud originally distributed it, according to his own license. That's likely why the SourceForge project that the code came from is now defunct.Declaim
Background information: blogs.embarcadero.com/nickhodges/2008/08/13/39100 - The license said: This component may be distributed freely over the internet only when containing the exact same files from the original packaging.Holloway
S
0

TMS and DevExpress both can handle png files.

Soluble answered 27/8, 2010 at 16:28 Comment(0)
C
0

I believe the GDI+ delphi interface from progdigy can be used with D5. Its not a simple plug-in to enable PNG support, but on the other hand, it can load a wide variety of file types. So its another option if all else fails.

Catadromous answered 27/8, 2010 at 19:2 Comment(0)
P
0

I have been using the marvelous Hi Image components for year:

http://www.hicomponents.com/main/

Very powerfull and very comprehensive.

Best of all: it's free now.

Presumptuous answered 28/8, 2010 at 6:9 Comment(3)
No way to download it, though.Profane
This is a newly designed web site. I think he has forgotten to include the links.Presumptuous
Anyone have a link to the free version of this? Their website only seems to contain paid-for versions now...Smuggle

© 2022 - 2024 — McMap. All rights reserved.