Skip to main content
August 29, 2011
Question

Is it possible to clone images # of times?

  • August 29, 2011
  • 1 reply
  • 400 views

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?

This topic has been closed for replies.

1 reply

August 29, 2011

I'm not sure if there's a way around this if you need to run on the web... But if you can run on the desktop you can just use the AIR File/FileStream classes - there's no user confirmation required with those.