Feature: Export world PNGs
The PNG export is great:

However I was wondering it it's possible to have some new export options. For example:
- Export a single PNG per world (all layers merged down)
- Export a single PNG of all worlds (all layers merged down)
I think it would be a really cool feature to be able to view everything inside of a single PNG, It could be quite fitting to include this for the MultiWorlds update 🙂
Only downside is this could get really slow on large projects, and also generate huge files 🤔 Maybe these export options should be something you manually trigger somewhere?
An option could be to use a manual button instead of saving a LDtk project. This way, the image assets are at least not being created all of the time for every save, and can be up to the user's choice when they would like to export a large image file 🙂
This should help: I'm working on an app that writes an image file of all the level images together into a world. It's in progress, but here's the repo: https://github.com/Cammin/LDtkWorldImageMerger