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

No Rotate option (#785)

* no rotate

* Revert "no rotate"

This reverts commit b6f1fe8882.

* implement norotate
This commit is contained in:
Alex Xu
2025-01-03 19:43:20 -08:00
committed by GitHub
parent 2189f4b1cb
commit 317fb33fd0
6 changed files with 253 additions and 222 deletions

View File

@@ -994,6 +994,8 @@ def makeParser():
"2: Consider every subdirectory as separate volume [Default=0]")
output_options.add_argument("--spreadshift", action="store_true", dest="spreadshift", default=False,
help="Shift first page to opposite side in landscape for spread alignment")
output_options.add_argument("--norotate", action="store_true", dest="norotate", default=False,
help="Do not rotate double page spreads in spread splitter option.")
processing_options.add_argument("-n", "--noprocessing", action="store_true", dest="noprocessing", default=False,
help="Do not modify image and ignore any profil or processing option")