Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/Operations/OperationLithophane.cs')
-rw-r--r--UVtools.Core/Operations/OperationLithophane.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/UVtools.Core/Operations/OperationLithophane.cs b/UVtools.Core/Operations/OperationLithophane.cs
index e40caa7..e0e6786 100644
--- a/UVtools.Core/Operations/OperationLithophane.cs
+++ b/UVtools.Core/Operations/OperationLithophane.cs
@@ -49,8 +49,8 @@ public class OperationLithophane : Operation
private decimal _resizeFactor = 100;
private bool _enhanceContrast;
private sbyte _brightnessGain;
- private byte _gapClosingIterations = 4;
- private byte _removeNoiseIterations = 4;
+ private byte _gapClosingIterations;
+ private byte _removeNoiseIterations;
private byte _gaussianBlur;
private byte _startThresholdRange = 1;
private byte _endThresholdRange = byte.MaxValue;