Revert latest commit (kind of) and disable automatic global green equilibration for OLYMPUS E-M1MarkII

This commit is contained in:
heckflosse
2018-06-05 18:51:07 +02:00
parent 72cd11aa21
commit e542a38f85
2 changed files with 3 additions and 3 deletions

View File

@@ -1952,7 +1952,7 @@ void RawImageSource::preprocess (const RAWParams &raw, const LensProfParams &le
for(int i = 0; i < 4; ++i) {
green_equilibrate_global(*rawDataFrames[i]);
}
} else {
} else if(idata->getModel() != "E-M1MarkII") {
green_equilibrate_global(rawData);
}
}