Support for saving TIFFs as BigTIFF (#6690)
This commit is contained in:
@@ -201,6 +201,9 @@ std::tuple<Glib::ustring, bool> BatchQueueEntry::getToolTip (int x, int y) const
|
||||
if (saveFormat.tiffUncompressed) {
|
||||
tooltip += Glib::ustring::compose("\n%1", M("SAVEDLG_TIFFUNCOMPRESSED"));
|
||||
}
|
||||
if (saveFormat.bigTiff) {
|
||||
tooltip += Glib::ustring::compose("\n%1", M("SAVEDLG_BIGTIFF"));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user