poppu-mtg / StackIt

Python script generating a column-shaped TCG decklist based on cropped captions of each card's art.
MIT License
14 stars 6 forks source link

Give Option to Shift Decklist Name Starting Position #59

Closed JeffHoogland closed 7 years ago

JeffHoogland commented 7 years ago

When I use Hex stackits on stream I often have the champion cut off screen since it is redundant information. It would be ideal if the deck title is shifted over a bit to start where the card names start.

silasary commented 7 years ago

That should be possible after my the next bit of refactoring I'm doing.
Basically, we currently use different code paths for hex and mtg/pkmn. As an attempt to make mtg commander decks work, I want the "hex" layout.

So I'm currently making it a distinction between "Show Commander" or not. After which it should be easy to disable showing the champion for Hex lists.

JeffHoogland commented 7 years ago

I'd rather shift the deck name start point than hide the champion. That way I can use the same image for on stream and for tweeting.

silasary commented 7 years ago

So you want the deck name to be indented by the width of the champion column?

JeffHoogland commented 7 years ago

Correct.

silasary commented 7 years ago

How does this look? atk blood ruby reanimator

JeffHoogland commented 7 years ago

That is fantastic.