MechTechnology/SmartStitch

Suggestion

Opened this issue ยท 1 comments

Hi
If it is possible to add a feature to save the chapter in zip format that would be a great option or show how to do it via Post process
thank you ๐Ÿ˜Š

Hey @Ghilas951, I made a script for saving chapters in zip format via post process.

After downloading the .exe file from the releases page, Follow this steps:

  1. in smartstich, navigate to the post process tab
  2. enable the run post process after completion flag
  3. set the comiczip binary path/location, you can essentially browse to comiczip.exe file
  4. add -i [stitched] -o [parocessed] to the post process arguments field

image

A zip file called output.zip will be located at a folder named after the original name followed by [processed] keyword.

Edit:
Or check out my fork of SmartStitch, Which already have this feature built in.