1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-17 13:01:42 +00:00

Added subfolder support

This commit is contained in:
Ciro Mattia Gonano
2013-01-21 13:15:19 +01:00
parent e4847e6cf4
commit 89b19f2519
3 changed files with 159 additions and 132 deletions

View File

@@ -15,7 +15,8 @@ It also optimizes comic images by:
- flat folders
- PDF *(extracting only contained JPG images)*
For now the script does not understand folder depth, so it will work on flat folders/archives only.
~~For now the script does not understand folder depth, so it will work on flat folders/archives only.~~
As of v. 1.50, KCC supports subfolders!
## REQUIREMENTS
- `kindlegen` in /usr/local/bin/
@@ -90,6 +91,7 @@ and installed in `/usr/local/bin/`
- 1.40 - Added some options for controlling image optimization
Further optimization (ImageOps, page numbering cut, autocontrast)
- 1.41 - Fixed a serious bug on resizing when img ratio was bigger than device one
- 1.50 - Added subfolder support for multiple chapters.
- 2.00 - GUI! AppleScript is gone and Tk is used to provide cross-platform GUI support.
## TODO