# Is there a way to export layers into the same spritesheet on top of eachother?

**URL:** https://community.aseprite.org/t/is-there-a-way-to-export-layers-into-the-same-spritesheet-on-top-of-eachother/230
**Category:** Help
**Created:** [July 21, 2017, 7:26pm UTC](https://community.aseprite.org/t/is-there-a-way-to-export-layers-into-the-same-spritesheet-on-top-of-eachother/230 "2017-07-21T19:26:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dacap](https://community.aseprite.org/user_avatar/community.aseprite.org/dacap/32/10_2.png) [@dacap](https://community.aseprite.org/u/dacap)
#### Post date: [July 21, 2017, 9:53pm UTC](https://community.aseprite.org/t/is-there-a-way-to-export-layers-into-the-same-spritesheet-on-top-of-eachother/230/2 "2017-07-21T21:53:55Z")

</div>

It looks like you want to save each layer in a different file, you can use [the CLI](https://community.aseprite.org/t/the-command-line-interface/24) for that:

```
aseprite -b map.ase --save-as map-{layer}.png

```

This works since v1.2-beta1. More details in [the docs](https://www.aseprite.org/docs/cli/) and [–save-as](https://www.aseprite.org/docs/cli/#save-as). (Or en v1.1.13 you can use [–split-layers](https://www.aseprite.org/docs/cli/#split-layers).)

---

_[View the full topic](https://community.aseprite.org/t/is-there-a-way-to-export-layers-into-the-same-spritesheet-on-top-of-eachother/230)._
