如何在 Delphi 2007 上显示透明 PNG?
TImage 控件不支持 PNG。 是否有一些第三方组件可以做到这一点?
The TImage control doesn't support PNG. Is there some third party component that will?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
尝试 PngComponents - 只要它们可用......
D2009 版本可以找到此处
编辑
在 Google 代码中,旧版本 Delphi 的以下链接:
http://code.google。 com/p/cubicexplorer/downloads/detail?name=PngComponents.zip&can=2&q=
Try PngComponents - as long as they are available...
A D2009 version can be found here
EDIT
On Google code the following link for older versions of Delphi:
http://code.google.com/p/cubicexplorer/downloads/detail?name=PngComponents.zip&can=2&q=
尝试 Delphi PNG 和 MNG 库
Try Delphi PNG and MNG libraries
GraphicEx 将为您提供对 png 和许多其他格式的支持。
GraphicEx will give you support for both png's and many other formats.
我已经成功地将 TPaintBox 组件与支持 PNG 的 DevExpress TcxImageList 一起使用,然后使用列表的工具在 OnPaint 中绘制图像。 效果很好。 DevEx 也有一个 TcxImage,但我没有尝试过。
I have successfully used the TPaintBox component with the DevExpress TcxImageList which supports PNGs, and then drawn the images in the OnPaint using the list's facilities. Worked well. DevEx also have a TcxImage, but I've not tried that.
DevEx TCXImage 组件直接支持 PNG。
DevEx TCXImage component support PNG straight forward.