create_side_by_side
Combine two images into a side-by-side comparison with optional labels, enabling before/after documentation and A/B testing screenshot analysis.
Instructions
Create a side-by-side comparison image from two images.
Useful for visual comparisons, before/after documentation, or A/B testing screenshots. Labels are added above each image if label_height > 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gap | No | Gap between images in pixels | |
| label_1 | No | Label for the first image | Before |
| label_2 | No | Label for the second image | After |
| image_id_1 | Yes | ID of the first (left) image | |
| image_id_2 | Yes | ID of the second (right) image | |
| label_height | No | Height of label area (0 to disable labels) | |
| background_color | No | Background color for gap and labels | #f0f0f0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Image width in pixels | |
| height | Yes | Image height in pixels | |
| message | Yes | Status message | |
| image_id | Yes | Unique identifier for the captured image |