* Save images in GIF when output is set to MOBI and forcepng option is used
* Save images in GIF when output is set to EPUB, kindle profile is used and forcepng option is set
* media-type="image/gif"
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* Replaced Add Folders with output directory button.
I took the code from #969 and replaced the selectDir() function with it. Then replaced the button and linked it to selectDir()
* Fixed merge error in gui
* Fixed bug
Missing () at the end of checkState on line 852
* small fixes
* fix checkbox not saving
* rename selectDir to selectOutputDirectory
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* Adds options to use metadata title as output name
* update .ui files
* write rest
* small fixes
* small fix
* fix small
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* Added basic CBZ combine func
Need to add support for epub and maybe mobi.
* Removed irrelevant code for CBZ file fusion
* Fixed false description
* Removed irrelevant code
* Removed redundant code
Replaced page tracker and os.rename with os.renames. Removed unneeded reference to gui. Changed mkdir to mkdtemp.
* Made folder and cbz work together
You can select multiple folders of images, multiple cbz files, and folders with subfolders. Fusion will combine them all together at the same time. Mainly added this to idiot proof it.
* Updated gui
Removed redundant tooltip
* simplify code
* fix merging chapter folders with .
* uncheck fusion message
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>