decodePngAnimation function
Decode a PNG formatted animation.
Implementation
Animation decodePngAnimation(List<int> bytes) {
return PngDecoder().decodeAnimation(bytes);
}
Decode a PNG formatted animation.
Animation decodePngAnimation(List<int> bytes) {
return PngDecoder().decodeAnimation(bytes);
}