trichview.support
Re: Gif Images |
Author |
Message |
ming |
Posted: 11/09/2004 12:16:32 Use the following when you start your app: RegisterClasses([TGifImage]); This was in a previous example (or help file, don't know anymore). The current documentation says: TPicture.RegisterFileFormat('gif','Gif Image',TGifImage); but if you use that you can create gifs but then importing fails. "Ryan" <ryanh@stamina.com.au> wrote: > >Hi, >I am wanting to use gif images inside RVF format text. >I have looked at the examples and used tgif image to insert an image which >all works correctly. The image displays and i can save the RVF which has >the details of the gif image in it. However, when i go to load the RVF document >only the text appears and the image is missing (BMP images work ok). Do i >need to include anything extra to get gif images to load from a saved RVF >file (i have registered the gif type and also modified the RV_CreateGraphics >functions). > >Thanks. |
Powered by ABC Amber Outlook Express Converter