Skip to content

flochocinco/CBZMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBZMaker

What is it for ?

This project exists to create cbz or pdf files from list of jpg

How to use ?

For Windows users

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
      • ...

For other users

you will find binary jar inside bin folder. Please use same arguments as above