metadata: try to be more robust when saving
Tentative fix for #89 (cherry picked from commit a8b53fef753c7a1146013feeb66be87c688b8631)
This commit is contained in:
committed by
Lawrence Lee
parent
700eeccb39
commit
6cec805774
@@ -1399,7 +1399,7 @@ bool ImageIO::saveMetadata(const Glib::ustring &fname) const
|
||||
// dst->writeMetadata();
|
||||
} catch (const std::exception& exc) {
|
||||
std::cout << "EXIF ERROR: " << exc.what() << std::endl;
|
||||
return false;
|
||||
//return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user