diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-29 17:12:56 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-29 20:34:24 +0100 |
commit | 7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e (patch) | |
tree | f29313415b6ad09d2794a0a8c63c237a9543fc3b /README.md | |
parent | Updated README + version bump (diff) | |
download | kcc-7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e.tar.gz kcc-7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e.tar.bz2 kcc-7d81de6834a8af8ea0f1b7bf2a326fc4fd6c177e.zip |
Miscellaneous tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/README.md b/README.md index f6965b6..2a97d61 100644 --- a/README.md +++ b/README.md @@ -69,48 +69,48 @@ CLI version of **KCC** is intended for power users. It is not idiot-proof like G ### Standalone `kcc-c2e.py` usage: ``` -Usage: kcc-c2e [options] comic_file|comic_folder - -Options: - MAIN: - -p PROFILE, --profile=PROFILE +Usage: kcc-c2e [options] comic_file|comic_folder + +Options: + MAIN: + -p PROFILE, --profile=PROFILE Device profile (Available options: K1, K2, K345, KDX, - KPW, KV, KoMT, KoG, KoGHD, KoA, KoAHD, KoAH2O) [Default=KV] - -m, --manga-style Manga style (right-to-left reading and splitting) - -w, --webtoon Webtoon processing mode - - OUTPUT SETTINGS: - -o OUTPUT, --output=OUTPUT - Output generated file to specified directory or file - -t TITLE, --title=TITLE - Comic title [Default=filename or directory name] - -f FORMAT, --format=FORMAT - Output format (Available options: Auto, MOBI, EPUB, - CBZ) [Default=Auto] - -b, --batchsplit Split output into multiple files - - PROCESSING: - -u, --upscale Resize images smaller than device's resolution - -s, --stretch Stretch images to device's resolution - -r SPLITTER, --splitter=SPLITTER - Double page parsing mode. 0: Split 1: Rotate 2: Both [Default=0] - -g GAMMA, --gamma=GAMMA - Apply gamma correction to linearize the image [Default=Auto] - --hq Enable high quality Panel View - --blackborders Disable autodetection and force black borders - --whiteborders Disable autodetection and force white borders - --forcecolor Don't convert images to grayscale - --forcepng Create PNG files instead JPEG - --nocutpagenumbers Don't try to cut page numbers from images - - CUSTOM PROFILE: - --customwidth=CUSTOMWIDTH - Replace screen width provided by device profile - --customheight=CUSTOMHEIGHT - Replace screen height provided by device profile - - OTHER: - -h, --help Show this help message and exit + KPW, KV, KoMT, KoG, KoGHD, KoA, KoAHD, KoAH2O) [Default=KV] + -m, --manga-style Manga style (right-to-left reading and splitting) + -w, --webtoon Webtoon processing mode + + OUTPUT SETTINGS: + -o OUTPUT, --output=OUTPUT + Output generated file to specified directory or file + -t TITLE, --title=TITLE + Comic title [Default=filename or directory name] + -f FORMAT, --format=FORMAT + Output format (Available options: Auto, MOBI, EPUB, CBZ) + [Default=Auto] + -b, --batchsplit Split output into multiple files + + PROCESSING: + -u, --upscale Resize images smaller than device's resolution + -s, --stretch Stretch images to device's resolution + -r SPLITTER, --splitter=SPLITTER + Double page parsing mode. 0: Split 1: Rotate 2: Both [Default=0] + -g GAMMA, --gamma=GAMMA + Apply gamma correction to linearize the image [Default=Auto] + --hq Enable high quality Panel View + --blackborders Disable autodetection and force black borders + --whiteborders Disable autodetection and force white borders + --forcecolor Don't convert images to grayscale + --forcepng Create PNG files instead JPEG + --nocutpagenumbers Don't try to cut page numbers from images + + CUSTOM PROFILE: + --customwidth=CUSTOMWIDTH + Replace screen width provided by device profile + --customheight=CUSTOMHEIGHT + Replace screen height provided by device profile + + OTHER: + -h, --help Show this help message and exit ``` ### Standalone `kcc-c2p.py` usage: |