trichview.support
Re: Gif problem with SetCurrentPictureInfo ? |
Author |
Message |
Sergey Tkachenko |
Posted: 07/19/2002 22:07:37 Hi, TGifImage: http://www.torry.net/vcl/graphics/gif/gifimage.exe It looks like author abandoned this project... And it looks like it has problems with animated gif on Delphi 6 (but you can turn off animation). You can also use TGifImage from RXLib. TPNGObject: http://pngdelphi.sourceforge.net/ (a link from Venge) I know nothing about it, but it looks like it works. Please read the help topic about using third-party graphic formats in RichView (link at the bottom of the main topic), especially if you use Delphi versions prior to 6. > Hi Sergey, > > Thank you very much for your reply. But i don't know where to find the components > TPNGObject, TGifImage especially for C++. Perhaps, coulud you pls recommend > any third part products to manipulate with gif. > > Thanks again. > > "Sergey Tkachenko" <[email protected]> wrote: > >Sorry for delay. > > > >In this demo unit, find the line: > >gr := TGraphic(frmProp.Image1.Picture.Graphic.ClassType.Create) > >(it is inside TForm1.mitEditPropsClick) > >Change it to > >gr := > >RV_CreateGraphics(TGraphicClass(frmProp.Image1.Picture.Graphic.ClassType)); > > > >Also, add > >RegisterClasses([TPNGObject, TGifImage]) in the initialization section. > > > >> > Give me a code snippet, or send me a project reproducing this problem. > >> > >> Have you receved my email two days ago about that? I'm not sure due to > >> probably problems with mailbox in same time! Thx > >> > > > > > |
Powered by ABC Amber Outlook Express Converter