delphi gif
Even though Delphi does not natively support GIF image files formats (like BMP or JPEG), there are a few great (free source) components available on the Net, which add the ability to display and manipulate GIF images at run as well as at design time to any Delphi application.
即使Delphi本身不支持GIF图像文件格式(如BMP或JPEG),网络上也有一些很棒的(免费源)组件,这些组件增加了在运行和设计时显示和操作GIF图像的功能。时间到任何Delphi应用程序。
Natively, Delphi supports BMP, ICO, WMF, and JPG images. These can be loaded into a graphics-compatible component (such as TImage) and used in an application.
本机,Delphi支持BMP,ICO,WMF和JPG图像。 这些可以加载到图形兼容组件(例如TImage)中,并在应用程序中使用。
It's important to note that, as of Delphi version 2006, GIF format is supported by the VCL. To use animated GIF images you would still need a third-party control.
重要的是要注意,从2006年的Delphi版本开始,VCL支持GIF格式。 要使用动画GIF图像,