I've been testing some things with kcc 5.5.1 in order to prepare my comics/manga's for my new reader (Boyue Likebook Mimas) and I noticed that if you use .cbz output the image resolution differs from the resolution specified.
Command used:
kcc-c2e --customwidth=1404 --customheight=1872 --hq --upscale --cropping=0 --forcepng --splitter=2 --manga-style --format=CBZ --title "test" test/ --output=test.cbz
Input resolution was 1640x2460
Output resolution was: 2106x2808
I was expecting 1404x1872
Is this a bug?
|