---
title: "Rotate & Flip"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/image/rotateflip
markdown: https://docs.nodetool.ai/nodes/nodetool/image/rotateflip.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/rotateflip.md
---

# Rotate & Flip

**Type:** `nodetool.image.RotateAndFlip`

**Namespace:** `nodetool.image`

## Description

Rotate and/or flip an image in a single step.
    image, rotate, flip, mirror, orientation, transform

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to rotate and flip. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| angle | `float` | Rotation angle in degrees (clockwise). | `0` |
| flip_horizontal | `bool` | Mirror left/right. | `false` |
| flip_vertical | `bool` | Mirror top/bottom. | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
