gen2brain / cbconvert

CBconvert is a Comic Book converter
GNU General Public License v3.0
202 stars 14 forks source link

Convert container format without modifying images #7

Closed alexandernst closed 2 years ago

alexandernst commented 2 years ago

Is it possible to, somehow, convert from cbr to cbz (rar to zip archive) without modifying the images? I'd like to leave everything as-is, and just change the container format.

I tried --quality=100, but that apparently increases the size of each image.

gen2brain commented 2 years ago

There is no such option, but you can try with --no-rgb, which will skip all files that are not grayscale, assuming all images are not actually grayscale.

gen2brain commented 2 years ago

I added --no-convert option that will just copy files.