> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Flip Image

> Mirror an image horizontally, vertically, or in both directions.

**Flip Image** mirrors an image across either axis.

| Direction | Field             | Type    | Description                                                   |
| --------- | ----------------- | ------- | ------------------------------------------------------------- |
| Input     | **Image**         | File    | The image to flip.                                            |
| Input     | **Horizontal**    | Boolean | Mirrors left to right. Defaults to on.                        |
| Input     | **Vertical**      | Boolean | Mirrors top to bottom. Defaults to off.                       |
| Output    | **Flipped Image** | File    | The processed image, preserving the input name and MIME type. |

Enable both toggles to mirror across both axes, which is equivalent to a
180-degree rotation. If both are off, the image is reprocessed without a flip.
