further transparency tuning

This commit is contained in:
Bryan Van Deusen
2026-01-21 09:37:29 -05:00
parent ac95796de9
commit dc45a09681
+2 -2
View File
@@ -63,7 +63,7 @@
<div class="form-group" id="transparencyThresholdGroup" style="display: none;">
<label class="form-label">Transparency Threshold (%)</label>
<input type="number" id="transparencyThreshold" name="transparency_threshold" class="form-input" min="50" max="100" value="90">
<input type="number" id="transparencyThreshold" name="transparency_threshold" class="form-input" min="1" max="100" value="90">
<p class="form-help">Images with more than this % of transparent pixels will be skipped.</p>
</div>
@@ -163,7 +163,7 @@
<div id="transparencyOptions">
<div class="form-group">
<label class="form-label">Transparency Threshold (%)</label>
<input type="number" id="cleanupTransparencyThreshold" class="form-input" min="50" max="100" value="90">
<input type="number" id="cleanupTransparencyThreshold" class="form-input" min="1" max="100" value="90">
<p class="form-help">Images with more than this % transparent pixels will be flagged.</p>
</div>
</div>