Backed out changeset: 159f9e7014f8
This commit is contained in:
@@ -221,7 +221,7 @@ void Crop::update (int todo) {
|
||||
if (cropImageListener) {
|
||||
// this in output space held in parallel to allow analysis like shadow/highlight
|
||||
Glib::ustring outProfile=params.icm.output;
|
||||
if (params.icm.output.empty() || params.icm.output==ColorManagementParams::NoICMString) outProfile="sRGB";
|
||||
if (params.icm.output=="" || params.icm.output==ColorManagementParams::NoICMString) outProfile="sRGB";
|
||||
Image8 *cropImgtrue = parent->ipf.lab2rgb (labnCrop, 0,0,cropw,croph, outProfile);
|
||||
|
||||
int finalW = rqcropw;
|
||||
|
Reference in New Issue
Block a user