issues
search
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
Add arguments to skip specific stages / only perform certain stages
#108
Open
bajuwa
opened
4 years ago
bajuwa
commented
4 years ago
suggestion:
in code, keep a dictionary of booleans for which stages to perform, default all to true, reference this throughout the process.
introduce --skip-stage style arguments that flip a specific dictionary key to false
introduce --only-stage style arguments that flip all dictionary keys except a specific one to false
suggestion: