mipui icon indicating copy to clipboard operation
mipui copied to clipboard

Feature Request: Export as Layers

Open Expletive opened this issue 5 years ago • 2 comments

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.

Expletive avatar Feb 26 '19 16:02 Expletive

That's a neat idea! Might take me a while to get to it, but definitely a good idea, I'll give it a go.

amishne avatar Feb 26 '19 18:02 amishne

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

SoulSpirit79 avatar Apr 03 '19 06:04 SoulSpirit79