---
title: "Save Image Asset"
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/saveimageasset
markdown: https://docs.nodetool.ai/nodes/nodetool/image/saveimageasset.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/saveimageasset.md
---

# Save Image Asset

**Type:** `nodetool.image.SaveImage`

**Namespace:** `nodetool.image`

## Description

Save an image to specified asset folder with customizable name format.
    save, image, folder, naming

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to save. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| folder | `folder` | The asset folder to save the image in. | `{"type":"folder","uri":"","asset_id":null,"data...` |
| name | `str` |          Name of the output file.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `%Y-%m-%d_%H-%M-%S.png` |

## Outputs

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

## Related Nodes

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