strip_metadata_only
Removes all metadata, C2PA manifests, and EXIF tags from an image while preserving original pixels. Specify an input path and optional output path to get a cleaned image with a summary of stripped markers.
Instructions
Strips all metadata, C2PA manifests, and EXIF tags without modifying pixels.
Args: image_path: Path to the input image file. output_path: Optional path for cleaned output image. quality: JPEG/WebP compression quality (1-100, default 95).
Returns: Summary of cleaned image and stripped markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | ||
| image_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |