1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-02 19:39:29 +00:00

Fixed merge bug

This commit is contained in:
Paweł Jastrzębski
2013-03-13 21:10:50 +01:00
parent 1c5f67111f
commit 6d704b382d

View File

@@ -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()