Export image sequence within actions?
I am trying to figure out if I can set up an action to save a still image with a sequential filename each time the action is peformed.
So say I have an image open and I have an action which performs the following steps -
-Blur
-Export jpeg ("001.jpg")
Then I want to perform that action again and export a file named "002.jpg" the next time, then "003.jpg" and so on.
I know I can do something similar with batch processing, but I want to perform the action on a single image many times over.
Is this possible within actions, or is there some sort of scripting that may be able to do this?
