1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-05 04:25:31 +00:00

Added some comments

This commit is contained in:
Paweł Jastrzębski
2013-05-27 18:46:54 +02:00
parent e603622021
commit e981aa4520
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -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: