Image types, Delphi 7

General TRichView support forum. Please post your questions here
Post Reply
Lucian
Posts: 56
Joined: Fri Aug 01, 2014 9:52 am

Image types, Delphi 7

Post by Lucian »

Hi Sergey,

With the help of TRvHtmlImporter I am trying to load an html file in a TRichViewEdit control. The html file has several images (gif, png) but it seems TRVGraphicHandler.LoadFromFile can not load them. I am using Delphi 7 and I am not using Developer Express. So what can I do to load an html file hat uses gif and png? What are actually the image types supportedbased on Delphi versions?

Thx,

p.s. starting Aug. 15, we are now registered customers!
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Delphi 7 does not have classes for PNG and GIF images.
Use thirdparty classes: http://www.trichview.com/forums/viewtopic.php?t=89
Post Reply