Don't hardcode data
Closed this issue · 1 comments
LyricLy commented
Flexibility is usability, after all.
The filename, depth and size should be command line arguments (use argparse), and all other magic numbers should be made constants at the top of the file.
umnikos commented
This is beyond the scope of what is meant to be a simple example of how to use pillow.