---
title: "Affine"
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/lib/image/warp/affine
markdown: https://docs.nodetool.ai/nodes/lib/image/warp/affine.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/image/warp/affine.md
---

# Affine

**Type:** `lib.image.warp.Affine`

**Namespace:** `lib.image.warp`

## Description

Apply an inverse 2×3 affine matrix. Each output UV maps to source (m00·u + m01·v + tx, m10·u + m11·v + ty).
    image, affine, transform, matrix, warp

## Properties

_(none)_

## Outputs

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

## Related Nodes

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