Re: Gif/jpg/ and other common picture types


Posted by webmaster Guido on June 19, 2000 at 15:54:07:

In Reply to: Gif/jpg/ and other common picture types posted by Leox on June 19, 2000 at 15:51:48:

: Thanks for your previous answer. I got some more questions I hope you can answer.
: How do I write an application that views gif/jpg/and other common picture types?
-----

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: