My mistake.
Search found 3 matches
- Wed Nov 03, 2004 4:37 pm
- Forum: GFL SDK
- Topic: Batch resize? [Delphi]
- Replies: 3
- Views: 2209
- Wed Nov 03, 2004 3:54 pm
- Forum: GFL SDK
- Topic: Batch resize? [Delphi]
- Replies: 3
- Views: 2209
- Tue Nov 02, 2004 6:57 pm
- Forum: GFL SDK
- Topic: Batch resize? [Delphi]
- Replies: 3
- Views: 2209
Batch resize? [Delphi]
var
i:integer;
filename1, filename: string;
finfo: TGFL_FILE_INFORMATION;
lp: TGFL_LOAD_PARAMS;
sp: TGFL_SAVE_PARAMS;
gfl_bmp: PGFL_BITMAP;
e,f: GFL_ERROR;
format: string;
begin
if not DirectoryExists(edit1.text) then MkDir(edit1.text);
if edit1.Text <>'' then begin
For i := 0 to FileListBox1 ...