pub fn decode(data: &[u8]) -> Result<(Vec<ApngFrame>, u32, u32), ImageError>
Decode an APNG byte stream and return the frames with image dimensions.