further transparency tuning
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
<div class="form-group" id="transparencyThresholdGroup" style="display: none;">
|
<div class="form-group" id="transparencyThresholdGroup" style="display: none;">
|
||||||
<label class="form-label">Transparency Threshold (%)</label>
|
<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>
|
<p class="form-help">Images with more than this % of transparent pixels will be skipped.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
<div id="transparencyOptions">
|
<div id="transparencyOptions">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="form-label">Transparency Threshold (%)</label>
|
<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>
|
<p class="form-help">Images with more than this % transparent pixels will be flagged.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user