Type: nodetool.workspace.SaveImageFile
Namespace: nodetool.workspace
Description
Save an image to a file in the workspace. workspace, image, save, file, output
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| image | image |
The image to save | {"type":"image","uri":"","asset_id":null,"data"... |
| folder | str |
Relative folder path within workspace (use . for workspace root) | . |
| 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 | image.png |
| 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.workspace namespace.