1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

downscale nonrotated spreads to 2x device width (#1147)

* don't downscale nonrotated spreads

* maximum 2x screen downscale

* only downscale if needed

* don't do for kindle scribe
This commit is contained in:
Alex Xu
2025-11-25 19:04:22 -08:00
committed by GitHub
parent 5035c7403e
commit 1111263893
2 changed files with 9 additions and 1 deletions

View File

@@ -1547,6 +1547,7 @@ def makeBook(source, qtgui=None, job_progress=''):
GUI.progressBarTick.emit('1')
else:
checkTools(source)
options.kindle_azw3 = options.iskindle and ('MOBI' in options.format or 'EPUB' in options.format)
options.kindle_scribe_azw3 = options.profile == 'KS' and ('MOBI' in options.format or 'EPUB' in options.format)
checkPre(source)
print(f"{job_progress}Preparing source images...")