mirror of
https://github.com/ciromattia/kcc
synced 2026-07-05 04:25:31 +00:00
Added some comments
This commit is contained in:
@@ -124,6 +124,7 @@ class ComicPage:
|
||||
try:
|
||||
if not color:
|
||||
self.image = self.image.convert('L') # convert to grayscale
|
||||
# Sufix is used to recognise which files need horizontal Panel View.
|
||||
if sufix == "R":
|
||||
sufix = "_rotated"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user