flip_image
Mirror images horizontally or vertically to create reflections or correct orientation. Specify image path and direction, then save the flipped version.
Instructions
Flip (mirror) an image horizontally or vertically.
Args: path: Absolute path to the image file. direction: 'horizontal' or 'vertical'. output_path: Where to save. Defaults to _flipped..
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| direction | No | horizontal | |
| output_path | No |