skip unnecessary transform

This commit is contained in:
Ingo Weyrich
2020-01-02 14:35:27 +01:00
parent 085c68fc29
commit 2ce6e6d1d3
6 changed files with 52 additions and 50 deletions

View File

@@ -119,7 +119,7 @@ public:
}
void setScale(double iscale);
bool needsTransform() const;
bool needsTransform(int oW, int oH, int rawRotationDeg, const FramesMetaData *metadata) const;
bool needsPCVignetting() const;
void firstAnalysis(const Imagefloat* const working, const procparams::ProcParams &params, LUTu & vhist16);