Add new parameters
-
Organize argparser help text
-
NEW parameters for
glitch_image
andglitch_gif
inglitch_this.py
:--
glitch_change
: Increment/Decrementglitch_amount
by given amount after every glitching -
cycle
: Whether or not to cycleglitch_amount
back to 1 or 10, if it overflows or underflows -
step
: Glitch every step'th frame, instead of all of them
-
-
NEW parameters for
commandline.py
:--
-i, --increment
: Increment/Decrementglitch_amount
by given amount after every glitching -
-cy, --cycle
: Whether or not to cycleglitch_amount
back to 1 or 10, if it overflows or underflows -
step
: Glitch every step'th frame, instead of all of them -
relative_duration
: Use a duration relative to the source GIFs duration
-