bajuwa / ComicCompiler

Scripts that help combine/splice webtoon images into a smaller collection of pages
GNU General Public License v3.0
15 stars 5 forks source link

Create a configuration to determine whether to keep/delete any intermediate image files #105

Open bajuwa opened 4 years ago

bajuwa commented 4 years ago

suggestion (with default):

KEEP_DOWNLOADED_IMAGES=true

If false, will delete the initial 'input files' that were gathered as part of downloading

KEEP_INTERMEDIATE_IMAGES=false

if false, will delete all files that were created through intermediate modifications (ad removal, watermark removal, waifu, etc)

if both are set to false, only the compiled pages will be kept