Merge branch 'dev' into spot-removal-tool

This commit is contained in:
Hombre
2019-07-31 23:03:50 +02:00
269 changed files with 5554 additions and 33357 deletions

View File

@@ -272,6 +272,7 @@ public:
bool getAutoWB (double& temp, double& green, double equal, double tempBias) override;
void getCamWB (double& temp, double& green) override;
void getSpotWB (int x, int y, int rectSize, double& temp, double& green) override;
bool getFilmNegativeExponents(int xA, int yA, int xB, int yB, std::array<float, 3>& newExps) override;
void getAutoCrop (double ratio, int &x, int &y, int &w, int &h) override;
bool getHighQualComputed() override;
void setHighQualComputed() override;