We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use Aseprite CLI like this:
ASEPRITE_PATH -b ASSETS_SRC_PATH/*.* --save-as ASSETS_OUT_PATH/{title}.png`
Expected result: asset.aseprite -> asset.png
asset.aseprite -> asset.png
Actual result: asset.aseprite -> {title}.png
asset.aseprite -> {title}.png
Also, it seems like it duplicates parts of filename. For example, I've tried this format: a-{title}-b.png
a-{title}-b.png
Expected result: asset.aseprite -> a-asset-b.png
asset.aseprite -> a-asset-b.png
Actual result: asset.aseprite -> a-a-{title}-b-b.png
asset.aseprite -> a-a-{title}-b-b.png
The text was updated successfully, but these errors were encountered:
Hi @alextewpin, please check this post:
https://community.aseprite.org/t/1-2-21-x64-cli-title-does-not-export-correctly/6231
Sorry, something went wrong.
Update save-as option to use format elements (aseprite#2442)
4dc579c
Add test for -save-as {title} (aseprite#2442)
768773b
ae6f9c2
dacap
Successfully merging a pull request may close this issue.
I'm trying to use Aseprite CLI like this:
Expected result:
asset.aseprite -> asset.png
Actual result:
asset.aseprite -> {title}.png
Also, it seems like it duplicates parts of filename. For example, I've tried this format:
a-{title}-b.png
Expected result:
asset.aseprite -> a-asset-b.png
Actual result:
asset.aseprite -> a-a-{title}-b-b.png
Aseprite and System version
The text was updated successfully, but these errors were encountered: