Save Image¶
Saves an image to a datasource in the given file format
Documentation¶
Saves an image to a datasource in the given file format.
Definition¶
Input ports¶
- image
Type: imageDescription: Input image- dest
Type: datasourceDescription: File name before appending file type extension (eg: .png)
Output ports¶
- out
Type: datasourceDescription: File name after appending file type extension (eg: .png)
Configuration¶
- (no label) (File format)
Desired file format of saved file (.png or .gif currently available)
Implementation¶
- class node_export.SaveImage[source]