diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-11 12:00:51 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-11 12:00:51 +0200 |
commit | a36c05f0c55886e872486a1e579a03743d736691 (patch) | |
tree | 1db944d79521f8827acf82cda8566e266e5bc48a /README.md | |
parent | Add number padding and lowering for file names (not directory) (diff) | |
parent | Update README.md (diff) | |
download | kcc-a36c05f0c55886e872486a1e579a03743d736691.tar.gz kcc-a36c05f0c55886e872486a1e579a03743d736691.tar.bz2 kcc-a36c05f0c55886e872486a1e579a03743d736691.zip |
Merge from master
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index b223b74..f8cec3a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can find the latest released binary at the following links: ## INPUT FORMATS `kcc` can understand and convert, at the moment, the following file types: -- PNG, JPG +- PNG, JPG, GIF, TIFF, BMP - Folders - CBZ, ZIP - CBR, RAR *(With `unrar` executable)* @@ -125,8 +125,9 @@ The app relies and includes the following scripts/binaries: - 2.9: Added support for generating a plain CBZ (skipping all the EPUB/Mobi generation) (#45) Prevent output file overwriting the source one: if a duplicate name is detected, append _kcc to the name Rarfile library updated to 2.6 + Added GIF, TIFF and BMP to supported formats (#42) Filenames slugifications (#28, #31, #9, #8) - + ## COPYRIGHT |