saveInputICCReference: save TIF 16 instead of JPG

This commit is contained in:
michael
2011-01-24 22:07:40 -05:00
parent 0d0cbc8f24
commit 93c2c75271
2 changed files with 5 additions and 5 deletions

View File

@@ -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 ();
}