Solving issue 1001: "Auto WB is saved as Custom in profile files" and 929: "Crash on image open with WB method = Auto" with a different workaround
This commit is contained in:
@@ -296,7 +296,7 @@ namespace rtengine {
|
||||
/** Creates and returns a Crop instance that acts as a window on the image */
|
||||
virtual DetailedCrop* createCrop () =0;
|
||||
|
||||
virtual void getAutoWB (double& temp, double& green) =0;
|
||||
virtual bool getAutoWB (double& temp, double& green) =0;
|
||||
virtual void getCamWB (double& temp, double& green) =0;
|
||||
virtual void getSpotWB (int x, int y, int rectSize, double& temp, double& green) =0;
|
||||
virtual void getAutoCrop (double ratio, int &x, int &y, int &w, int &h) =0;
|
||||
|
Reference in New Issue
Block a user