Skip to main content

Crate fey_ase

Crate fey_ase 

Source
Expand description

Aseprite file loader.

For a fast workflow, it can be beneficial for an editor/engine to load Aseprite files directly. This crate provides such functionality, giving you access to all a sprite’s layers, animations cels, and all user-data associated with them.

Structs§

Ase
A parsed Aseprite file.
Cel
The pixels of a specific frame & layer.
Frame
An animation frame.
Layer
A sprite’s layer info.
NineSliceKey
A slice keyframe with a center-region.
Slice
A sprite slice.
SliceKey
A slice keyframe.
Tag
An animation tag.
UserData
User-defined data.

Enums§

BlendMode
How pixels should be blended.
CelType
Type of a cel.
Error
An Aseprite parsing error.
Format
Aseprite image format.
LayerType
A layer type.
LoopDir
How an animation should loop.
SliceType
Type of a sprite slice.