Restored color boost tool; fixed bug in simpleprocess.cc for saving output.

This commit is contained in:
Emil Martinec
2010-10-18 13:39:23 -05:00
parent adbb1ee7ab
commit af4a6534ef
5 changed files with 250 additions and 249 deletions

View File

@@ -216,9 +216,9 @@ void ImProcCoordinator::updatePreviewImage (int todo) {
readyphase++;
progress ("Applying Color Boost...",100*readyphase/numofphases);
//ipf.colorCurve (oprevl, nprevl);
ipf.chrominanceCurve (oprevl, nprevl, 0, chroma_acurve, 0, pH);
ipf.chrominanceCurve (oprevl, nprevl, 1, chroma_bcurve, 0, pH);
ipf.colorCurve (nprevl, nprevl);
readyphase++;
if (scale==1) {