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
SaveKeepMetaData - EXIF informations lost
Moderators: helmut, XnTriq, xnview
Re: SaveKeepMetaData - EXIF informations lost
Right a bug.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
Pierre.