Function unzip_frames

Source
pub fn unzip_frames(
    zip_path: &Path,
) -> Result<(PathBuf, TempDir), Box<dyn Error>>
Expand description

Extracts frame_*.png from a ZIP into a temp folder, returns the folder path