Read Specific EXIF tag
Posted: Thu Aug 11, 2011 8:26 am
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
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