Problem concerning backImage graphic format

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Johan Ingemansson
Newbie
Newbie
Posts: 59
Joined: Fri May 28, 2004 4:00 am
Location: Sweden

Problem concerning backImage graphic format

Post by Johan Ingemansson » Wed Oct 13, 2004 7:44 am

Hi,

I have a picture that is in the format Portable Network Graphics Format(.png), and offcourse I want to use it as a BackImage. Is it possible to register this format, and if so how is this done?

Best Regards,

Johan Ingemansson

Pep
Site Admin
Site Admin
Posts: 3277
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Oct 14, 2004 3:48 pm

Hi Johan,

if your application uses the PNG format files then you should include this DLL with your installer files. Lpng.dll is public domain. Version information may be found at http://www.libpng.org/ .

Post Reply