Skip to content

Allow passing in full Frame options #2

@kettek

Description

@kettek

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>,
  },
  ...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions