umnikos/Python-Pillow-Library---A-Basic-Example

Don't hardcode data

Closed this issue · 1 comments

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.

This is beyond the scope of what is meant to be a simple example of how to use pillow.