mirror of
https://github.com/ciromattia/kcc
synced 2026-06-29 01:25:41 +00:00
add light novel mode (#1361)
* add a novel mode where it only resizes images * add GUI * cleanup * fix typo * fully cooked * remove print * clean up * cook * cook * handle LA case * cleanup
This commit is contained in:
+12
@@ -990,6 +990,18 @@ Ignored for Kindle EPUB/MOBI and all PDF.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="0">
|
||||
<widget class="QCheckBox" name="lightnovelBox">
|
||||
<property name="toolTip">
|
||||
<string>Only resize images and preserve original file structure.
|
||||
|
||||
Ignores most options besides JPEG quality, color mode, output folder.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Light novel mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user