DiddiZ / mtg-proxies

Print high-resolution MtG proxies.
MIT License
51 stars 15 forks source link

Choose background color #3

Closed GregorKobsik closed 4 years ago

GregorKobsik commented 4 years ago

The background color is always white (default setting)

It would be nice to have an option to choose an arbitary color for the background.

e.g.

human readable input: python print.py --background "black" examples/decklist.txt decklist.pdf rgb-valued input: python print.py --background (200,200,200) examples/decklist.txt decklist.pdf

DiddiZ commented 4 years ago

Use python print.py --background black examples/decklist.txt decklist.pdf or python print.py --background "#c8c8c8" examples/decklist.txt decklist.pdf