Is there a Delphi 5 component that can handle .png files
Is there a Delphi 5 component that can handle .png files?开发者_开发问答
You can use TPNGImage. Download from here
Also you can check Delphi PNG libraries here
TMS and DevExpress both can handle png files.
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.
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.
精彩评论