1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-01 20:23:15 +00:00

Implemented --forcecolor

This commit is contained in:
Paweł Jastrzębski
2013-06-16 22:53:18 +02:00
parent ac54a40af5
commit 860673bb0e
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -88,6 +88,7 @@ Options:
--nocutpagenumbers Do not try to cut page numbering on images [Default=True]
-o OUTPUT, --output=OUTPUT
Output generated file (EPUB or CBZ) to specified directory or file
--forcecolor Do not convert images to grayscale [Default=False]
--customwidth=WIDTH Replace screen width provided by device profile [Default=0]
--customheight=HEIGHT Replace screen height provided by device profile [Default=0]
-v, --verbose Verbose output [Default=False]
@@ -210,6 +211,7 @@ The app relies and includes the following scripts/binaries:
* New QT GUI
* Merge with AWKCC
* Added support for custom width/height
* Added option to disable color conversion
## COPYRIGHT