Search found 8 matches

by nicephore
Thu Aug 11, 2011 11:54 am
Forum: GFL SDK
Topic: Read Specific EXIF tag
Replies: 1
Views: 1205

Re: Read Specific EXIF tag

i have find my error:

replace: libGfl.gflBitmapGetEXIFValue(@GFL_BMP, $112, Value, 255);
by
libGfl.gflBitmapGetEXIFValue(GFL_BMP, $112, Value, 255);
by nicephore
Thu Aug 11, 2011 8:26 am
Forum: GFL SDK
Topic: Read Specific EXIF tag
Replies: 1
Views: 1205

Read Specific EXIF tag

Hi
I'm trying read specific EXIF tags so i try:

var
Value: PChar;

libGfl.gflBitmapGetEXIFValue(@GFL_BMP, $112, Value, 255);
...
Memo1.Lines.Add('Tag $112: ', + Value);

But Value is always empty ...

Where's my error ? Thanks for help
by nicephore
Mon Jul 04, 2011 9:05 am
Forum: GFL SDK
Topic: gflSetIPTCValue
Replies: 1
Views: 1113

Re: gflSetIPTCValue

My question was stupid
i find every thing in libfgl.pas
by nicephore
Mon Jul 04, 2011 9:00 am
Forum: GFL SDK
Topic: gflSetIPTCValue
Replies: 1
Views: 1113

gflSetIPTCValue

Hi
I'm looking for all possible tags (like: GFL_IPTC_BYLINE, GFL_IPTC_OBJECTNAME, GFL_IPTC_CREDITS ...)

Where can i found a list of all there ID ?

Thanks for help.
by nicephore
Wed Jun 16, 2010 6:57 am
Forum: GFL SDK
Topic: GFL SDK and Nikon RAW Format (NEF D200 Body Camera)
Replies: 7
Views: 16716

Re: GFL SDK and Nikon RAW Format (NEF D200 Body Camera)

AmigoJack
Thank's for help, this work good.
by nicephore
Wed Mar 31, 2010 7:01 am
Forum: GFL SDK
Topic: GFL SDK and Nikon RAW Format (NEF D200 Body Camera)
Replies: 7
Views: 16716

Re: GFL SDK and Nikon RAW Format (NEF D200 Body Camera)

Yes, why? I'v look GflSDK.20100321 (in http://newsgroup.xnview.com/viewtopic.php?f=4&t=19530#p83064), compil the DPR with Delphi7 and opening Nikon D200 NEF file i get error like FR - "Opération en virgule flottante incorrecte" EN - "Floating-point operation error" No pb with Nikon jpeg file format...
by nicephore
Tue Mar 30, 2010 6:00 pm
Forum: GFL SDK
Topic: Delphi interface (+ example) improved
Replies: 9
Views: 4503

Re: Delphi interface (+ example) improved

Hi
Whhen i compil the DPR with Delphi7 and opening Nikon D200 NEF file i get error like

FR - "Opération en virgule flottante incorrecte"
EN - "Floating-point operation error"

No pb with Nikon jpeg file format.
I need help for opening Nikon RAW format
by nicephore
Tue Mar 30, 2010 11:37 am
Forum: GFL SDK
Topic: GFL SDK and Nikon RAW Format (NEF D200 Body Camera)
Replies: 7
Views: 16716

GFL SDK and Nikon RAW Format (NEF D200 Body Camera)

Hi
Did GFL SDK work with RAW image ?