"Export Layers as Files" with the original file name as prefix
Hello,
I'm currently working on an action which will be implemented in batch processing and utilizes "export layers to files" as saving method. The ultimate goal is to create three new versions of every image in a folder.
Therefore the folder before the actions looks like this:
a.jpg
b.jpg
c.jpg
I want this kind of output:
a.jpg
a_0000_version1.jpg
a_0000_version2.jpg
a_0000_version3.jpg
b.jpg
b_0000_version1.jpg
b_0000_version2.jpg
b_0000_version3.jpg
c.jpg
c_0000_version1.jpg
c_0000_version2.jpg
c_0000_version3.jpg
So I have the original file + all three new versions in the folder.
My current problem is that the dialog for "Export Layers To Files" asks for a prefix which is defined after the current file name when recording the action.
So my current output looks like this:
a.jpg
a_0000_version1.jpg
a_0000_version2.jpg
a_0000_version3.jpg
b.jpg
c.jpg
Basically the batch processing overwrites the first set of versions over and over again because it recorded the first file name.
Is there a way to set the "Layer to Files"-prefix to the current processed file name?
Thank you in advance!
