Save Images to a path

I was trying to save some images to a path using the below graph, but it works only for one image at a time using filepath node to rewrite an existing image.

Warning: Image.WriteToFile operation failed.
A generic error occurred in GDI+.

You have to generate filenames for each image:

1 Like

Create a number of file paths corresponding to the number of images
Says null, but images created

3 Likes

Yeah… that’s a usability issue. Bug here: Export Image node returns null on failure · Issue #10980 · DynamoDS/Dynamo · GitHub

1 Like