Add dither algorithm option
This commit is contained in:
parent
f833a5fea5
commit
f8ff567a00
3 changed files with 22 additions and 2 deletions
|
|
@ -13,6 +13,13 @@
|
|||
<li>
|
||||
<label><input type="checkbox" name="bright" checked /> Bright</label>
|
||||
</li>
|
||||
<li>
|
||||
Dithering algorithm:
|
||||
<select name="algo">
|
||||
<option value="floyd-steinberg">Floyd-Steinberg</option>
|
||||
<option value="stucki">Stucki</option>
|
||||
</select>
|
||||
</li>
|
||||
<li><button>Print!</button></li>
|
||||
</ol>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue