Fix issue #4291 : "Bug when edit current image in external editor"

Is also add metadata to the "ICC Reference image" (ICM tool).
This commit is contained in:
Hombre
2018-01-10 18:22:50 +01:00
parent e29e9ca0d8
commit 91e494a709
2 changed files with 2 additions and 21 deletions

View File

@@ -1284,6 +1284,8 @@ void ImProcCoordinator::saveInputICCReference (const Glib::ustring& fname, bool
im = tempImage;
}
im->setMetadata (imgsrc->getMetaData()->getRootExifData ());
im->saveTIFF (fname, 16, true);
delete im;