1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-04 20:15:39 +00:00

dirImgProcess - multiprocessing

This commit is contained in:
Paweł Jastrzębski
2013-05-28 08:47:24 +02:00
parent d090d8c2e8
commit 6c468a5291
2 changed files with 49 additions and 36 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class ComicPage:
raise RuntimeError('Cannot read image file %s' % source)
self.image = self.image.convert('RGB')
def saveToDir(self, targetdir, forcepng, color, sufix):
def saveToDir(self, targetdir, forcepng, color, sufix=None):
filename = os.path.basename(self.origFileName)
try:
if not color: