Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBZ conversion is generating much bigger file sizes than originals #349

Open
aur0n opened this issue Mar 29, 2020 · 2 comments
Open

CBZ conversion is generating much bigger file sizes than originals #349

aur0n opened this issue Mar 29, 2020 · 2 comments
Labels
Bug Something isn't working

Comments

@aur0n
Copy link

aur0n commented Mar 29, 2020

I'm trying to use this wonderful tool to just crop white spaces in my CBZ comic books. In the settings, I only check the "Color mode" to not lose colors in the process and convert to CBZ again.

The problem is that the generated file is much bigger than the original.
For example, with a 18.7Mb comic book (mostly black and white pages) I get in result a 56.8Mb file. I expected less or almost same size, since it's supposed to just crop white spaces.

Is there any way to fix this?

PS: I'm using the Windows version.

@Joshuajrodrigues
Copy link

saaammmeee

@darodi darodi added the Bug Something isn't working label Jan 14, 2023
@axu2
Copy link
Collaborator

axu2 commented Jun 3, 2023

I bet it's because your source images are png and you are converting to jpg. a good idea would be to match the output format to the input. Converting from lossless png to lossy jpg for manga can make things way bigger. Jpg to PNG too can make it larger.

But png is pretty glitchy in mobi: #533

Alternatively use the mozJpeg option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants