[RESOLVED] Automating exporting?

Hi all! I’m new to using Aesprite, so maybe what I’m asking is impossible but I thought I’d check with you guys.

I was wondering is there a way to tell Aesprite “Export all groups” rather than exporting them one-by-one? Maybe there’s some other way of achieving a similar result that I’m not aware of?

Thanks for reading!

Hi @lazybraingames, you could try creating a script (.sh or .bat file) and using the Command Line Interface (CLI) for that, e.g.:

aseprite.exe -b sprite.aseprite -save-as "sprite-{group}.png"

There are more information in the documentation about all the options available: Aseprite - Docs - Cli (remember to check the platform details to know how to invoce Aseprite).

I think I asked my question weird, but worked out that I needed to manage my layers in a different way and export as columns along a grid. Works great now!

Thanks for getting back to me dacap!