mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 09:03:04 +00:00
use floyd-steinberg by default
This commit is contained in:
+1
-1
@@ -129,9 +129,9 @@
|
||||
<div class="table-cell"><label for="ditheringMode">Dithering: </label></div>
|
||||
<div class="table-cell">
|
||||
<select id="ditheringMode" onchange="updateInteger('ditheringMode')">
|
||||
<option value="2">Floyd-Steinberg</option>
|
||||
<option value="0">Binary</option>
|
||||
<option value="1">Bayer</option>
|
||||
<option value="2">Floyd-Steinberg</option>
|
||||
<option value="3">Atkinson</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ const settings = {
|
||||
drawMode: 'horizontal',
|
||||
prefix: '0x',
|
||||
ditheringThreshold: 128,
|
||||
ditheringMode: 0,
|
||||
ditheringMode: 2,
|
||||
outputFormat: 'plain',
|
||||
separator: ', ',
|
||||
outputComments: true,
|
||||
|
||||
Reference in New Issue
Block a user