mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 09:03:04 +00:00
update labels / notes
This commit is contained in:
+3
-4
@@ -166,15 +166,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="table-row">
|
<div class="table-row">
|
||||||
<div class="table-cell"><label for="invertColors">Invert image colors</label></div>
|
<div class="table-cell"><label for="invertColors">Invert image colors:</label></div>
|
||||||
<div class="table-cell">
|
<div class="table-cell">
|
||||||
<input id="invertColors" type="checkbox" onchange="updateBoolean('invertColors')" /> <label for="invertColors">Invert</label>
|
<input id="invertColors" type="checkbox" onchange="updateBoolean('invertColors')" /> <label for="invertColors">Invert</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="table-row">
|
<div class="table-row">
|
||||||
<div class="table-cell"><label for="ditheringMode">Dithering: </label>
|
<div class="table-cell"><label for="ditheringMode">Dithering mode: </label>
|
||||||
<div class="note">Different dithering algorithms produce different results.</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="table-cell">
|
<div class="table-cell">
|
||||||
<select id="ditheringMode" onchange="updateInteger('ditheringMode')">
|
<select id="ditheringMode" onchange="updateInteger('ditheringMode')">
|
||||||
@@ -189,7 +188,7 @@
|
|||||||
<div class="table-row">
|
<div class="table-row">
|
||||||
<div class="table-cell">
|
<div class="table-cell">
|
||||||
<label for="ditheringThreshold">Brightness / alpha threshold: </label>
|
<label for="ditheringThreshold">Brightness / alpha threshold: </label>
|
||||||
<div class="note">0 - 255; if the brightness of a pixel is above the given level the pixel becomes white, otherwise they become black. When using alpha, opaque and transparent are used instead. Default is 128.</div>
|
<div class="note">Pixels with brightness above threshold turn white, below turn black (opaque/transparent for alpha mode).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-cell">
|
<div class="table-cell">
|
||||||
<input id="ditheringThreshold" class="size-input" type="number" min="0" max="255" name="ditheringThreshold" oninput="updateInteger('ditheringThreshold')" value="128"/>
|
<input id="ditheringThreshold" class="size-input" type="number" min="0" max="255" name="ditheringThreshold" oninput="updateInteger('ditheringThreshold')" value="128"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user