1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

rotate first (#1015)

This commit is contained in:
Alex Xu
2025-07-04 19:52:34 -07:00
committed by GitHub
parent 36d9a4151e
commit 8f9e230b62
7 changed files with 316 additions and 291 deletions

View File

@@ -267,7 +267,7 @@ class ComicPage:
if 'N' in mode:
self.targetPathOrder = '-kcc-x'
elif 'R' in mode:
self.targetPathOrder = '-kcc-d'
self.targetPathOrder = '-kcc-a' if options.rotatefirst else '-kcc-d'
if not options.norotate:
self.rotated = True
elif 'S1' in mode: