MechTechnology / SmartStitch

A small program for stitching together webtoons/manhwa/manhua raws.
MIT License
72 stars 27 forks source link

Suggestion #16

Open Ghilas951 opened 1 year ago

Ghilas951 commented 1 year ago

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 😊

BishrGhalil commented 1 year ago

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.