Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, October 27, 2003 8:02:30 PM(UTC)

drjab  
drjab

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

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, May 5, 2005 1:06:48 PM(UTC)

Ike  
Ike

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.

LEAD Logo
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.071 seconds.