Decode a PNG formatted animation.
Animation? decodePngAnimation(List<int> bytes) => PngDecoder().decodeAnimation(bytes);