Merge pull request #6689 from abrock/defish

De-fish
This commit is contained in:
Lawrence37
2024-09-27 21:48:55 -07:00
committed by GitHub
19 changed files with 268 additions and 30 deletions

View File

@@ -397,6 +397,7 @@ struct CoarseTransformParamsEdited {
struct CommonTransformParamsEdited {
bool method;
bool scale;
bool autofill;
};
@@ -406,6 +407,8 @@ struct RotateParamsEdited {
struct DistortionParamsEdited {
bool amount;
bool defish;
bool focal_length;
};
class LocallabParamsEdited
{