Search found 3 matches

by acsrm
Tue Apr 04, 2006 1:30 pm
Forum: GFL SDK
Topic: Transparent bitmap (thumbnail)
Replies: 5
Views: 2614

acsrm

Hallo...
Now, I have the same problem. How change background color in thumbnail. Maybe small example in code ;) ?

Regards
Robert
by acsrm
Mon Apr 03, 2006 7:27 pm
Forum: GFL SDK
Topic: First step in GFL SDK and AV error
Replies: 7
Views: 3036

Hello Klaus2...
Of course I was make a mistake with bracket in example. I write from memory, don't copy from Delphi IDE.
My code compiling without errors.
The problem is still actual.

I have problem with gflBitmapHasEXIF(gfl_bmp) to.
I'm sure that jpeg has EXIF because I read it in other ...
by acsrm
Mon Apr 03, 2006 12:28 pm
Forum: GFL SDK
Topic: First step in GFL SDK and AV error
Replies: 7
Views: 3036

First step in GFL SDK and AV error

Hallo. my name is Robert. Sorry for my english.
I want buy your library in light version, now i tested it with my application and i have problem (
My code:

procedure TFDesktop.Button1Click(Sender: TObject);
var gfl_bmp: PGFL_BITMAP;
lp: TGFL_LOAD_PARAMS;
fi: TGFL_FILE_INFORMATION;
e: GFL ...