alpine-alpaca / asefile

Library for loading Aseprite files. Directly reads binary Aseprite files and does not require you to export files to JSON.
MIT License
43 stars 15 forks source link

Layer opacity ignored when constructing image #16

Closed lucas-miranda closed 2 years ago

lucas-miranda commented 2 years ago

When constructing an image::RgbaImage through AsepriteFile::frame_image(&self, frame: u16), layer's opacity is completely ignored, which leaves to a wrong image result (comparing with aseprite itself)