1
0
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:
Alex Xu
2026-06-26 10:23:28 -07:00
committed by GitHub
parent 2a6d61530f
commit 3723bf9d52
5 changed files with 66 additions and 3 deletions
+12
View File
@@ -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>