Search found 3 matches
- Thu Apr 29, 2004 9:38 pm
- Forum: GFL SDK
- Topic: EXIF problem [Delphi]
- Replies: 6
- Views: 4052
- Wed Apr 28, 2004 8:39 pm
- Forum: GFL SDK
- Topic: gflRotate access violation (Delphi)
- Replies: 3
- Views: 2272
- Wed Apr 28, 2004 8:32 pm
- Forum: GFL SDK
- Topic: EXIF problem [Delphi]
- Replies: 6
- Views: 4052
EXIF problem [Delphi]
Hello!
This is how I managed the EXIT in my file
gflGetDefaultLoadParams(LoadParam);
LoadParam.Flags := GFL_LOAD_METADATA;
Erreur := gflLoadBitmap(NomFichier, GFLImage, LoadParam, InformationFichier);
if GFLBitmapHasEXIF(GFLImage) = GFL_True then
Exif := gflBitmapGetEXIF(GFLImage, EXIF_MAIN_IFD ...
This is how I managed the EXIT in my file
gflGetDefaultLoadParams(LoadParam);
LoadParam.Flags := GFL_LOAD_METADATA;
Erreur := gflLoadBitmap(NomFichier, GFLImage, LoadParam, InformationFichier);
if GFLBitmapHasEXIF(GFLImage) = GFL_True then
Exif := gflBitmapGetEXIF(GFLImage, EXIF_MAIN_IFD ...