From 6d704b382d064161a013b6c14fb4499ef3ba4de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 13 Mar 2013 21:10:50 +0100 Subject: [PATCH] Fixed merge bug --- kcc/comic2ebook.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index 46180ed..240e0a8 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -270,7 +270,8 @@ def applyImgOptimization(img, isSplit=False, toRight=False): img.cropWhiteSpace(10.0) if options.cutpagenumbers: img.cutPageNumber() - img.resizeImage(options.upscale, options.stretch, options.black_borders, isSplit, toRight) + img.resizeImage(options.upscale, options.stretch, options.black_borders, options.fakepanelviewlandscape, isSplit, + toRight, options.landscapemode) img.optimizeImage(options.gamma) if not options.notquantize: img.quantizeImage()