You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to download their maps as sets of transparent PNGs that can be easily loaded as layers into their preferred image software. Having the walls, floors, shapes, tokens, etc. on separated images would remove most of the busywork involved with adding textures or other effects to an otherwise completed map.
I've been using mipui for my games and the players seem to like it a lot, but there have been a few times I've wanted to do things it doesn't support natively and so I've edited the map in an image manipulation program, but this can be quite time consuming and isn't something I'd be able to do as much as I'd like.
The text was updated successfully, but these errors were encountered:
That would be appreciated.
I'm currently batch processing images with ImageMagick to get transparency (cross hatch maps): convert map.png -alpha copy -channel alpha -negate -brightness-contrast 0x100 transparent.png
Allow users to download their maps as sets of transparent PNGs that can be easily loaded as layers into their preferred image software. Having the walls, floors, shapes, tokens, etc. on separated images would remove most of the busywork involved with adding textures or other effects to an otherwise completed map.
I've been using mipui for my games and the players seem to like it a lot, but there have been a few times I've wanted to do things it doesn't support natively and so I've edited the map in an image manipulation program, but this can be quite time consuming and isn't something I'd be able to do as much as I'd like.
The text was updated successfully, but these errors were encountered: