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

split then rotate (#966)

This commit is contained in:
Alex Xu
2025-06-16 14:47:55 -07:00
committed by GitHub
parent eef5a85fa6
commit f1db31205b
4 changed files with 5 additions and 5 deletions

View File

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