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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user