ldtk icon indicating copy to clipboard operation
ldtk copied to clipboard

Feature: Export world PNGs

Open Cammin opened this issue 3 years ago • 5 comments

The PNG export is great: image

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 🙂

Cammin avatar Mar 04 '22 19:03 Cammin

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?

deepnight avatar Mar 25 '22 13:03 deepnight

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 🙂

Cammin avatar Mar 25 '22 19:03 Cammin

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

Cammin avatar Aug 08 '23 07:08 Cammin