ExifImageFile::writeScanLines can't open temporary file
Brought to you by:
smfryer
so i added this line so that it won't crash further :
A simple test to ensure it's ok
ExifStatus statusopen =
mOutImage.open( mTmpImageFile.c_str(), "w" ) ;
if (statusopen!=EXIF_OK)
{
return statusopen;
}