Merge pull request #5445 from Beep6581/capture_sharpening
Merge Capture sharpening into dev to get more tests
This commit is contained in:
@@ -179,7 +179,9 @@ struct SharpenMicroParamsEdited {
|
||||
struct SharpeningParamsEdited {
|
||||
bool enabled;
|
||||
bool contrast;
|
||||
bool autoContrast;
|
||||
bool blurradius;
|
||||
bool gamma;
|
||||
bool radius;
|
||||
bool amount;
|
||||
bool threshold;
|
||||
@@ -196,6 +198,16 @@ struct SharpeningParamsEdited {
|
||||
bool deconvdamping;
|
||||
};
|
||||
|
||||
struct CaptureSharpeningParamsEdited {
|
||||
bool enabled;
|
||||
bool contrast;
|
||||
bool autoContrast;
|
||||
bool gamma;
|
||||
bool deconvradius;
|
||||
bool deconviter;
|
||||
bool isUnchanged() const;
|
||||
};
|
||||
|
||||
struct VibranceParamsEdited {
|
||||
bool enabled;
|
||||
bool pastels;
|
||||
@@ -684,6 +696,7 @@ struct ParamsEdited {
|
||||
ColorToningEdited colorToning;
|
||||
RetinexParamsEdited retinex;
|
||||
SharpeningParamsEdited sharpening;
|
||||
CaptureSharpeningParamsEdited pdsharpening;
|
||||
SharpeningParamsEdited prsharpening;
|
||||
SharpenEdgeParamsEdited sharpenEdge;
|
||||
SharpenMicroParamsEdited sharpenMicro;
|
||||
|
Reference in New Issue
Block a user