strip_exif
Remove EXIF metadata from images to protect privacy. Supports output path, overwrite, dry-run, comparison, and report options.
Instructions
Remove EXIF metadata from a single image.
If output_path is omitted, the shared core will later generate a sibling
cleaned file path. Overwrite remains opt-in and defaults to False.
Optional dry-run, comparison, and sidecar-report behavior is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | ||
| output_path | No | ||
| overwrite | No | ||
| dry_run | No | ||
| include_comparison | No | ||
| write_report | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | ||
| output_path | Yes | ||
| removed_exif | Yes | ||
| notes | Yes | ||
| dry_run | Yes | ||
| comparison | Yes | ||
| report_path | Yes |