VTTAssets / vtta-tokenizer

Tiny yet capable in-game token editor, requires trusted user level for uploads
MIT License
7 stars 8 forks source link

Custom downloaded token borders look better without the default mask #10

Open apoapostolov opened 4 years ago

apoapostolov commented 4 years ago

Please compare border with mask on

image

with border with mask off

image

It is not noticeable much on the board when icons are small but it seems that the default mask turned on is looking worse, so please make masking by default optional (okay to be on at clean install) so that I can turn it off when it generates worse results.

VTTAssets commented 4 years ago

Without masking, how are you getting a round token? Perhaps I can't quite follow, can you elaborate?

The algorithm that does the masking finds it's borders by looking at the alpha-level of each pixel, and there must be a configured threshhold to decide: This one belongs to the frame, this one doesn't, so it will not always be ideal. You can always chose to not mask an image, so I guess your message is lost in translation somehow