inject_camera_profile
Add realistic camera EXIF data (iPhone, Sony, Canon, Samsung) to a clean JPEG so it appears captured by a real camera.
Instructions
Injects realistic camera EXIF (iPhone, Sony, Canon, Samsung) into a clean JPEG.
Args: image_path: Path to the JPEG image file. profile_name: Camera profile id ('iphone_15_pro', 'sony_a7iv', 'samsung_s24_ultra', 'canon_r6'). output_path: Optional destination file path.
Returns: Confirmation with injected hardware parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | ||
| output_path | No | ||
| profile_name | No | iphone_15_pro |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |