Re: GIF files


Posted by webmaster Guido on April 16, 2000 at 14:06:49:

In Reply to: GIF files posted by Dejun Xue on April 16, 2000 at 14:03:47:

: Is it possible to integrate a graphic, such as a gif file, into a Delphi application?

In Delphi, images are displayed in the TImage component. You can load a file in it of the type BMP, EMF, ICO, JPG, JPEG or WMF. Delphi has no direct support for GIF, but many GIF-components can be found on the Web. Reinier Sterkenburg created a great freeware TGifImage component. GIFIMAGE.ZIP is available on our Downloads page, section "Utilities and Components" (source code and demo project included).


Related Articles and Replies: