I have no new information about this topic. I hoped that you would find the solution to record the resolution. I am also very keen to record the GPS data ( http://newsgroup.xnview.com/viewtopic.php?f=4&t=16903 ).
What information do you need?
How can I help you?
Regards...
Miguel Angel
http ...
Search found 82 matches
- Sat May 23, 2009 5:27 pm
- Forum: GFL SDK
- Topic: X,Y Resolution
- Replies: 10
- Views: 4151
- Sat Feb 21, 2009 2:42 pm
- Forum: GFL SDK
- Topic: X,Y Resolution
- Replies: 10
- Views: 4151
- Sat Feb 21, 2009 12:45 pm
- Forum: GFL SDK
- Topic: X,Y Resolution
- Replies: 10
- Views: 4151
- Fri Feb 20, 2009 5:46 pm
- Forum: GFL SDK
- Topic: X,Y Resolution
- Replies: 10
- Views: 4151
- Wed Feb 18, 2009 8:50 pm
- Forum: GFL SDK
- Topic: X,Y Resolution
- Replies: 10
- Views: 4151
X,Y Resolution
Hello,
I have problems to store the X and Y Resolution of a photo
This datas are Rational's type.
Can you tell me how to be added X and Y Resolution to the EXIF information of the picture?
Regards...
Miguel Angel
http://imagen3d.site88.net
I have problems to store the X and Y Resolution of a photo
This datas are Rational's type.
Can you tell me how to be added X and Y Resolution to the EXIF information of the picture?
Regards...
Miguel Angel
http://imagen3d.site88.net
- Tue Jan 27, 2009 10:49 am
- Forum: GFL SDK
- Topic: EXIF - GPS
- Replies: 4
- Views: 2308
- Mon Jan 26, 2009 3:10 pm
- Forum: GFL SDK
- Topic: EXIF - GPS
- Replies: 4
- Views: 2308
- Sat Jan 24, 2009 9:10 am
- Forum: GFL SDK
- Topic: EXIF - GPS
- Replies: 4
- Views: 2308
EXIF - GPS
Hello,
I have a problem to store in a photo the GPS data.
Reference Latitude (North / South) or the length of reference (East / West) I do not have problems because they are datas the ASCII type:
gflBitmapSetEXIFValueString2(EXIF2, 16, 1,PChar(LatitudeRef));
I have problem with the latitude ...
I have a problem to store in a photo the GPS data.
Reference Latitude (North / South) or the length of reference (East / West) I do not have problems because they are datas the ASCII type:
gflBitmapSetEXIFValueString2(EXIF2, 16, 1,PChar(LatitudeRef));
I have problem with the latitude ...
- Sun Nov 02, 2008 9:21 pm
- Forum: GFL SDK
- Topic: I need help to save EXIF data in DELPHI
- Replies: 2
- Views: 1927
- Sat Nov 01, 2008 10:12 pm
- Forum: GFL SDK
- Topic: I need help to save EXIF data in DELPHI
- Replies: 2
- Views: 1927
I need help to save EXIF data in DELPHI
Hello,
I have problems to save EXIF data in DELPHI.
var
EXIF2 : PGFL_EXIF_DATAEX;
....
begin
gflEnableLZW(GFL_TRUE);
gflGetDefaultLoadParams(lp);
lp.ColorModel := GFL_BGR;
lp.LinePadding := 4;
gflLoadBitmap(Pchar(FileName1),gfl_bmp, lp, finfo);
//EXIF 2
if gflBitMapHasEXIF(gfl_bmp1b) = gfl ...
I have problems to save EXIF data in DELPHI.
var
EXIF2 : PGFL_EXIF_DATAEX;
....
begin
gflEnableLZW(GFL_TRUE);
gflGetDefaultLoadParams(lp);
lp.ColorModel := GFL_BGR;
lp.LinePadding := 4;
gflLoadBitmap(Pchar(FileName1),gfl_bmp, lp, finfo);
//EXIF 2
if gflBitMapHasEXIF(gfl_bmp1b) = gfl ...
- Wed Sep 03, 2008 11:18 pm
- Forum: GFL SDK
- Topic: EXIF2 in libgfl282.dll
- Replies: 2
- Views: 2043
- Wed Sep 03, 2008 1:01 pm
- Forum: GFL SDK
- Topic: EXIF2 in libgfl282.dll
- Replies: 2
- Views: 2043
EXIF2 in libgfl282.dll
Hello Pierre,
I have checked with the help of the DLL Export Viewer application that some features not found in libgfl282.dll or libgfle282.dll related EXIF data and if they are defined in libgfl.pas :
gflBitmapGetEXIF2
gflFreeEXIF2
gflBitmapSetEXIF2
gflBitmapSetEXIFValueInt2 ...
I have checked with the help of the DLL Export Viewer application that some features not found in libgfl282.dll or libgfle282.dll related EXIF data and if they are defined in libgfl.pas :
gflBitmapGetEXIF2
gflFreeEXIF2
gflBitmapSetEXIF2
gflBitmapSetEXIFValueInt2 ...
I have defined as:
Rgds,
Miguel Angel
Code: Select all
var
EXIF2 : PGFL_EXIF_DATAEX;
Miguel Angel