Map merging

Issue #49 new
Former user created an issue

If you are okay with requiring Image Magic for the feature, the hard part of map merging can be done with the following command:

magick <filepath 1> <filepath 2> -background “rgba(0, 0, 0, 0.0)” -flatten <output file path>

There is a java language extension for Image Magic, but I have not messed with it.

Comments (1)

  1. Log in to comment