Convert manga to EPUB format (https://github.com/ciromattia/kcc)
873
Create a directory and store the manga inside which needs to be converted
.
├── manga
│ ├── 343
│ │ └── m001.jpg
│ └── 344
│ └── m001.jpg
From this directory execute:
docker run -v $(pwd):/manga -it --rm tfarla/kcc kcc-c2e -b 2 ./manga
This will create the following directory structure on the host machine:
.
├── manga
│ ├── 343
│ │ └── m001.jpg
│ └── 344
│ └── m001.jpg
├── manga\ 1.mobi
└── manga\ 2.mobi
For more information and options please visit the kcc repository
Content type
Image
Digest
Size
565.1 MB
Last updated
about 9 years ago
docker pull tfarla/kcc