strip_metadata
Remove EXIF and metadata from images to protect privacy by creating clean copies without embedded information.
Instructions
Remove all EXIF and metadata from an image for privacy.
Creates a clean copy of the image with no embedded metadata.
Args: path: Absolute path to the image file. output_path: Where to save. Defaults to _clean..
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| output_path | No |