Page 1 of 1

SaveKeepMetaData - EXIF informations lost

Posted: Wed Aug 03, 2005 2:05 pm
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

Re: SaveKeepMetaData - EXIF informations lost

Posted: Wed Aug 03, 2005 2:38 pm
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.