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

# Save Image File

**Type:** `nodetool.image.SaveImageFile`

**Namespace:** `nodetool.image`

## Description

Write an image to disk.
    image, output, save, file

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to save | `{"type":"image","uri":"","asset_id":null,"data"...` |
| folder | `str` | Folder where the file will be saved | `` |
| filename | `str` |          The name of the image file.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `` |
| overwrite | `bool` | Overwrite the file if it already exists, otherwise file will be renamed | `false` |

## Outputs

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

## Related Nodes

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