-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
309 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
## Version 1.1.0 | ||
> 2023.10.23 | ||
### Features | ||
|
||
- Check if binaries dependencies are installed and available (*7Zip* and *ImageMagick*). CbxToPdf use 7-Zip to unpack CBX file, and ImageMagick to convert webp images in png format and convert images to PDF. | ||
- Measures time conversion of each cbx files. Show with info verbosity level. | ||
- Deletes temporary images folder from cbx file on each iteration, if the option `OPTION_KEEP_FOLDER_TEMP` is not enabled. | ||
|
||
### Fix | ||
|
||
- Fix: Support folder and filename with parenthesis. | ||
- Fix: Change the current working directory to the folder of the batch script at begin of process. | ||
|
||
--- | ||
|
||
## Version 1.0.0 | ||
> 2023.05.30 | ||
### Features | ||
|
||
- Convert a cbr and a cbz file into PDF. | ||
- Batch processing of one or multiple given folder. All cbx files in given folder are convert in PDF. | ||
- Convert images (webp support) before Pdf generation. | ||
- Handle of several levels of verbosity (`--quiet`, `-v=normal`, `-vv=info` or `-vvv=debug`). | ||
- Set output folder, where all PDF are generated. | ||
- Use a configuration file `config.ini` to set binary dependencies, and configure the process of conversion according to the ImageMagick's parameters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.