compose_branded
Overlay a logo onto an image using composition-aware placement. Provide the image, logo, output path, scale, and variant to automatically position the brand mark for a natural look.
Instructions
Overlay logo with composition-aware placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logo_path | Yes | Path to the logo file (RGBA PNG) | |
| image_path | Yes | Path to the source image | |
| logo_scale | No | Logo size as fraction of image width | |
| output_path | Yes | Where to save the branded image | |
| logo_variant | No | 'light', 'dark', or 'auto' | auto |