Aseprite Loader
This crate implements a zero-copy parser for aseprite files according to the Aseprite File Format (.ase/.aseprite) Specifications:
https://github.com/aseprite/aseprite/blob/main/docs/ase-file-specs.md
Usage
use ;
let data = read?;
let file = load?;
let = file.size;
let mut rgba = vec!;
file.render_frame?;
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.