Open tif image in TsgImage

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
jimisup
Posts: 2
Joined: 27 Mar 2007, 03:05

Open tif image in TsgImage

Post by jimisup » 27 Mar 2007, 03:06

Hi
how can I open a .tif or .tiff image into the TsgImage component?
Thanks

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 27 Mar 2007, 18:35

Hello!

We recommend to use the following library: <b>GraphicEx</b> by Dipl. Ing. Mike Lischke, http://www.delphi-gems.com
<ul><li>Download library.</li>
<li>Run Delphi and add respective path to the library (Tools > Environment Options > Library tab > Library path).</li>
<li>Add module GraphicEx to the <b>uses</b> list.</li></ul>

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

jimisup
Posts: 2
Joined: 27 Mar 2007, 03:05

Post by jimisup » 28 Feb 2008, 18:35

Ok
but if I need to use this graphic lib with borland c++ builder 6, what can I do?

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 29 Feb 2008, 15:56

Hello,

We recommend to contact to author of <b>GraphicEx</b> library accordingly of getting a respective package of OBJ files.
BTW: Borland C++ Builder 6 "understands" .pas files. It is necessary to add .pas files to a project and to compile it. OBJ and CPP files will be generated.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Post Reply