Question
Is it possible to clone images # of times?
I need to take a jpg and clone it 200 (can be any number) times. I want the files to all be saved in the same directory but with numbers. Essentially creating an image sequence of one image.
Photo001.jpg
...
Photo200.jpg
Is this possible?
The file reference class seems like would ask me each time where to save the file, I clearly don't want that. Ideas?