Is possible to export a sprite sheet and resize?

Hello, I’m making 16x16 sized sprites but I’m resizing 800% when exporting. But Aseprite doesn’t seem to allow resize when exporting sprite sheets. Are there any workaround?

In this case you might try to export the sprite sheet using the CLI and the --scale option, something like:

aseprite.exe -b sprite.aseprite --scale 8 --sheet sheet.png --data sheet.json
2 Likes

Thank you very much. Worked like a charm. It saved me a lot of time. Would be nice if this option were to be found in the export sprite sheet UI.

1 Like

Leaving this topic open in Features category to add the option in a future version :+1:

1 Like

3 posts were split to a new topic: Export Sprite Sheet with merge duplicates option from the Command Line Interface

2 posts were split to a new topic: Locate Aseprite folder on macOS when it’s installed with Steam