是否有可以处理 .png 文件的 Delphi 5 组件
是否有可以处理 .png 文件的 Delphi 5 组件?
Is there a Delphi 5 component that can handle .png files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有可以处理 .png 文件的 Delphi 5 组件?
Is there a Delphi 5 component that can handle .png files?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
TMS 和 DevExpress 都可以处理 png 文件。
TMS and DevExpress both can handle png files.
我相信 progdigy 的 GDI+ delphi 接口可以与 D5 一起使用。它不是一个简单的启用 PNG 支持的插件,但另一方面,它可以加载多种文件类型。因此,如果一切都失败了,这是另一种选择。
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.
我一年来一直在使用奇妙的 Hi Image 组件:
http://www.hicomponents.com/main/< /a>
非常强大而且非常全面。
最重要的是:现在免费。
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.
您可以使用 TPNGImage。从此处下载
您还可以在此处查看 Delphi PNG 库
You can use TPNGImage. Download from here
Also you can check Delphi PNG libraries here