photo_image_overlay
Image Overlay — Composite one image on top of another at a specified position. Takes two separately-named uploads: 'background' and 'overlay'. [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Overlay width as a percent of background width, 1-200. | |
| opacity | No | Overlay opacity 0-100. | |
| overlay | Yes | Image composited on top — JPG, PNG, WebP, BMP (max 20MB) | |
| position | No | Anchor cell the overlay snaps to; x_offset/y_offset shift from THIS anchor, not from the top-left corner. | mc |
| x_offset | No | Px shift with gravity semantics: positive pushes inward from the anchored edge (leftward from right-side anchors). | |
| y_offset | No | Px shift with gravity semantics: positive pushes inward from the anchored edge (upward from bottom anchors). | |
| background | Yes | Base image — JPG, PNG, WebP, BMP (max 30MB) | |
| output_format | No | Optional output format; defaults to the background's format. |