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

Allow passing in full Frame options #2

Open
kettek opened this issue Nov 9, 2021 · 0 comments
Open

Allow passing in full Frame options #2

kettek opened this issue Nov 9, 2021 · 0 comments

Comments

@kettek
Copy link
Owner

kettek commented Nov 9, 2021

This should probably be defined by passing a JSON file, either through STDIN or in the place of the [frame.png ...] arguments. It'd be a simple structure such as :

[
  {
    "image": "...",
    "default": true, // if only first frame
    "x": 0, // xoffset
    "y": 0, // yoffset
    "numerator": 0,
    "denominator": 0,
    "dispose": <strings>,
    "blend": <strings>,
  },
  ...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant