SaveKeepMetaData - EXIF informations lost

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
Philippe - Dijon

SaveKeepMetaData - EXIF informations lost

Post by Philippe - Dijon »

environnement :
Powerbuilder 9.0.3
GFLAX = 2.40

Informations EXIF are lost when I save the file towards the disc :

iole_gflax.LoadBitmap( ls_pathname )
iblb_image = iole_gflax.SetBlob()
....
iblb_gflax.GetBlob(iblb_image)
iole_gflax.SaveFormatName( ls_format )
iole_gflax.SaveKeepMetaData(1)
iole_gflax.SaveBitmap( ls_path )

If I save iblb_image by the traditional functions of Powerbuilder file, information EXIF are correctly stored
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: SaveKeepMetaData - EXIF informations lost

Post by xnview »

Philippe - Dijon wrote:environnement :
Powerbuilder 9.0.3
GFLAX = 2.40

Informations EXIF are lost when I save the file towards the disc :

iole_gflax.LoadBitmap( ls_pathname )
iblb_image = iole_gflax.SetBlob()
....
iblb_gflax.GetBlob(iblb_image)
iole_gflax.SaveFormatName( ls_format )
iole_gflax.SaveKeepMetaData(1)
iole_gflax.SaveBitmap( ls_path )

If I save iblb_image by the traditional functions of Powerbuilder file, information EXIF are correctly stored
Right a bug.
Pierre.
Post Reply