Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Export as Layers #219

Open
Expletive opened this issue Feb 26, 2019 · 2 comments
Open

Feature Request: Export as Layers #219

Expletive opened this issue Feb 26, 2019 · 2 comments

Comments

@Expletive
Copy link

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.

@amishne
Copy link
Owner

amishne commented Feb 26, 2019

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.

@SoulSpirit79
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants