-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Feature Request] Enable compression of the downloaded images #236
Comments
Probably after ServerV2 release |
Have been playing around for a bit with just simple jpeg compresssion and black/white Adaptive Threshold.
|
Should probably make the compression a value, instead of on/off |
I think that would be the best to let everyone decide for themselves how compressed it should be. Thanks for the great work |
It is configurable now between 1 and 100 JPEG Quality. |
It might be good to add a toggle to compress the images before packing them into the cbz files as there might be significant decrease in necessary storage space.
Quick tests with jpegoptim reveal that it is possible to reduce the filesize of normal manga pages (black & white) to up to 1/3 of the original downloaded file without noticing a difference. In Color it was more noticable.
I added the testfiles as zips
Originals.zip Compressed.zip
The text was updated successfully, but these errors were encountered: