mirror of
https://github.com/ciromattia/kcc
synced 2026-01-02 19:39:29 +00:00
Fixed merge bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user