plate_pair
Combine before and after frames into a single labeled, vertically stacked image on a black background; write the composite to the specified output path.
Instructions
Composite two frames into the before/after image the product ships everywhere: stacked vertically on black, a label above each, nothing else on the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | Yes | Path to write. .jpg or .png. | |
| after | Yes | Path to the packed frame. | |
| before | Yes | Path to the naked frame. | |
| labels | No | The two labels. Defaults to ['Before:', 'After:']. |