replace_image_background
Replace the background of an image with a transparent background, a solid color, or another image by providing the source image URL and selecting the replacement type.
Instructions
Replace image background
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | URL of the source image. | |
| replace_type | Yes | What to replace the background with. | |
| replace_color | No | Hex color for replacement (required when replace_type=color). | |
| replace_image | No | URL of background image (required when replace_type=image). |