let copied_path = &output_dir.join("image.png");
assert!(copied_path.exists());
// Verify file contents are identical
let original = fs::read(&file.path).unwrap();
let copied_path = &output_dir.join("image.png");
assert!(copied_path.exists());
// Verify file contents are identical
let original = fs::read(&file.path).unwrap();