gflBitmapGetEXIF
The gflBitmapGetEXIF function returns EXIF metadata in a readable form.
GFL_EXIF_DATA * gflBitmapGetEXIF( GFL_BITMAP * bitmap, GFL_UINT32 flags );
Parameters
- bitmap
- Pointer to a GFL_BITMAP structure.
- flags
- Not used.
Return value
The function returns a pointer to a GFL_EXIF_DATA structure.
See also