Newb module design question

I’m working on a module that utilizes circular counters. I know I need to create a layer to mask out the part of the counter image that is outside of the circle, and make that bit transparent. How would I best go about doing this?

Thanks for any help and patience with a new VASSAL designer.

-Adam

Never mind, figured it out.

Thus spake ahickey1118:

I’m working on a module that utilizes circular counters. I know I need
to create a layer to mask out the part of the counter image that is
outside of the circle, and make that bit transparent. How would I best
go about doing this?

The best way to do this is to use an image format which supports
multiple levels of transparency (e.g., PNG or SVG).


J.