This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, October 27, 2003 8:02:30 PM(UTC)
Groups: Registered
Posts: 2
I have to read and to write files in the SCT- format under Delphi 5.0. But 'FILE_SCT' as part of the Load- and Save- Commoands is not recognized by Leadtools routines - neither by my programs nor by the Leadtools demos.
Help will be appreciated.
Dr. J. A. Brocks, Loerrach, Germany
#2
Posted
:
Thursday, May 5, 2005 1:06:48 PM(UTC)
Groups: Tech Support
Posts: 23
Thanks: 3 times
LEADTOOLS can read and write 24-bit SCT files.
Here is a Delphi sample that uses the LEADTOOLS VCL to save an SCT file:
LEADImage1.Load('d:\images\test.jpg',0,0,1) ;
LEADIMage1.save('d:\images\test.sct',FILE_SCT/*250*/,0,2,0);
Be sure to add the LEAD include files to your uses section:
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, LEADVCL, StdCtrls, LEADDEF
Edited by moderator Monday, April 10, 2017 1:56:52 PM(UTC)
| Reason: Not specified
Ike
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.