You can export PNG, JPG, or GIF images. Sequence export writes images as individual files which can optionally be packed into an atlas. Individual files are named name1
, name2
, name3
, etc and this can't be customized (but of course could be renamed afterward). Exporting first deletes files following this naming convention.
Each set of images that make up an animation sequence have the same size, which is the size of the largest image in the sequence. There isn't yet an explicit setting to customize this, but you can use a transparent image which is larger than all frames of your animations to have the same image sizes across multiple animations and later exports. This leads to a lot of white space around most frames, but that is not an issue when packing the images into an atlas with whitespace stripping. Currently the origin location within the images isn't written as metadata, however when using a large transparent image you know where the origin is.
If you need access to events, you could export the JSON data and parse the event section.
Spine: JSON export format: Events
Please let me know if I missed any questions!