Adding borders to scanned counters?

Hi,

I’m working on my first Vassal design. I am using scanned counters but I want to add a border to them. Is there anyway to do this inside of Vassal or do I need to edit the images before putting them in?

Thanks,
Kevin

There are some very fast tools you can use to do this.

Look at ImageMagick. In particular the -border and -bordercolor
options. Anything you need to do to a bunch of files cries out for
ImageMagick.

ImageMagick can be found here:
imagemagick.org/script/index.php

then look at -border and -bordercolor under “options” on the left.

  • M.

On 14/02/2008, MadSeason messages@forums.vassalengine.org wrote:


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

Thanks! I’ll check it out.

There’s a nice example here:
imagemagick.org/Usage/crop/#border

Good luck with it,

  • M.

On 14/02/2008, MadSeason messages@forums.vassalengine.org wrote:


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

Making Vassal modules is image editing 90% of the time… ;)

Also have a look at the -raise option. I use ‘-raise 2x2’ for all my counters to generate a nice beveled edge effect.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

Thanks, all! I ended up going with Photoshop Elements (Simple Pillow Bevel) because I have that program. I looked at Imagemagick, though, and it looks like something I could get used to using.