Menu

#16 ExifImageFile::writeScanLines can't open temporary file

open
nobody
None
5
2004-04-03
2004-04-03
Anonymous
No

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;
}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB