saveInputICCReference: save TIF 16 instead of JPG
This commit is contained in:
@@ -601,7 +601,7 @@ void ImProcCoordinator::saveInputICCReference (const Glib::ustring& fname) {
|
||||
imgsrc->preprocess( ppar.raw );
|
||||
imgsrc->demosaic(ppar.raw );
|
||||
imgsrc->getImage (imgsrc->getWB(), 0, im, pp, ppar.hlrecovery, ppar.icm, ppar.raw);
|
||||
im->saveJPEG (fname, 85);
|
||||
im->saveTIFF (fname,16,true);
|
||||
mProcessing.unlock ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user