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

Automatic split layers and tags when --save-as receives {layer} or {tag} #1149

Closed
dacap opened this issue Jun 1, 2016 · 1 comment
Closed
Assignees
Labels
feature Feature request, or something should be improved persistence Issues about loading or saving files / persisting information on disk
Milestone

Comments

@dacap
Copy link
Member

dacap commented Jun 1, 2016

We can automatically interpret the given file name in --save-as and iterate over layers and tags to save each layer and tag as different files. For example:

aseprite -b input.ase --save-as output-{layer}.gif

Should to the same as:

aseprite -b --split-layers input.ase --filename-format {path}/{title}-{layer}.{extension} --save-as output.gif
@dacap dacap added the feature Feature request, or something should be improved label Jun 1, 2016
@dacap dacap added this to the v1.2 milestone Jun 1, 2016
@dacap dacap self-assigned this Jun 1, 2016
@dacap dacap added the persistence Issues about loading or saving files / persisting information on disk label Jun 1, 2016
@dacap
Copy link
Member Author

dacap commented Jun 6, 2016

Fixed, this will be included in v1.2-beta1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request, or something should be improved persistence Issues about loading or saving files / persisting information on disk
Projects
None yet
Development

No branches or pull requests

1 participant