Improved spritesheet export functionality for Aseprite.
Go to file
2024-07-29 22:30:13 -04:00
.vscode Metadata updates. 2024-07-29 21:24:46 -04:00
.gitignore Get licensing and build configured. 2024-07-29 20:35:25 -04:00
abase-commands.lua Basic functionality in place. 2024-07-29 21:25:14 -04:00
abase-sprite.lua Basic functionality in place. 2024-07-29 21:25:14 -04:00
advanced-spritesheet-export.lua Duplicate menu options in top Layer menu. 2024-07-29 22:30:13 -04:00
LICENSE Get licensing and build configured. 2024-07-29 20:35:25 -04:00
Makefile Get licensing and build configured. 2024-07-29 20:35:25 -04:00
package.json Documentation update. 2024-07-29 22:10:53 -04:00
readme.md Documentation update. 2024-07-29 22:10:53 -04:00

Advanced spritesheet exporter for Aseprite

This extension adds a more sophisticated spritesheet export command to Aseprite.

Installation

To install, go to Aseprite's Settings -> Extensions -> Add Extension, and select advanced-spritesheet-export.aseprite-extension

Features

  • Choose which layers to export, regardless of visibility.
  • Export groups as a single sprite.

Usage

  • All layers are exported by default. To ignore a layer or group, select Layer -> Advanced Export -> Toggle Ignore.
  • To export a layer group as a single sprite, select Layer -> Advanced Export -> Toggle Merge Group.
  • Invoke the tool via File -> Export -> Export Sprite Sheet (Advanced).

Additional Notes

  • Toggling the advanced export settings on a layer will modify the layer colors. (This may be configurable in a future update)

Copyright 2024 Anna Wiggins

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.