This project exists to create cbz or pdf files from list of jpg
Download out/artifacts/CBZMaker/CBZMaker.jar and run following command:
java -jar CBZMaker.jar path/to/ComicBookName/ [optional arguments]
Optional Arguments:
- -pdf : generate .pdf instead of .cbz
- -MaxPages XXX : limit file to XXX pages
- -GroupVolumes XX : group volumes in one output file
- -GrayScale : convert input colored jpg into gray scale image. Very usefull for e-reader (approx 25% bigless)
Required structure of file is
- ComicBookName
- VolumeNumber
- file01.jpg
- file02.jpg
- ...
- VolumeNumber
you will find binary jar inside bin folder. Please use same arguments as above