Skip to content
New issue

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

Regression with --split-layers and --save-as #591

Closed
dacap opened this issue Feb 3, 2015 · 0 comments
Closed

Regression with --split-layers and --save-as #591

dacap opened this issue Feb 3, 2015 · 0 comments
Assignees
Milestone

Comments

@dacap
Copy link
Member

dacap commented Feb 3, 2015

Using:

 aseprite --batch --split-layers test.ase --save-as output.png

Fails because it tries to save the output into /output.png
Temporal fix is to specify the path:

 aseprite --batch --split-layers test.ase --save-as ./output.png

Or using a special --filename-format (see #519)

@dacap dacap self-assigned this Feb 3, 2015
@dacap dacap added this to the v1.0 milestone Feb 3, 2015
@dacap dacap closed this as completed in cc5f574 Feb 23, 2015
dacap added a commit to aseprite/tests that referenced this issue Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant