1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-31 11:43:14 +00:00

add no quantize option (#1269)

This commit is contained in:
Alex Xu
2026-03-13 15:07:41 -07:00
committed by GitHub
parent 9b9181a715
commit b4b9e41a0c
5 changed files with 35 additions and 1 deletions
+14
View File
@@ -929,6 +929,20 @@ Higher values are larger and higher quality, and may resolve blank page issues.<
</property>
</widget>
</item>
<item row="10" column="2">
<widget class="QCheckBox" name="noQuantizeBox">
<property name="toolTip">
<string>Don't quantize PNG images to 16 colors (4 bit)
This will double file size but preserve all 256 colors (8 bit).
Eink only has 16 shades of gray so you probably don't want this.</string>
</property>
<property name="text">
<string>No Quantize</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>