Closed lucas-miranda closed 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)
image::RgbaImage
AsepriteFile::frame_image(&self, frame: u16)
When constructing an
image::RgbaImage
throughAsepriteFile::frame_image(&self, frame: u16)
, layer's opacity is completely ignored, which leaves to a wrong image result (comparing with aseprite itself)