Add function needsScale() to make sure scale is applied if defish is not active

This commit is contained in:
Alexander Brock
2024-07-27 15:30:24 +02:00
parent 159ebd45e8
commit c491a405a4
2 changed files with 9 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ class ImProcFunctions
bool needsDistortion() const;
bool needsRotation() const;
bool needsPerspective() const;
bool needsScale() const;
bool needsGradient() const;
bool needsVignetting() const;
bool needsLCP() const;