问题
Is there a Delphi 5 component that can handle .png files?
回答1:
You can use TPNGImage. Download from here
Also you can check Delphi PNG libraries here
回答2:
TMS and DevExpress both can handle png files.
回答3:
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.
回答4:
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.
来源:https://stackoverflow.com/questions/3584522/is-there-a-delphi-5-component-that-can-handle-png-files