Function decode

Source
pub fn decode(data: &[u8]) -> Result<(Vec<ApngFrame>, u32, u32), ImageError>
Expand description

Decode an APNG byte stream and return the frames with image dimensions.