Function unzip_frames

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

Extracts frame_*.png from a ZIP into a temporary folder and returns the folder path along with the temp directory guard.