diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-20 10:39:42 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-20 10:39:42 +0100 |
commit | d346ca04666301511cf2a42a80634acc46653fe9 (patch) | |
tree | d133ca6461ed1c62ea8e27d5a1f9368829dcd741 /README.md | |
parent | Optimize archive extraction for zip/rar files (closes #40) (diff) | |
download | kcc-d346ca04666301511cf2a42a80634acc46653fe9.tar.gz kcc-d346ca04666301511cf2a42a80634acc46653fe9.tar.bz2 kcc-d346ca04666301511cf2a42a80634acc46653fe9.zip |
Update version and readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md index 4ecb5e5..93e5881 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,14 @@ # KCC `KCC` (a.k.a. `KindleComicConverter`) is a Python app to convert comic files or folders to ePub or Panel View MOBI. -It was initally developed for Kindle but as of version 2.2 it outputs valid ePub 2.0 so _**despite its name, KCC is +It was initally developed for Kindle but since v2.2 it outputs valid ePub 2.0 so _**despite its name, KCC is actually a comic 2 epub converter that every ereader owner can happily use**_. -It also optimizes comic images by: -- Enhancing contrast. -- Cutting page numbering. -- Cropping white borders. -- Resizing larger images to device's native resolution. -- Quantizing images to device's palette. +It can also optionally optimize images by applying a number of transformations. ## BINARY RELEASES You can find the latest released binary at the following links: -- OS X: [https://dl.dropbox.com/u/16806101/KindleComicConverter_osx_2.7.zip](https://dl.dropbox.com/u/16806101/KindleComicConverter_osx_2.7.zip) +- OS X: [https://dl.dropbox.com/u/16806101/KindleComicConverter_osx_2.8.zip](https://dl.dropbox.com/u/16806101/KindleComicConverter_osx_2.8.zip) - Win64: [https://dl.dropbox.com/u/16806101/KindleComicConverter_win-amd64_2.7.zip](https://dl.dropbox.com/u/16806101/KindleComicConverter_win-amd64_2.7.zip) - Win32: [http://pawelj.vulturis.eu/Shared/KindleComicConverter_win-x86_2.7.zip](http://pawelj.vulturis.eu/Shared/KindleComicConverter_win-x86_2.7.zip) *(thanks to [AcidWeb](https://github.com/AcidWeb))* - Linux: Just download sourcecode and launch `python kcc.py` *(Provided you have Python and Pillow installed)* @@ -52,10 +47,11 @@ Options: --version show program's version number and exit -h, --help show this help message and exit -p PROFILE, --profile=PROFILE - Device profile (Choose one among K1, K2, K3, K4, KDX, KDXG or KHD) [Default=KHD] + Device profile (Choose one among K1, K2, K3, K4NT, K4T, KDX, KDXG or KHD) [Default=KHD] -t TITLE, --title=TITLE Comic title [Default=filename] -m, --manga-style Manga style (Right-to-left reading and splitting) [Default=False] + --nopanelviewhq Disable high quality Panel View [Default=False] --noprocessing Do not apply image preprocessing (Page splitting and optimizations) [Default=True] --nodithering Disable image quantization [Default=False] --gamma=GAMMA Apply gamma correction to linearize the image [Default=Auto] @@ -119,6 +115,14 @@ The app relies and includes the following scripts/binaries: Do not call kindlegen if source epub is bigger than 320MB (#17) Get filetype from magic number (#14) PDF conversion works again + - 2.8: updated rarfile library + Panel View support + HQ support (#36) - new option: --nopanelviewhq + Split profiles for K4NT and K4T + Rewrite of Landscape Mode support (huge readability improvement for KPW) + Upscale use now BILINEAR method + Added generic CSS file + Optimized archive extraction for zip/rar files (#40) + ## COPYRIGHT |