https://github.com/theunixdemon/resizecomic
https://github.com/theunixdemon/resizecomic
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theunixdemon/resizecomic
- Owner: TheUnixDemon
- License: gpl-3.0
- Created: 2025-04-17T19:51:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T01:23:48.000Z (10 months ago)
- Last Synced: 2025-04-18T10:43:19.417Z (10 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comic compression & convertion into JPEG
Comics in the format `CBZ` are supported and naturally also the common uncompressed version.
It converts every images recursive within the passed path and compresses it into a (hopefully) smaller version of the origin.
For now it's only possible to change the quality setting of the convertion into JPEG. If the resulting convertion based on the origin is not smaller the convertion will be deleted to prevent non efficient compression that has a quality that is even worse.
A detailed guide and some more features will follow.