Improved spritesheet export functionality for Aseprite.
Go to file
2024-07-29 21:24:46 -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
advanced-spritesheet-export.lua Initial commit. 2024-07-22 19:01:26 -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 Metadata updates. 2024-07-29 21:24:46 -04:00
readme.md Metadata updates. 2024-07-29 21:24:46 -04:00

Advanced spritesheet functionality 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, tk.
  • To export a group as a single sprite, tk
  • Invoke the tool via File -> Export -> Export Sprite Sheet (Advanced).
  • Use the Sprite Sheet Export dialog as normal, but make sure Layers is set to "Visible Layers."

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/.